/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
H A D | os_account_manager_service_create_os_account_test.cpp | 55 … ErrCode ret = g_osAccountManagerService->IsOsAccountActived(MAIN_ACCOUNT_ID, isOsAccountActived); in SetUpTestCase() 61 ret = g_osAccountManagerService->IsOsAccountActived(MAIN_ACCOUNT_ID, isOsAccountActived); in SetUpTestCase()
|
H A D | os_account_manager_service_module_test.cpp | 355 …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 D | isosaccountactived_fuzzer.cpp | 37 result = OsAccountManager::IsOsAccountActived(testId, testIsOsAccountActived); in IsOsAccountActivedFuzzTest()
|
/ohos5.0/base/account/os_account/frameworks/osaccount/core/test/unittest/ |
H A D | os_account_test.cpp | 70 ErrCode ret = g_osAccount->IsOsAccountActived(MAIN_ACCOUNT_ID, isOsAccountActived); in SetUpTestCase() 76 ret = g_osAccount->IsOsAccountActived(MAIN_ACCOUNT_ID, isOsAccountActived); in SetUpTestCase()
|
H A D | os_account_mock_test.cpp | 145 g_osAccount->IsOsAccountActived(MAIN_ACCOUNT_ID, isOsAccountActived));
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/ |
H A D | os_account_manager.cpp | 69 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 D | os_account_manager.h | 137 static ErrCode IsOsAccountActived(const int id, bool &isOsAccountActived);
|
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/ |
H A D | ios_account.h | 46 virtual ErrCode IsOsAccountActived(const int id, bool &isOsAccountActived) = 0;
|
H A D | os_account.h | 38 ErrCode IsOsAccountActived(const int id, bool &isOsAccountActived);
|
H A D | os_account_proxy.h | 40 ErrCode IsOsAccountActived(const int id, bool &isOsAccountActived) override;
|
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_manager_service.cpp | 280 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 D | inner_os_account_manager.cpp | 74 …(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 D | os_account_stub.cpp | 1096 ErrCode result = IsOsAccountActived(localId, isOsAccountActived); in ProcIsOsAccountActived()
|
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/ |
H A D | iinner_os_account.h | 42 virtual ErrCode IsOsAccountActived(const int id, bool &isOsAccountActived) = 0;
|
H A D | os_account_manager_service.h | 48 ErrCode IsOsAccountActived(const int id, bool &isOsAccountActived) override;
|
H A D | iinner_os_account_manager.h | 47 ErrCode IsOsAccountActived(const int id, bool &isOsAccountActived) override;
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/benchmarktest/ |
H A D | os_account_manager_benchmark_test.cpp | 108 EXPECT_EQ(OsAccountManager::IsOsAccountActived(LOCAL_ID, isOsAccountActived), ERR_OK); in BENCHMARK_F()
|
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/ |
H A D | os_account.cpp | 206 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 D | os_account_proxy.cpp | 242 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 D | account_osaccount_proxy_mock_test.cpp | 150 ErrCode errCode = OsAccountManager::IsOsAccountActived(TEST_USER_ID, isOsAccountActived);
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/include/ |
H A D | napi_os_account.h | 321 napi_value IsOsAccountActived(napi_env env, napi_callback_info cbInfo);
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
H A D | os_account_manager_module_test.cpp | 265 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 D | inner_domain_account_manager.cpp | 110 (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 D | libos_account_innerkits.map | 34 "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 D | napi_os_account.cpp | 79 DECLARE_NAPI_FUNCTION("isOsAccountActived", IsOsAccountActived), 1120 napi_value IsOsAccountActived(napi_env env, napi_callback_info cbInfo) in IsOsAccountActived() function
|