/base/account/os_account/test/fuzztest/osaccount/isosaccountcompleted_fuzzer/ |
H A D | isosaccountcompleted_fuzzer.cpp | 36 result = OsAccountManager::IsOsAccountCompleted(testId, testIsOsAccountCompleted); in IsOsAccountCompletedFuzzTest()
|
/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
H A D | os_account_manager.h | 440 static ErrCode IsOsAccountCompleted(const int id, bool &isOsAccountCompleted);
|
/base/account/os_account/frameworks/osaccount/core/include/ |
H A D | os_account.h | 70 ErrCode IsOsAccountCompleted(const int id, bool &isOsAccountCompleted);
|
H A D | ios_account.h | 81 virtual ErrCode IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) = 0;
|
H A D | os_account_proxy.h | 75 ErrCode IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) override;
|
/base/account/os_account/services/accountmgr/include/osaccount/ |
H A D | iinner_os_account.h | 73 virtual ErrCode IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) = 0;
|
H A D | os_account_manager_service.h | 97 ErrCode IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) override;
|
H A D | iinner_os_account_manager.h | 78 ErrCode IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) override;
|
/base/account/os_account/frameworks/osaccount/native/src/ |
H A D | os_account_manager.cpp | 256 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 D | account_mgr_service.cpp | 287 IInnerOsAccountManager::GetInstance().IsOsAccountCompleted(Constants::START_USER_ID, isAccountCompleted); in OnAddSystemAbility()
|
/base/account/os_account/frameworks/osaccount/core/src/ |
H A D | os_account.cpp | 671 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 D | os_account_proxy.cpp | 992 ErrCode OsAccountProxy::IsOsAccountCompleted(const int id, bool &isOsAccountCompleted) in IsOsAccountCompleted() function in OHOS::AccountSA::OsAccountProxy
|
/base/account/os_account/frameworks/test/unittest/ |
H A D | account_osaccount_proxy_mock_test.cpp | 505 ErrCode errCode = OsAccountManager::IsOsAccountCompleted(MAIN_ACCOUNT_ID, isOsAccountCompleted); in HWTEST_F()
|
/base/account/os_account/frameworks/osaccount/core/test/unittest/ |
H A D | os_account_mock_test.cpp | 490 * @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 D | os_account_manager_service.cpp | 770 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 D | os_account_stub.cpp | 1345 ErrCode result = IsOsAccountCompleted(localId, isOsAccountCompleted); in ProcIsOsAccountCompleted()
|
H A D | inner_os_account_manager.cpp | 1898 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 D | os_account_manager_service_module_test.cpp | 943 * @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 D | os_account_manager_module_test.cpp | 1775 * @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 D | os_account_inner_account_mgr_mock.cpp | 558 EXPECT_EQ(ERR_OK, innerMgrService_->IsOsAccountCompleted(id, status)); in HWTEST_F()
|