Home
last modified time | relevance | path

Searched refs:StartOsAccount (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/account/os_account/test/fuzztest/osaccount/startosaccount_fuzzer/
H A Dstartosaccount_fuzzer.cpp35 result = OsAccountManager::StartOsAccount(testId); in StartOsAccountFuzzTest()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp227 ErrCode OsAccountManager::StartOsAccount(const int id) in StartOsAccount() function in OHOS::AccountSA::OsAccountManager
229 return OsAccount::GetInstance().StartOsAccount(id); in StartOsAccount()
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_manager.h397 static ErrCode StartOsAccount(const int id);
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/
H A Dios_account.h74 virtual ErrCode StartOsAccount(const int id) = 0;
H A Dos_account.h64 ErrCode StartOsAccount(const int id);
H A Dos_account_proxy.h68 ErrCode StartOsAccount(const int id) override;
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account.h64 virtual ErrCode StartOsAccount(const int id) = 0;
H A Dos_account_manager_service.h86 ErrCode StartOsAccount(const int id) override;
H A Diinner_os_account_manager.h69 ErrCode StartOsAccount(const int id) override;
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp532 ErrCode OsAccount::StartOsAccount(const int id) in StartOsAccount() function in OHOS::AccountSA::OsAccount
543 return proxy->StartOsAccount(id); in StartOsAccount()
H A Dos_account_proxy.cpp807 ErrCode OsAccountProxy::StartOsAccount(const int id) in StartOsAccount() function in OHOS::AccountSA::OsAccountProxy
/ohos5.0/base/account/os_account/frameworks/osaccount/core/test/unittest/
H A Dos_account_mock_test.cpp391 g_osAccount->StartOsAccount(MAIN_ACCOUNT_ID));
/ohos5.0/base/account/os_account/frameworks/test/unittest/
H A Daccount_osaccount_proxy_mock_test.cpp413 ErrCode errCode = OsAccountManager::StartOsAccount(TEST_USER_ID);
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp710 ErrCode OsAccountManagerService::StartOsAccount(const int id) in StartOsAccount() function in OHOS::AccountSA::OsAccountManagerService
712 return innerManager_.StartOsAccount(id); in StartOsAccount()
H A Dos_account_stub.cpp1338 ErrCode result = StartOsAccount(localId); in ProcStartOsAccount()
H A Dinner_os_account_manager.cpp1858 ErrCode IInnerOsAccountManager::StartOsAccount(const int id) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp883 EXPECT_EQ(osAccountManagerService_->StartOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK);
897 EXPECT_EQ(osAccountManagerService_->StartOsAccount(Constants::MAX_USER_ID + 1),
909 EXPECT_EQ(osAccountManagerService_->StartOsAccount(Constants::START_USER_ID),
/ohos5.0/base/account/os_account/frameworks/osaccount/native/
H A Dlibos_account_innerkits.map58 "OHOS::AccountSA::OsAccount::StartOsAccount(int)";
103 "OHOS::AccountSA::OsAccountManager::StartOsAccount(int)";
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp1213 EXPECT_EQ(OsAccountManager::StartOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK);
1227 EXPECT_EQ(OsAccountManager::StartOsAccount(Constants::MAX_USER_ID + 1), ERR_OK);
1238 EXPECT_EQ(OsAccountManager::StartOsAccount(Constants::START_USER_ID), ERR_OK);