Home
last modified time | relevance | path

Searched refs:GetOsAccountTypeFromProcess (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/base/account/os_account/test/fuzztest/osaccount/getosaccounttypefromprocess_fuzzer/
H A Dgetosaccounttypefromprocess_fuzzer.cpp33 result = OsAccountManager::GetOsAccountTypeFromProcess(testOsAccountType); in QueryOsAccountByIdFuzzTest()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp171 ErrCode OsAccountManager::GetOsAccountTypeFromProcess(OsAccountType &type) in GetOsAccountTypeFromProcess() function in OHOS::AccountSA::OsAccountManager
173 return OsAccount::GetInstance().GetOsAccountTypeFromProcess(type); in GetOsAccountTypeFromProcess()
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_manager.h275 static ErrCode GetOsAccountTypeFromProcess(OsAccountType &type);
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/
H A Dios_account.h63 virtual ErrCode GetOsAccountTypeFromProcess(OsAccountType &type) = 0;
H A Dos_account.h53 ErrCode GetOsAccountTypeFromProcess(OsAccountType &type);
H A Dos_account_proxy.h57 ErrCode GetOsAccountTypeFromProcess(OsAccountType &type) override;
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Dos_account_manager_service.h71 ErrCode GetOsAccountTypeFromProcess(OsAccountType& type) override;
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/benchmarktest/
H A Dos_account_manager_benchmark_test.cpp357 EXPECT_EQ(OsAccountManager::GetOsAccountTypeFromProcess(type), ERR_OK); in BENCHMARK_F()
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp385 ErrCode OsAccount::GetOsAccountTypeFromProcess(OsAccountType &type) in GetOsAccountTypeFromProcess() function in OHOS::AccountSA::OsAccount
392 return proxy->GetOsAccountTypeFromProcess(type); in GetOsAccountTypeFromProcess()
H A Dos_account_proxy.cpp572 ErrCode OsAccountProxy::GetOsAccountTypeFromProcess(OsAccountType &type) in GetOsAccountTypeFromProcess() function in OHOS::AccountSA::OsAccountProxy
/ohos5.0/base/account/os_account/frameworks/osaccount/core/test/unittest/
H A Dos_account_mock_test.cpp305 g_osAccount->GetOsAccountTypeFromProcess(type));
/ohos5.0/base/account/os_account/frameworks/test/unittest/
H A Daccount_osaccount_proxy_mock_test.cpp313 ErrCode errCode = OsAccountManager::GetOsAccountTypeFromProcess(type);
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/include/
H A Dnapi_os_account.h331 napi_value GetOsAccountTypeFromProcess(napi_env env, napi_callback_info cbInfo);
/ohos5.0/base/account/os_account/frameworks/osaccount/native/
H A Dlibos_account_innerkits.map48 "OHOS::AccountSA::OsAccount::GetOsAccountTypeFromProcess(OHOS::AccountSA::OsAccountType&)";
131 … "OHOS::AccountSA::OsAccountManager::GetOsAccountTypeFromProcess(OHOS::AccountSA::OsAccountType&)";
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp84 DECLARE_NAPI_FUNCTION("getOsAccountTypeFromProcess", GetOsAccountTypeFromProcess),
1168 napi_value GetOsAccountTypeFromProcess(napi_env env, napi_callback_info cbInfo) in GetOsAccountTypeFromProcess() function
H A Dnapi_os_account_common.cpp1515 asyncContext->errCode = OsAccountManager::GetOsAccountTypeFromProcess(asyncContext->type); in GetTypeExecuteCB()
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp490 ErrCode OsAccountManagerService::GetOsAccountTypeFromProcess(OsAccountType &type) in GetOsAccountTypeFromProcess() function in OHOS::AccountSA::OsAccountManagerService
H A Dos_account_stub.cpp1011 ErrCode result = GetOsAccountTypeFromProcess(type); in ProcGetOsAccountTypeFromProcess()
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp664 EXPECT_EQ(osAccountManagerService_->GetOsAccountTypeFromProcess(type), ERR_OK);
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp964 EXPECT_EQ(OsAccountManager::GetOsAccountTypeFromProcess(type), ERR_OK);