Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Dcommon_event_listener.cpp106 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 Dcommon_event_listener.h35 AccountSA::OsAccountType GetOsAccountType(int32_t &accountId);
/ohos5.0/base/account/os_account/test/fuzztest/osaccount/getosaccounttype_fuzzer/
H A Dgetosaccounttype_fuzzer.cpp39 result = OsAccountManager::GetOsAccountType(testId, type); in GetOsAccountTypeFuzzTest()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp176 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 Dos_account_manager.h284 static ErrCode GetOsAccountType(const int id, OsAccountType& type);
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/
H A Dios_account.h64 virtual ErrCode GetOsAccountType(const int id, OsAccountType& type) = 0;
H A Dos_account.h54 ErrCode GetOsAccountType(const int id, OsAccountType& type);
H A Dos_account_proxy.h58 ErrCode GetOsAccountType(const int id, OsAccountType& type) override;
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp493 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 Dos_account_stub.cpp1031 ErrCode result = GetOsAccountType(localId, type); in ProcGetOsAccountType()
H A Dinner_os_account_manager.cpp1448 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 Diinner_os_account.h55 virtual ErrCode GetOsAccountType(const int id, OsAccountType &type) = 0;
H A Dos_account_manager_service.h72 ErrCode GetOsAccountType(const int id, OsAccountType& type) override;
H A Diinner_os_account_manager.h60 ErrCode GetOsAccountType(const int id, OsAccountType &type) override;
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp395 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 Dos_account_proxy.cpp597 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 Dipc_common.cpp139 ErrCode ret = AccountSA::OsAccountManager::GetOsAccountType(userId, osAccountType); in GetUserTypeByUserId()
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/include/
H A Dnapi_os_account.h329 napi_value GetOsAccountType(napi_env env, napi_callback_info cbInfo);
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp2235 … 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 Dlibos_account_innerkits.map49 "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 Dnapi_os_account.cpp85 DECLARE_NAPI_FUNCTION("getOsAccountType", GetOsAccountType),
1163 napi_value GetOsAccountType(napi_env env, napi_callback_info cbInfo) in GetOsAccountType() function
H A Dnapi_os_account_common.cpp1513 … asyncContext->errCode = OsAccountManager::GetOsAccountType(asyncContext->id, asyncContext->type); in GetTypeExecuteCB()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp2774 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 Dos_account_inner_account_mgr_mock.cpp568 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 Daccessibility_account_data.cpp688 ErrCode rtn = AccountSA::OsAccountManager::GetOsAccountType(id_, accountType_); in Init()