Home
last modified time | relevance | path

Searched refs:IsOsAccountActived (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_create_os_account_test.cpp55 … ErrCode ret = g_osAccountManagerService->IsOsAccountActived(MAIN_ACCOUNT_ID, isOsAccountActived); in SetUpTestCase()
61 ret = g_osAccountManagerService->IsOsAccountActived(MAIN_ACCOUNT_ID, isOsAccountActived); in SetUpTestCase()
H A Dos_account_manager_service_module_test.cpp355 …EXPECT_EQ(osAccountManagerService_->IsOsAccountActived(Constants::START_USER_ID, isOsAccountActive…
371 …EXPECT_EQ(osAccountManagerService_->IsOsAccountActived(osAccountInfoOne.GetLocalId(), isOsAccountA…
377 EXPECT_EQ(osAccountManagerService_->IsOsAccountActived(localId, isOsAccountActived),
1685 osAccountManagerService_->IsOsAccountActived(MAIN_ACCOUNT_ID, isOsAccountActived));
/ohos5.0/base/account/os_account/test/fuzztest/osaccount/isosaccountactived_fuzzer/
H A Disosaccountactived_fuzzer.cpp37 result = OsAccountManager::IsOsAccountActived(testId, testIsOsAccountActived); in IsOsAccountActivedFuzzTest()
/ohos5.0/base/account/os_account/frameworks/osaccount/core/test/unittest/
H A Dos_account_test.cpp70 ErrCode ret = g_osAccount->IsOsAccountActived(MAIN_ACCOUNT_ID, isOsAccountActived); in SetUpTestCase()
76 ret = g_osAccount->IsOsAccountActived(MAIN_ACCOUNT_ID, isOsAccountActived); in SetUpTestCase()
H A Dos_account_mock_test.cpp145 g_osAccount->IsOsAccountActived(MAIN_ACCOUNT_ID, isOsAccountActived));
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp69 ErrCode OsAccountManager::IsOsAccountActived(const int id, bool &isOsAccountActived) in IsOsAccountActived() function in OHOS::AccountSA::OsAccountManager
71 return OsAccount::GetInstance().IsOsAccountActived(id, isOsAccountActived); in IsOsAccountActived()
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_manager.h137 static ErrCode IsOsAccountActived(const int id, bool &isOsAccountActived);
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/
H A Dios_account.h46 virtual ErrCode IsOsAccountActived(const int id, bool &isOsAccountActived) = 0;
H A Dos_account.h38 ErrCode IsOsAccountActived(const int id, bool &isOsAccountActived);
H A Dos_account_proxy.h40 ErrCode IsOsAccountActived(const int id, bool &isOsAccountActived) override;
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp280 ErrCode OsAccountManagerService::IsOsAccountActived(const int id, bool &isOsAccountActived) in IsOsAccountActived() function in OHOS::AccountSA::OsAccountManagerService
285 return innerManager_.IsOsAccountActived(id, isOsAccountActived); in IsOsAccountActived()
294 return innerManager_.IsOsAccountActived(id, isOsAccountActived); in IsOsAccountActived()
H A Dinner_os_account_manager.cpp74 …(void)IInnerOsAccountManager::GetInstance().IsOsAccountActived(osAccountInfo.GetLocalId(), isActiv… in GetDomainAccountStatus()
1024 ErrCode IInnerOsAccountManager::IsOsAccountActived(const int id, bool &isOsAccountActived) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
H A Dos_account_stub.cpp1096 ErrCode result = IsOsAccountActived(localId, isOsAccountActived); in ProcIsOsAccountActived()
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account.h42 virtual ErrCode IsOsAccountActived(const int id, bool &isOsAccountActived) = 0;
H A Dos_account_manager_service.h48 ErrCode IsOsAccountActived(const int id, bool &isOsAccountActived) override;
H A Diinner_os_account_manager.h47 ErrCode IsOsAccountActived(const int id, bool &isOsAccountActived) override;
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/benchmarktest/
H A Dos_account_manager_benchmark_test.cpp108 EXPECT_EQ(OsAccountManager::IsOsAccountActived(LOCAL_ID, isOsAccountActived), ERR_OK); in BENCHMARK_F()
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp206 ErrCode OsAccount::IsOsAccountActived(const int id, bool &isOsAccountActived) in IsOsAccountActived() function in OHOS::AccountSA::OsAccount
214 return proxy->IsOsAccountActived(id, isOsAccountActived); in IsOsAccountActived()
H A Dos_account_proxy.cpp242 ErrCode OsAccountProxy::IsOsAccountActived(const int id, bool &isOsAccountActived) in IsOsAccountActived() function in OHOS::AccountSA::OsAccountProxy
/ohos5.0/base/account/os_account/frameworks/test/unittest/
H A Daccount_osaccount_proxy_mock_test.cpp150 ErrCode errCode = OsAccountManager::IsOsAccountActived(TEST_USER_ID, isOsAccountActived);
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/include/
H A Dnapi_os_account.h321 napi_value IsOsAccountActived(napi_env env, napi_callback_info cbInfo);
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp265 ErrCode ret = OsAccountManager::IsOsAccountActived(MAIN_ACCOUNT_ID, isOsAccountActived); in SetUpTestCase()
271 ret = OsAccountManager::IsOsAccountActived(MAIN_ACCOUNT_ID, isOsAccountActived); in SetUpTestCase()
636 …EXPECT_EQ(OsAccountManager::IsOsAccountActived(Constants::ADMIN_LOCAL_ID, isOsAccountActived), ERR…
652 …EXPECT_EQ(OsAccountManager::IsOsAccountActived(osAccountInfoOne.GetLocalId(), isOsAccountActived),…
2272 EXPECT_EQ(OsAccountManager::IsOsAccountActived(Constants::MAX_USER_ID + 1, isOsAccountActived),
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Dinner_domain_account_manager.cpp110 (void)IInnerOsAccountManager::GetInstance().IsOsAccountActived(userId_, isActivated); in OnResult()
947 (void)IInnerOsAccountManager::GetInstance().IsOsAccountActived(userId, isActivated); in NotifyDomainAccountEvent()
1239 res = IInnerOsAccountManager::GetInstance().IsOsAccountActived(userId, isActivated); in GetAccountStatus()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/
H A Dlibos_account_innerkits.map34 "OHOS::AccountSA::OsAccount::IsOsAccountActived(int, bool&)";
94 "OHOS::AccountSA::OsAccountManager::IsOsAccountActived(int, bool&)";
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp79 DECLARE_NAPI_FUNCTION("isOsAccountActived", IsOsAccountActived),
1120 napi_value IsOsAccountActived(napi_env env, napi_callback_info cbInfo) in IsOsAccountActived() function

12