/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() 95 * @tc.desc: test CreateBundleDataDir true 100 bool res = CreateBundleDataDir(bundleInfo, Constants::ALL_USERID); in HWTEST_F() 107 * @tc.desc: test CreateBundleDataDir true 112 bool res = CreateBundleDataDir(bundleInfo, Constants::ALL_USERID); in HWTEST_F()
|
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() 540 * @tc.desc: test CreateBundleDataDir with a empty bundleName 545 bool res = CreateBundleDataDir(bundleInfo, Constants::ALL_USERID); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_test.cpp | 63 int CreateBundleDataDir(const std::string &bundleDir, const int32_t userid, const int32_t uid, const int32_t gid, 120 int BmsInstallDaemonTest::CreateBundleDataDir(const std::string &bundleDataDir, in CreateBundleDataDir() function in OHOS::BmsInstallDaemonTest 133 return InstalldClient::GetInstance()->CreateBundleDataDir(createDirParam); in CreateBundleDataDir() 393 int result = CreateBundleDataDir(BUNDLE_NAME13, USERID, UID, GID, APL); in HWTEST_F() 411 int result = CreateBundleDataDir(BUNDLE_NAME13, USERID, UID, GID, APL); in HWTEST_F() 429 int result = CreateBundleDataDir("", USERID, UID, GID, APL); in HWTEST_F() 443 int result = CreateBundleDataDir(BUNDLE_NAME13, USERID, -1, GID, APL); in HWTEST_F() 457 int result = CreateBundleDataDir(BUNDLE_NAME13, USERID, UID, -1, APL); in HWTEST_F() 471 int result = CreateBundleDataDir("", USERID, UID, GID, APL); in HWTEST_F() 485 int result = CreateBundleDataDir(BUNDLE_NAME1 in HWTEST_F() [all...] |
/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()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | user_unlocked_event_subscriber.h | 51 static bool CreateBundleDataDir(const BundleInfo &bundleInfo, int32_t userId, const std::string &elDir);
|
H A D | installd_client.h | 65 ErrCode CreateBundleDataDir(const CreateDirParam &createDirParam);
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/user/ |
H A D | user_manager.h | 39 void CreateBundleDataDir(uint32_t userId);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | user_unlocked_event_subscriber.cpp | 107 bool UpdateAppDataMgr::CreateBundleDataDir( in CreateBundleDataDir() function in OHOS::AppExecFwk::UpdateAppDataMgr 119 APP_LOGI_NOFUNC("path: %{public}s need CreateBundleDataDir", baseBundleDataDir.c_str()); in CreateBundleDataDir() 135 if (InstalldClient::GetInstance()->CreateBundleDataDir(createDirParam) != ERR_OK) { in CreateBundleDataDir() 136 APP_LOGW("failed to CreateBundleDataDir"); in CreateBundleDataDir() 235 !CreateBundleDataDir(bundleInfo, userId, elDir)) { in ProcessUpdateAppDataDir()
|
H A D | bundle_multiuser_installer.cpp | 189 auto result = InstalldClient::GetInstance()->CreateBundleDataDir(createDirParam); in CreateDataDir()
|
H A D | installd_client.cpp | 105 ErrCode InstalldClient::CreateBundleDataDir(const CreateDirParam &createDirParam) in CreateBundleDataDir() function in OHOS::AppExecFwk::InstalldClient 113 return CallService(&IInstalld::CreateBundleDataDir, createDirParam); in CreateBundleDataDir()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_client.h | 42 ErrCode CreateBundleDataDir(int32_t userId);
|
H A D | bundle_mgr_client_impl.h | 67 ErrCode CreateBundleDataDir(int32_t userId);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 99 ErrCode InstalldClient::CreateBundleDataDir(const CreateDirParam &createDirParam) in CreateBundleDataDir() function in OHOS::AppExecFwk::InstalldClient 107 return CallService(&IInstalld::CreateBundleDataDir, createDirParam); in CreateBundleDataDir()
|
H A D | mock_installd_host_impl.cpp | 64 ErrCode InstalldHostImpl::CreateBundleDataDir(const CreateDirParam &createDirParam)
in CreateBundleDataDir() function in OHOS::AppExecFwk::InstalldHostImpl
|
H A D | mock_install_client.cpp | 72 ErrCode InstalldClient::CreateBundleDataDir(const CreateDirParam &createDirParam) in CreateBundleDataDir() function in OHOS::AppExecFwk::InstalldClient
|
/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 341 LOGI("CreateBundleDataDir start: userId %{public}u", userId); in CreateBundleDataDir() 342 auto ret = client.CreateBundleDataDir(userId); in CreateBundleDataDir() 343 LOGI("CreateBundleDataDir end: userId %{public}u, ret %{public}d", userId, ret); in CreateBundleDataDir()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 349 * @tc.name: CreateBundleDataDir 350 * @tc.desc: Test whether CreateBundleDataDir is called normally.(bundleName is empty) 362 ErrCode result = installClient_->CreateBundleDataDir(createDirParam); in HWTEST_F() 369 * @tc.name: CreateBundleDataDir 370 * @tc.desc: Test whether CreateBundleDataDir is called normally.(userid < 0) 382 ErrCode result = installClient_->CreateBundleDataDir(createDirParam); in HWTEST_F() 389 * @tc.name: CreateBundleDataDir 390 * @tc.desc: Test whether CreateBundleDataDir is called normally.(uid < 0) 402 ErrCode result = installClient_->CreateBundleDataDir(createDirParam); in HWTEST_F() 409 * @tc.name: CreateBundleDataDir [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 84 virtual ErrCode CreateBundleDataDir(const CreateDirParam &createDirParam) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 121 virtual ErrCode CreateBundleDataDir(const CreateDirParam &createDirParam) in CreateBundleDataDir() function in OHOS::AppExecFwk::IInstalld
|
H A D | installd_proxy.h | 86 virtual ErrCode CreateBundleDataDir(const CreateDirParam &createDirPara) override;
|
/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()
|
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/ |
H A D | storage_daemon.cpp | 331 UserManager::GetInstance()->CreateBundleDataDir(userId); in RestoreOneUserKey() 971 UserManager::GetInstance()->CreateBundleDataDir(userId); in ActiveUserKey() 978 UserManager::GetInstance()->CreateBundleDataDir(userId); in ActiveUserKey()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/ |
H A D | bundle_clone_installer.cpp | 400 auto result = InstalldClient::GetInstance()->CreateBundleDataDir(createDirParam); in CreateCloneDataDir()
|
/foundation/filemanagement/storage_service/test/fuzztest/storagedaemon_fuzzer/ |
H A D | storagedaemon_fuzzer.cpp | 338 userManager->CreateBundleDataDir(flag); in UserManagerFuzzTest()
|