/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/ |
H A D | bms_event_handler_unlocked_test.cpp | 45 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 D | bms_event_handler_test.cpp | 63 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 D | bms_install_daemon_test.cpp | 70 …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 D | bms_install_daemon_host_impl_test.cpp | 143 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 D | bundle_mgr_client.cpp | 67 ErrCode BundleMgrClient::CreateBundleDataDir(int32_t userId) in CreateBundleDataDir() function in OHOS::AppExecFwk::BundleMgrClient 73 return impl_->CreateBundleDataDir(userId); in CreateBundleDataDir()
|
H A D | bundle_mgr_client_impl.cpp | 98 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 D | user_unlocked_event_subscriber.h | 52 …static bool CreateBundleDataDir(const BundleInfo &bundleInfo, int32_t userId, const std::string &e…
|
H A D | installd_client.h | 65 ErrCode CreateBundleDataDir(const CreateDirParam &createDirParam);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/user/ |
H A D | user_manager.h | 39 void CreateBundleDataDir(uint32_t userId);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | user_unlocked_event_subscriber.cpp | 122 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 D | installd_client.cpp | 114 ErrCode InstalldClient::CreateBundleDataDir(const CreateDirParam &createDirParam) in CreateBundleDataDir() function in OHOS::AppExecFwk::InstalldClient 122 return CallService(&IInstalld::CreateBundleDataDir, createDirParam); in CreateBundleDataDir()
|
H A D | bundle_multiuser_installer.cpp | 189 auto result = InstalldClient::GetInstance()->CreateBundleDataDir(createDirParam); in CreateDataDir()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 362 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 D | bundle_mgr_client.h | 43 ErrCode CreateBundleDataDir(int32_t userId);
|
H A D | bundle_mgr_client_impl.h | 68 ErrCode CreateBundleDataDir(int32_t userId);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/ |
H A D | user_manager.cpp | 338 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 D | installd_client.cpp | 104 ErrCode InstalldClient::CreateBundleDataDir(const CreateDirParam &createDirParam) in CreateBundleDataDir() function in OHOS::AppExecFwk::InstalldClient 112 return CallService(&IInstalld::CreateBundleDataDir, createDirParam); in CreateBundleDataDir()
|
H A D | mock_install_client.cpp | 77 ErrCode InstalldClient::CreateBundleDataDir(const CreateDirParam &createDirParam) in CreateBundleDataDir() function in OHOS::AppExecFwk::InstalldClient
|
H A D | mock_installd_host_impl.cpp | 64 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 D | installd_interface.h | 126 virtual ErrCode CreateBundleDataDir(const CreateDirParam &createDirParam) in CreateBundleDataDir() function
|
H A D | installd_proxy.h | 88 virtual ErrCode CreateBundleDataDir(const CreateDirParam &createDirPara) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/ |
H A D | bundle_sandbox_installer.cpp | 257 auto result = InstalldClient::GetInstance()->CreateBundleDataDir(createDirParam); in CreateSandboxDataDir()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 86 virtual ErrCode CreateBundleDataDir(const CreateDirParam &createDirParam) override;
|
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagedaemon_fuzzer/ |
H A D | storagedaemon_fuzzer.cpp | 326 userManager->CreateBundleDataDir(flag); in UserManagerFuzzTest()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/ |
H A D | bundle_clone_installer.cpp | 335 auto result = InstalldClient::GetInstance()->CreateBundleDataDir(createDirParam); in CreateCloneDataDir()
|