Home
last modified time | relevance | path

Searched refs:CreateBundleDataDir (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dbms_event_handler_unlocked_test.cpp45 bool CreateBundleDataDir(const BundleInfo &bundleInfo, int32_t userId);
69 bool BmsEventHandlerUnLockedTest::CreateBundleDataDir(const BundleInfo &bundleInfo, int32_t userId) in CreateBundleDataDir() function in OHOS::BmsEventHandlerUnLockedTest
77 return UpdateAppDataMgr::CreateBundleDataDir(bundleInfo, userId, ServiceConstants::DIR_EL2); in CreateBundleDataDir()
100 bool res = CreateBundleDataDir(bundleInfo, Constants::ALL_USERID);
112 bool res = CreateBundleDataDir(bundleInfo, Constants::ALL_USERID);
H A Dbms_event_handler_test.cpp63 bool CreateBundleDataDir(const BundleInfo &bundleInfo, int32_t userId);
86 bool BmsEventHandlerTest::CreateBundleDataDir(const BundleInfo &bundleInfo, int32_t userId) in CreateBundleDataDir() function in OHOS::BmsEventHandlerTest
94 return UpdateAppDataMgr::CreateBundleDataDir(bundleInfo, userId, ServiceConstants::DIR_EL2); in CreateBundleDataDir()
543 bool res = CreateBundleDataDir(bundleInfo, Constants::ALL_USERID);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_test.cpp70 …int CreateBundleDataDir(const std::string &bundleDir, const int32_t userid, const int32_t uid, con…
130 int BmsInstallDaemonTest::CreateBundleDataDir(const std::string &bundleDataDir, in CreateBundleDataDir() function in OHOS::BmsInstallDaemonTest
143 return InstalldClient::GetInstance()->CreateBundleDataDir(createDirParam); in CreateBundleDataDir()
415 int result = CreateBundleDataDir(BUNDLE_NAME13, USERID, UID, GID, APL);
433 int result = CreateBundleDataDir(BUNDLE_NAME13, USERID, UID, GID, APL);
451 int result = CreateBundleDataDir("", USERID, UID, GID, APL);
465 int result = CreateBundleDataDir(BUNDLE_NAME13, USERID, -1, GID, APL);
479 int result = CreateBundleDataDir(BUNDLE_NAME13, USERID, UID, -1, APL);
493 int result = CreateBundleDataDir("", USERID, UID, GID, APL);
507 int result = CreateBundleDataDir(BUNDLE_NAME13, USERID, UID, GID, APL);
[all …]
H A Dbms_install_daemon_host_impl_test.cpp143 auto ret = hostImpl->CreateBundleDataDir(createDirParam);
598 auto ret = hostImpl->CreateBundleDataDir(createDirParam);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client.cpp67 ErrCode BundleMgrClient::CreateBundleDataDir(int32_t userId) in CreateBundleDataDir() function in OHOS::AppExecFwk::BundleMgrClient
73 return impl_->CreateBundleDataDir(userId); in CreateBundleDataDir()
H A Dbundle_mgr_client_impl.cpp98 ErrCode BundleMgrClientImpl::CreateBundleDataDir(int32_t userId) in CreateBundleDataDir() function in OHOS::AppExecFwk::BundleMgrClientImpl
107 return bundleMgr_->CreateBundleDataDir(userId); in CreateBundleDataDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Duser_unlocked_event_subscriber.h52 …static bool CreateBundleDataDir(const BundleInfo &bundleInfo, int32_t userId, const std::string &e…
H A Dinstalld_client.h65 ErrCode CreateBundleDataDir(const CreateDirParam &createDirParam);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/user/
H A Duser_manager.h39 void CreateBundleDataDir(uint32_t userId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Duser_unlocked_event_subscriber.cpp122 bool UpdateAppDataMgr::CreateBundleDataDir( in CreateBundleDataDir() function in OHOS::AppExecFwk::UpdateAppDataMgr
150 if (InstalldClient::GetInstance()->CreateBundleDataDir(createDirParam) != ERR_OK) { in CreateBundleDataDir()
291 !CreateBundleDataDir(bundleInfo, userId, elDir)) { in ProcessUpdateAppDataDir()
H A Dinstalld_client.cpp114 ErrCode InstalldClient::CreateBundleDataDir(const CreateDirParam &createDirParam) in CreateBundleDataDir() function in OHOS::AppExecFwk::InstalldClient
122 return CallService(&IInstalld::CreateBundleDataDir, createDirParam); in CreateBundleDataDir()
H A Dbundle_multiuser_installer.cpp189 auto result = InstalldClient::GetInstance()->CreateBundleDataDir(createDirParam); in CreateDataDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp362 ErrCode result = installClient_->CreateBundleDataDir(createDirParam);
382 ErrCode result = installClient_->CreateBundleDataDir(createDirParam);
402 ErrCode result = installClient_->CreateBundleDataDir(createDirParam);
422 ErrCode result = installClient_->CreateBundleDataDir(createDirParam);
442 ErrCode result = installClient_->CreateBundleDataDir(createDirParam);
443 EXPECT_EQ(result, installClient_->CallService(&IInstalld::CreateBundleDataDir, createDirParam));
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_client.h43 ErrCode CreateBundleDataDir(int32_t userId);
H A Dbundle_mgr_client_impl.h68 ErrCode CreateBundleDataDir(int32_t userId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Duser_manager.cpp338 void UserManager::CreateBundleDataDir(uint32_t userId) in CreateBundleDataDir() function in OHOS::StorageDaemon::UserManager
342 auto ret = client.CreateBundleDataDir(userId); in CreateBundleDataDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp104 ErrCode InstalldClient::CreateBundleDataDir(const CreateDirParam &createDirParam) in CreateBundleDataDir() function in OHOS::AppExecFwk::InstalldClient
112 return CallService(&IInstalld::CreateBundleDataDir, createDirParam); in CreateBundleDataDir()
H A Dmock_install_client.cpp77 ErrCode InstalldClient::CreateBundleDataDir(const CreateDirParam &createDirParam) in CreateBundleDataDir() function in OHOS::AppExecFwk::InstalldClient
H A Dmock_installd_host_impl.cpp64 ErrCode InstalldHostImpl::CreateBundleDataDir(const CreateDirParam &createDirParam) in CreateBundleDataDir() function in OHOS::AppExecFwk::InstalldHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h126 virtual ErrCode CreateBundleDataDir(const CreateDirParam &createDirParam) in CreateBundleDataDir() function
H A Dinstalld_proxy.h88 virtual ErrCode CreateBundleDataDir(const CreateDirParam &createDirPara) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_installer.cpp257 auto result = InstalldClient::GetInstance()->CreateBundleDataDir(createDirParam); in CreateSandboxDataDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h86 virtual ErrCode CreateBundleDataDir(const CreateDirParam &createDirParam) override;
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagedaemon_fuzzer/
H A Dstoragedaemon_fuzzer.cpp326 userManager->CreateBundleDataDir(flag); in UserManagerFuzzTest()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp335 auto result = InstalldClient::GetInstance()->CreateBundleDataDir(createDirParam); in CreateCloneDataDir()

12