Setting_GenGroupItem_Data *misces;
Setting_GenGroupItem_Data *caches;
- pkgmgr_client *pc;
- pkgmgr_client *pc_total_size;
-
/* storage_graph sub_layout*/
Elm_Object_Item *graph_genlist_it;
* limitations under the License.
*
*/
-#include <pkgmgr-info.h>
#include <package_manager.h>
#include "setting-storage-utils.h"
*/
#include <aul_svc.h>
#include <package_manager.h>
-#include <pkgmgr-info.h>
#include "setting-storage-utils.h"
#include "setting-storage-async-worker.h"
evas_object_del(ad->popup);
ad->popup = NULL;
- if (ad->pc) {
- pkgmgr_client_free(ad->pc);
- ad->pc = NULL;
- }
- if (ad->pc_total_size) {
- pkgmgr_client_free(ad->pc_total_size);
- ad->pc_total_size = NULL;
- }
-
setting_view_storage_main.is_create = 0;
return SETTING_RETURN_SUCCESS;
ret_if(!ad->graph_genlist_it);
elm_genlist_item_update(ad->graph_genlist_it);
- ad->pc_total_size = NULL;
SETTING_TRACE_END;
}
ret_if(NULL == ad);
- if (ad->pc_total_size)
- pkgmgr_client_free(ad->pc_total_size);
-
- ad->pc_total_size = pkgmgr_client_new(PC_REQUEST);
- if (NULL == ad->pc_total_size) {
- SETTING_TRACE_ERROR("pkgmgr_client_new() Fail");
- return;
- }
ret = package_manager_get_total_package_size_info(
storage_get_app_cache_size_cb, ad);