Home
last modified time | relevance | path

Searched refs:IsOsAccountCompleted (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/base/account/os_account/test/fuzztest/osaccount/isosaccountcompleted_fuzzer/
H A Disosaccountcompleted_fuzzer.cpp36 result = OsAccountManager::IsOsAccountCompleted(testId, testIsOsAccountCompleted); in IsOsAccountCompletedFuzzTest()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Daccount_helper.cpp30 return AccountSA::OsAccountManager::IsOsAccountCompleted(id, isOsAccountExists); in IsOsAccountExists()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp261 ErrCode OsAccountManager::IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) in IsOsAccountCompleted() function in OHOS::AccountSA::OsAccountManager
263 return OsAccount::GetInstance().IsOsAccountCompleted(id, isOsAccountCompleted); in IsOsAccountCompleted()
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_manager.h448 static ErrCode IsOsAccountCompleted(const int id, bool &isOsAccountCompleted);
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/
H A Dios_account.h82 virtual ErrCode IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) = 0;
H A Dos_account.h71 ErrCode IsOsAccountCompleted(const int id, bool &isOsAccountCompleted);
H A Dos_account_proxy.h76 ErrCode IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) override;
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account.h73 virtual ErrCode IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) = 0;
H A Dos_account_manager_service.h98 ErrCode IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) override;
H A Diinner_os_account_manager.h78 ErrCode IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) override;
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_mgr_service.cpp298 …IInnerOsAccountManager::GetInstance().IsOsAccountCompleted(Constants::START_USER_ID, isAccountComp… in OnAddSystemAbility()
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp676 ErrCode OsAccount::IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) in IsOsAccountCompleted() function in OHOS::AccountSA::OsAccount
687 return proxy->IsOsAccountCompleted(id, isOsAccountCompleted); in IsOsAccountCompleted()
H A Dos_account_proxy.cpp1007 ErrCode OsAccountProxy::IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) in IsOsAccountCompleted() function in OHOS::AccountSA::OsAccountProxy
/ohos5.0/base/account/os_account/frameworks/osaccount/core/test/unittest/
H A Dos_account_mock_test.cpp498 g_osAccount->IsOsAccountCompleted(MAIN_ACCOUNT_ID, isOsAccountCompleted));
/ohos5.0/base/account/os_account/frameworks/test/unittest/
H A Daccount_osaccount_proxy_mock_test.cpp505 ErrCode errCode = OsAccountManager::IsOsAccountCompleted(MAIN_ACCOUNT_ID, isOsAccountCompleted);
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp792 ErrCode OsAccountManagerService::IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) in IsOsAccountCompleted() function in OHOS::AccountSA::OsAccountManagerService
794 return innerManager_.IsOsAccountCompleted(id, isOsAccountCompleted); in IsOsAccountCompleted()
H A Dos_account_stub.cpp1376 ErrCode result = IsOsAccountCompleted(localId, isOsAccountCompleted); in ProcIsOsAccountCompleted()
H A Dinner_os_account_manager.cpp1937 ErrCode IInnerOsAccountManager::IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
/ohos5.0/base/account/os_account/frameworks/osaccount/native/
H A Dlibos_account_innerkits.map63 "OHOS::AccountSA::OsAccount::IsOsAccountCompleted(int, bool&)";
106 "OHOS::AccountSA::OsAccountManager::IsOsAccountCompleted(int, bool&)";
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp942 EXPECT_EQ(osAccountManagerService_->IsOsAccountCompleted(
956 EXPECT_EQ(osAccountManagerService_->IsOsAccountCompleted(
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp1885 … EXPECT_EQ(OsAccountManager::IsOsAccountCompleted(MAIN_ACCOUNT_ID, isOsAccountCompleted), ERR_OK);
1898 EXPECT_NE(OsAccountManager::IsOsAccountCompleted(ERROR_LOCAL_ID, isOsAccountCompleted), ERR_OK);
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp550 EXPECT_EQ(ERR_OK, innerMgrService_->IsOsAccountCompleted(id, status));