Home
last modified time | relevance | path

Searched refs:IsOsAccountCompleted (Results 1 - 20 of 20) sorted by relevance

/base/account/os_account/test/fuzztest/osaccount/isosaccountcompleted_fuzzer/
H A Disosaccountcompleted_fuzzer.cpp36 result = OsAccountManager::IsOsAccountCompleted(testId, testIsOsAccountCompleted); in IsOsAccountCompletedFuzzTest()
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_manager.h440 static ErrCode IsOsAccountCompleted(const int id, bool &isOsAccountCompleted);
/base/account/os_account/frameworks/osaccount/core/include/
H A Dos_account.h70 ErrCode IsOsAccountCompleted(const int id, bool &isOsAccountCompleted);
H A Dios_account.h81 virtual ErrCode IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) = 0;
H A Dos_account_proxy.h75 ErrCode IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) override;
/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.h97 ErrCode IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) override;
H A Diinner_os_account_manager.h78 ErrCode IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) override;
/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp256 ErrCode OsAccountManager::IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) in IsOsAccountCompleted() function in OHOS::AccountSA::OsAccountManager
258 return OsAccount::GetInstance().IsOsAccountCompleted(id, isOsAccountCompleted); in IsOsAccountCompleted()
/base/account/os_account/services/accountmgr/src/
H A Daccount_mgr_service.cpp287 IInnerOsAccountManager::GetInstance().IsOsAccountCompleted(Constants::START_USER_ID, isAccountCompleted); in OnAddSystemAbility()
/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp671 ErrCode OsAccount::IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) in IsOsAccountCompleted() function in OHOS::AccountSA::OsAccount
682 return proxy->IsOsAccountCompleted(id, isOsAccountCompleted); in IsOsAccountCompleted()
H A Dos_account_proxy.cpp992 ErrCode OsAccountProxy::IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) in IsOsAccountCompleted() function in OHOS::AccountSA::OsAccountProxy
/base/account/os_account/frameworks/test/unittest/
H A Daccount_osaccount_proxy_mock_test.cpp505 ErrCode errCode = OsAccountManager::IsOsAccountCompleted(MAIN_ACCOUNT_ID, isOsAccountCompleted); in HWTEST_F()
/base/account/os_account/frameworks/osaccount/core/test/unittest/
H A Dos_account_mock_test.cpp490 * @tc.desc: Test IsOsAccountCompleted getosaccountproxy faild
498 g_osAccount->IsOsAccountCompleted(MAIN_ACCOUNT_ID, isOsAccountCompleted)); in HWTEST_F()
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp770 ErrCode OsAccountManagerService::IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) in IsOsAccountCompleted() function in OHOS::AccountSA::OsAccountManagerService
772 return innerManager_.IsOsAccountCompleted(id, isOsAccountCompleted); in IsOsAccountCompleted()
H A Dos_account_stub.cpp1345 ErrCode result = IsOsAccountCompleted(localId, isOsAccountCompleted); in ProcIsOsAccountCompleted()
H A Dinner_os_account_manager.cpp1898 ErrCode IInnerOsAccountManager::IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp943 * @tc.desc: Test IsOsAccountCompleted with valid data.
950 EXPECT_EQ(osAccountManagerService_->IsOsAccountCompleted( in HWTEST_F()
957 * @tc.desc: Test IsOsAccountCompleted with invalid data.
964 EXPECT_EQ(osAccountManagerService_->IsOsAccountCompleted( in HWTEST_F()
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp1775 * @tc.desc: Test IsOsAccountCompleted.
1782 EXPECT_EQ(OsAccountManager::IsOsAccountCompleted(MAIN_ACCOUNT_ID, isOsAccountCompleted), ERR_OK); in HWTEST_F()
1788 * @tc.desc: Test IsOsAccountCompleted.
1795 EXPECT_NE(OsAccountManager::IsOsAccountCompleted(ERROR_LOCAL_ID, isOsAccountCompleted), ERR_OK); in HWTEST_F()
/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp558 EXPECT_EQ(ERR_OK, innerMgrService_->IsOsAccountCompleted(id, status)); in HWTEST_F()

Completed in 30 milliseconds