Home
last modified time | relevance | path

Searched refs:IAMState (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/include/account_iam/
H A Dinner_account_iam_manager.h64 IAMState GetState(int32_t userId);
65 void SetState(int32_t userId, IAMState state);
104 std::map<int32_t, IAMState> userStateMap_;
H A Daccount_iam_service.h54 IAMState GetAccountState(int32_t userId) override;
/ohos5.0/base/account/os_account/test/fuzztest/iamaccount/getaccountstate_fuzzer/
H A Dgetaccountstate_fuzzer.cpp32 IAMState result = AccountIAMClient::GetInstance().GetAccountState(userId); in GetAccountStateFuzzTest()
/ohos5.0/base/account/os_account/interfaces/innerkits/account_iam/native/include/
H A Diaccount_iam.h57 virtual IAMState GetAccountState(int32_t userId) = 0;
H A Daccount_iam_info.h66 enum IAMState { enum
H A Daccount_iam_mgr_proxy.h55 IAMState GetAccountState(int32_t userId) override;
H A Daccount_iam_client.h271 IAMState GetAccountState(int32_t userId);
/ohos5.0/base/account/os_account/frameworks/account_iam/src/
H A Daccount_iam_mgr_proxy.cpp624 IAMState AccountIAMMgrProxy::GetAccountState(int32_t userId) in GetAccountState()
626 IAMState defaultState = IDLE; in GetAccountState()
637 return static_cast<IAMState>(state); in GetAccountState()
H A Daccount_iam_client.cpp478 IAMState AccountIAMClient::GetAccountState(int32_t userId) in GetAccountState()
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_service.cpp239 IAMState AccountIAMService::GetAccountState(int32_t userId) in GetAccountState()
H A Dinner_account_iam_manager.cpp473 IAMState InnerAccountIAMManager::GetState(int32_t userId) in GetState()
483 void InnerAccountIAMManager::SetState(int32_t userId, IAMState state) in SetState()
H A Daccount_iam_mgr_stub.cpp686 IAMState state = GetAccountState(userId); in ProcGetAccountState()
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/account_iam/
H A Daccount_iam_callback_test.cpp353 IAMState state = InnerAccountIAMManager::GetInstance().GetState(TEST_USER_ID);