Home
last modified time | relevance | path

Searched refs:StartUser (Results 1 - 25 of 56) sorted by relevance

123

/foundation/ability/ability_runtime/test/unittest/ability_manager_service_account_test/
H A Dability_manager_service_account_test.cpp125 abilityMs_->StartUser(USER_ID_U100, nullptr); in HWTEST_F()
137 abilityMs_->StartUser(newUserId, nullptr); in HWTEST_F()
146 abilityMs_->StartUser(USER_ID_U100, nullptr); in HWTEST_F()
211 abilityMs_->StartUser(newUserId, nullptr); in HWTEST_F()
219 abilityMs_->StartUser(USER_ID_U100, nullptr); in HWTEST_F()
247 abilityMs_->StartUser(newUserId, nullptr); in HWTEST_F()
255 abilityMs_->StartUser(USER_ID_U100, nullptr); in HWTEST_F()
313 abilityMs_->StartUser(USER_ID_U100, nullptr); in HWTEST_F()
335 abilityMs_->StartUser(USER_ID_U100, nullptr); in HWTEST_F()
399 abilityMs_->StartUser(USER_ID_U10 in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/fuzztest/startuser_fuzzer/
H A Dstartuser_fuzzer.cpp46 abilitymgr->StartUser(accountId, callback); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/user_controller_test/
H A Duser_controller_test.cpp85 * @tc.desc: StartUser Test
95 userController.StartUser(1000, callback); in HWTEST_F()
101 * @tc.desc: StartUser Test
109 userController.StartUser(666, callback); in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerservicefourth_fuzzer/
H A Dabilitymanagerservicefourth_fuzzer.cpp70 abilityms->StartUser(intParam, callback); in DoSomethingInterestingWithMyAPI()
/foundation/filemanagement/storage_service/services/storage_daemon/include/user/
H A Duser_manager.h37 int32_t StartUser(int32_t userId);
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_test.cpp155 * @tc.desc: check StartUser when user's dirs are not prepare.
165 int32_t ret = storageDaemon_->StartUser(StorageTest::USER_ID1); in HWTEST_F()
173 * @tc.desc: check the StartUser function when args are normal
187 ret = storageDaemon_->StartUser(StorageTest::USER_ID5); in HWTEST_F()
188 EXPECT_TRUE(ret == E_OK) << "check StartUser"; in HWTEST_F()
273 ret = storageDaemon_->StartUser(StorageTest::USER_ID3); in HWTEST_F()
274 EXPECT_TRUE(ret == E_OK) << "StartUser error"; in HWTEST_F()
H A Dstorage_daemon_stub_mock.h35 MOCK_METHOD1(StartUser, int32_t(int32_t));
H A Dstorage_daemon_service_mock.h72 virtual int32_t StartUser(int32_t userId) override
H A Dstorage_daemon_stub_test.cpp152 EXPECT_CALL(mock, StartUser(testing::_)).WillOnce(testing::Return(E_OK)); in HWTEST_F()
349 EXPECT_CALL(mock, StartUser(testing::_)).WillOnce(testing::Return(E_OK)); in HWTEST_F()
357 EXPECT_CALL(mock, StartUser(testing::_)).WillOnce(testing::Return(E_ERR)); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/user/test/
H A Duser_manager_test.cpp209 * @tc.desc: check the StartUser function when args are normal.
227 ret = userManager->StartUser(StorageTest::USER_ID3); in HWTEST_F()
236 * @tc.desc: check StartUser function when user's dirs are not prepare.
247 int32_t ret = userManager->StartUser(StorageTest::USER_ID1); in HWTEST_F()
342 ret = userManager->StartUser(StorageTest::USER_ID3); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/
H A Dsdc.cpp337 static int32_t StartUser(const std::vector<std::string> &args) in StartUser() function
348 return OHOS::StorageDaemon::StorageDaemonClient::StartUser(userId); in StartUser()
374 {"start_user", StartUser},
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Duser_controller.h77 void StartUser(int32_t userId, sptr<IUserCallback> callback, bool isAppRecovery = false);
/foundation/filemanagement/storage_service/services/storage_daemon/client/include/
H A Dstorage_daemon_client.h35 static int32_t StartUser(int32_t userId);
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/ability_delegator/
H A Dmock_ability_delegator_stub.cpp63 int MockAbilityDelegatorStub::StartUser(int userId, sptr<IUserCallback> callback, bool isAppRecovery) in StartUser() function in OHOS::AAFwk::MockAbilityDelegatorStub
256 int MockAbilityDelegatorStub2::StartUser(int userId, sptr<IUserCallback> callback, bool isAppRecovery) in StartUser() function in OHOS::AAFwk::MockAbilityDelegatorStub2
H A Dmock_ability_delegator_stub.h128 int StartUser(int userId, sptr<IUserCallback> callback, bool isAppRecovery) override;
308 int StartUser(int userId, sptr<IUserCallback> callback, bool isAppRecovery) override;
/foundation/filemanagement/storage_service/services/storage_daemon/client/test/
H A Dstorage_daemon_client_test.cpp77 * @tc.desc: check the StartUser function when args are normal
92 ret = storageDaemonClient_->StartUser(userid); in HWTEST_F()
93 EXPECT_TRUE(ret == E_OK) << "StartUser error"; in HWTEST_F()
214 ret = storageDaemonClient_->StartUser(userid); in HWTEST_F()
215 EXPECT_TRUE(ret == E_OK) << "StartUser error"; in HWTEST_F()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_ability_runtime_test/AMS/
H A Dmock_ability_manager_client.cpp309 ErrCode AbilityManagerClient::StartUser(int accountId, sptr<IUserCallback> callback, bool isAppRecovery) in StartUser() function in OHOS::AAFwk::AbilityManagerClient
316 return abms->StartUser(accountId, callback); in StartUser()
/foundation/filemanagement/storage_service/services/storage_daemon/client/
H A Dstorage_daemon_client.cpp127 int32_t StorageDaemonClient::StartUser(int32_t userId) in StartUser() function in OHOS::StorageDaemon::StorageDaemonClient
140 return client->StartUser(userId); in StartUser()
/foundation/filemanagement/storage_service/services/storage_manager/include/mock/
H A Dstorage_daemon_proxy_mock.h36 virtual int32_t StartUser(int32_t userId) override;
/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Dstorage_daemon_proxy.h36 virtual int32_t StartUser(int32_t userId) override;
H A Distorage_daemon.h43 virtual int32_t StartUser(int32_t userId) = 0;
H A Dstorage_daemon.h47 virtual int32_t StartUser(int32_t userId) override;
/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_daemon_proxy_mock.cpp69 int32_t StorageDaemonProxy::StartUser(int32_t userId) in StartUser() function in OHOS::StorageDaemon::StorageDaemonProxy
/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/AMS/
H A Dmock_serviceability_manager_service.h182 int StartUser(int userId, sptr<IUserCallback> callback, bool isAppRecovery) override
/foundation/ability/ability_runtime/tools/test/mock/
H A Dmock_ability_manager_stub.h149 int StartUser(int userId, sptr<IUserCallback> callback, bool isAppRecovery) override

Completed in 17 milliseconds

123