Home
last modified time | relevance | path

Searched refs:CreateAppInstallDir (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_service_event_handler.h377 void CreateAppInstallDir() const;
H A Dbundle_data_mgr.h745 void CreateAppInstallDir(int32_t userId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_user_mgr_host_impl.cpp138 dataMgr->CreateAppInstallDir(userId); in OnCreateNewUser()
H A Dbundle_mgr_service_event_handler.cpp267 CreateAppInstallDir(); in AfterBmsStart()
1075 void BMSEventHandler::CreateAppInstallDir() const in CreateAppInstallDir() function in OHOS::AppExecFwk::BMSEventHandler
1088 dataMgr->CreateAppInstallDir(userId); in CreateAppInstallDir()
H A Dbundle_data_mgr.cpp5093 void BundleDataMgr::CreateAppInstallDir(int32_t userId) in CreateAppInstallDir() function in OHOS::AppExecFwk::BundleDataMgr