/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | common_event_listener.cpp | 106 AccountSA::OsAccountType CommonEventListener::GetOsAccountType(int32_t& accountId) in GetOsAccountType() function in OHOS::DistributedSchedule::CommonEventListener 109 ErrCode err = AccountSA::OsAccountManager::GetOsAccountType(accountId, type); in GetOsAccountType() 119 AccountSA::OsAccountType type = GetOsAccountType(accountId); in OnUserSwitched()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | common_event_listener.h | 35 AccountSA::OsAccountType GetOsAccountType(int32_t &accountId);
|
/ohos5.0/base/account/os_account/test/fuzztest/osaccount/getosaccounttype_fuzzer/ |
H A D | getosaccounttype_fuzzer.cpp | 39 result = OsAccountManager::GetOsAccountType(testId, type); in GetOsAccountTypeFuzzTest()
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/ |
H A D | os_account_manager.cpp | 176 ErrCode OsAccountManager::GetOsAccountType(const int id, OsAccountType& type) in GetOsAccountType() function in OHOS::AccountSA::OsAccountManager 178 return OsAccount::GetInstance().GetOsAccountType(id, type); in GetOsAccountType()
|
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
H A D | os_account_manager.h | 284 static ErrCode GetOsAccountType(const int id, OsAccountType& type);
|
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/ |
H A D | ios_account.h | 64 virtual ErrCode GetOsAccountType(const int id, OsAccountType& type) = 0;
|
H A D | os_account.h | 54 ErrCode GetOsAccountType(const int id, OsAccountType& type);
|
H A D | os_account_proxy.h | 58 ErrCode GetOsAccountType(const int id, OsAccountType& type) override;
|
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_manager_service.cpp | 493 return innerManager_.GetOsAccountType(id, type); in GetOsAccountTypeFromProcess() 496 ErrCode OsAccountManagerService::GetOsAccountType(const int id, OsAccountType& type) in GetOsAccountType() function in OHOS::AccountSA::OsAccountManagerService 502 return innerManager_.GetOsAccountType(id, type); in GetOsAccountType()
|
H A D | os_account_stub.cpp | 1031 ErrCode result = GetOsAccountType(localId, type); in ProcGetOsAccountType()
|
H A D | inner_os_account_manager.cpp | 1448 ErrCode IInnerOsAccountManager::GetOsAccountType(const int id, OsAccountType &type) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
|
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/ |
H A D | iinner_os_account.h | 55 virtual ErrCode GetOsAccountType(const int id, OsAccountType &type) = 0;
|
H A D | os_account_manager_service.h | 72 ErrCode GetOsAccountType(const int id, OsAccountType& type) override;
|
H A D | iinner_os_account_manager.h | 60 ErrCode GetOsAccountType(const int id, OsAccountType &type) override;
|
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/ |
H A D | os_account.cpp | 395 ErrCode OsAccount::GetOsAccountType(const int id, OsAccountType& type) in GetOsAccountType() function in OHOS::AccountSA::OsAccount 402 return proxy->GetOsAccountType(id, type); in GetOsAccountType()
|
H A D | os_account_proxy.cpp | 597 ErrCode OsAccountProxy::GetOsAccountType(const int id, OsAccountType& type) in GetOsAccountType() function in OHOS::AccountSA::OsAccountProxy
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | ipc_common.cpp | 139 ErrCode ret = AccountSA::OsAccountManager::GetOsAccountType(userId, osAccountType); in GetUserTypeByUserId()
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/include/ |
H A D | napi_os_account.h | 329 napi_value GetOsAccountType(napi_env env, napi_callback_info cbInfo);
|
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
H A D | os_account_manager_service_module_test.cpp | 2235 … EXPECT_EQ(osAccountManagerService_->GetOsAccountType(osAccountInfoA.GetLocalId(), type), ERR_OK); 2271 … EXPECT_EQ(osAccountManagerService_->GetOsAccountType(osAccountInfoB.GetLocalId(), type), ERR_OK); 2273 … EXPECT_EQ(osAccountManagerService_->GetOsAccountType(osAccountInfoA.GetLocalId(), type), ERR_OK);
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/ |
H A D | libos_account_innerkits.map | 49 "OHOS::AccountSA::OsAccount::GetOsAccountType(int, OHOS::AccountSA::OsAccountType&)"; 132 "OHOS::AccountSA::OsAccountManager::GetOsAccountType(int, OHOS::AccountSA::OsAccountType&)";
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/ |
H A D | napi_os_account.cpp | 85 DECLARE_NAPI_FUNCTION("getOsAccountType", GetOsAccountType), 1163 napi_value GetOsAccountType(napi_env env, napi_callback_info cbInfo) in GetOsAccountType() function
|
H A D | napi_os_account_common.cpp | 1513 … asyncContext->errCode = OsAccountManager::GetOsAccountType(asyncContext->id, asyncContext->type); in GetTypeExecuteCB()
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
H A D | os_account_manager_module_test.cpp | 2774 EXPECT_EQ(OsAccountManager::GetOsAccountType(osAccountInfoA.GetLocalId(), type), ERR_OK); 2800 EXPECT_EQ(OsAccountManager::GetOsAccountType(osAccountInfoB.GetLocalId(), type), ERR_OK); 2802 EXPECT_EQ(OsAccountManager::GetOsAccountType(osAccountInfoA.GetLocalId(), type), ERR_OK);
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
H A D | os_account_inner_account_mgr_mock.cpp | 568 EXPECT_EQ(ERR_OK, innerMgrService_->GetOsAccountType(id, type)); 1256 ErrCode ret = innerMgrService_->GetOsAccountType(id, type);
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_account_data.cpp | 688 ErrCode rtn = AccountSA::OsAccountManager::GetOsAccountType(id_, accountType_); in Init()
|