Home
last modified time | relevance | path

Searched refs:PrepareStartUser (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/user/test/
H A Dmulti_user_manager_service_test.cpp230 result = service->PrepareStartUser(userId);
254 result = service->PrepareStartUser(userId);
278 result = service->PrepareStartUser(userId);
302 service->PrepareStartUser(userId);
350 service->PrepareStartUser(userId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/user/src/
H A Dmulti_user_manager_service.cpp72 int32_t MultiUserManagerService::PrepareStartUser(int32_t userId) in PrepareStartUser() function in OHOS::StorageManager::MultiUserManagerService
82 err = sdCommunication->PrepareStartUser(userId); in PrepareStartUser()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/user/
H A Dmulti_user_manager_service.h30 int32_t PrepareStartUser(int32_t userId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/test/
H A Dstorage_daemon_communication_test.cpp135 result = sdCommunication->PrepareStartUser(userId);
161 sdCommunication->PrepareStartUser(userId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/storage_daemon_communication/
H A Dstorage_daemon_communication.h34 int32_t PrepareStartUser(int32_t userId);
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/
H A Dstoragemanagerproxy_fuzzer.cpp58 proxy->PrepareStartUser(metaData2); in StorageManagerProxyFuzzTest()
H A Dstoragemanagerproxymock.h45 int32_t PrepareStartUser(int32_t userId) override in PrepareStartUser() function
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_stub_mock.h28 MOCK_METHOD1(PrepareStartUser, int32_t(int32_t));
H A Dstorage_manager_proxy_test.cpp248 int32_t result = proxy->PrepareStartUser(userId);
274 int32_t result = proxy->PrepareStartUser(userId);
300 int32_t result = proxy->PrepareStartUser(userId);
326 proxy->PrepareStartUser(userId);
405 proxy->PrepareStartUser(userId);
H A Dstorage_manager_service_mock.h48 virtual int32_t PrepareStartUser(int32_t userId) override in PrepareStartUser() function
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager.cpp93 int32_t StorageManager::PrepareStartUser(int32_t userId) in PrepareStartUser() function in OHOS::StorageManager::StorageManager
97 int32_t err = userManager->PrepareStartUser(userId); in PrepareStartUser()
H A Dstorage_manager_stub.cpp335 int err = PrepareStartUser(userId); in HandlePrepareStartUser()
/ohos5.0/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/
H A Distorage_manager.h40 virtual int32_t PrepareStartUser(int32_t userId) = 0;
H A Dstorage_manager_proxy.h32 int32_t PrepareStartUser(int32_t userId) override;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/ipc/
H A Dstorage_manager.h36 int32_t PrepareStartUser(int32_t userId) override;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/mock/
H A Dstorage_manager_proxy_mock.h32 int32_t PrepareStartUser(int32_t userId) override;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_manager_proxy_mock.cpp31 int32_t StorageManagerProxy::PrepareStartUser(int32_t userId) in PrepareStartUser() function in OHOS::StorageManager::StorageManagerProxy
/ohos5.0/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/include/
H A Dmock_storage_manager_service.h49 virtual int32_t PrepareStartUser(int32_t userId) override in PrepareStartUser() function
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_interface.cpp478 err = proxy->PrepareStartUser(osAccountInfo.GetLocalId()); in SendToStorageAccountStart()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/src/
H A Dstorage_daemon_communication.cpp106 int32_t StorageDaemonCommunication::PrepareStartUser(int32_t userId) in PrepareStartUser() function in OHOS::StorageManager::StorageDaemonCommunication
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/account_iam/
H A Daccount_iam_manager_test.cpp76 int32_t PrepareStartUser(int32_t userId) in PrepareStartUser() function in OHOS::AccountTest::MockStorageMgrProxy
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Dinner_account_iam_manager.cpp703 result = storageMgrProxy->PrepareStartUser(userId); in InnerActivateUserKey()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Dstorage_manager_proxy.cpp79 int32_t StorageManagerProxy::PrepareStartUser(int32_t userId) in PrepareStartUser() function in OHOS::StorageManager::StorageManagerProxy