Home
last modified time | relevance | path

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

12

/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_info_test.cpp745 ErrCode result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token);
751 result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token);
756 result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token);
772 ErrCode result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token);
778 result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token, apiVersion);
783 result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token, apiVersion);
799 ErrCode result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token);
805 result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token, apiVersion);
810 result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token, apiVersion);
826 ErrCode result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token);
[all …]
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dinner_app_account_manager.cpp212 ret = controlManager_.GetOAuthToken(request, token, Constants::API_VERSION9); in Authenticate()
214 ret = controlManager_.GetOAuthToken(request, token); in Authenticate()
232 ErrCode InnerAppAccountManager::GetOAuthToken( in GetOAuthToken() function in OHOS::AccountSA::InnerAppAccountManager
235 return controlManager_.GetOAuthToken(request, token, apiVersion); in GetOAuthToken()
H A Dapp_account_manager_service.cpp307 ErrCode AppAccountManagerService::GetOAuthToken( in GetOAuthToken() function in OHOS::AccountSA::AppAccountManagerService
318 return innerManager_->GetOAuthToken(request, token); in GetOAuthToken()
332 return innerManager_->GetOAuthToken(request, token, Constants::API_VERSION9); in GetAuthToken()
H A Dapp_account_control_manager.cpp654 ErrCode AppAccountControlManager::GetOAuthToken( in GetOAuthToken() function in OHOS::AccountSA::AppAccountControlManager
673 result = appAccountInfo.GetOAuthToken(request.authType, token, apiVersion); in GetOAuthToken()
713 appAccountInfo.GetOAuthToken(request.authType, authTypeAlias); in SetOAuthToken()
741 ret = appAccountInfo.GetOAuthToken(request.authType, alias, apiVersion); in DeleteOAuthToken()
/ohos5.0/base/account/os_account/test/fuzztest/appaccount/getoauthtoken_fuzzer/
H A Dgetoauthtoken_fuzzer.cpp38 result = AppAccountManager::GetOAuthToken(testName, testOwner, testAuthType, testToken); in GetOAuthTokenFuzzTest()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_manager.cpp114 ErrCode AppAccountManager::GetOAuthToken( in GetOAuthToken() function in OHOS::AccountSA::AppAccountManager
117 return AppAccount::GetInstance().GetOAuthToken(name, owner, authType, token); in GetOAuthToken()
H A Dapp_account.cpp268 ErrCode AppAccount::GetOAuthToken( in GetOAuthToken() function in OHOS::AccountSA::AppAccount
279 return proxy->GetOAuthToken(name, owner, authType, token); in GetOAuthToken()
H A Dapp_account_info.cpp344 ErrCode AppAccountInfo::GetOAuthToken(const std::string &authType, std::string &token, const uint32… in GetOAuthToken() function in OHOS::AccountSA::AppAccountInfo
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_manager_test.cpp1353 …ErrCode result = AppAccountManager::GetOAuthToken(STRING_EMPTY, STRING_OWNER, STRING_AUTH_TYPE, to…
1357 result = AppAccountManager::GetOAuthToken(STRING_NAME, STRING_EMPTY, STRING_AUTH_TYPE, token);
1372 …ErrCode result = AppAccountManager::GetOAuthToken(STRING_NAME_OUT_OF_RANGE, STRING_OWNER, STRING_A…
1376 …result = AppAccountManager::GetOAuthToken(STRING_NAME, STRING_OWNER_OUT_OF_RANGE, STRING_AUTH_TYPE…
1380 … result = AppAccountManager::GetOAuthToken(STRING_NAME, STRING_OWNER, STRING_OUT_OF_RANGE, token);
1395 …ErrCode result = AppAccountManager::GetOAuthToken(STRING_NAME, STRING_OWNER, STRING_AUTH_TYPE, tok…
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_info.h76 ErrCode GetOAuthToken(
H A Diapp_account.h63 virtual ErrCode GetOAuthToken(
H A Dapp_account.h63 ErrCode GetOAuthToken(
H A Dapp_account_proxy.h59 ErrCode GetOAuthToken(
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dinner_app_account_manager.h72 ErrCode GetOAuthToken(const AuthenticatorSessionRequest &request,
H A Dapp_account_control_manager.h77 ErrCode GetOAuthToken(const AuthenticatorSessionRequest &request,
H A Dapp_account_manager_service.h63 ErrCode GetOAuthToken(
/ohos5.0/base/account/os_account/interfaces/innerkits/appaccount/native/include/
H A Dapp_account_manager.h242 …static ErrCode GetOAuthToken(const std::string &name, const std::string &owner, const std::string …
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_module_test.cpp916 …ErrCode result = g_accountManagerService->GetOAuthToken(STRING_NAME, STRING_OWNER, STRING_AUTH_TYP…
958 result = g_accountManagerService->GetOAuthToken(STRING_NAME, owner, STRING_AUTH_TYPE, token);
1019 result = g_accountManagerService->GetOAuthToken(STRING_NAME, owner, STRING_AUTH_TYPE, token);
1101 … result = g_accountManagerService->GetOAuthToken(STRING_NAME, owner, STRING_AUTH_TYPE_TWO, token);
1163 result = g_accountManagerService->GetOAuthToken(STRING_NAME, owner, STRING_AUTH_TYPE, token);
1230 result = g_accountManagerService->GetOAuthToken(STRING_NAME, owner, STRING_AUTH_TYPE, token);
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/moduletest/
H A Dapp_account_manager_module_test.cpp340 …ErrCode result = AppAccountManager::GetOAuthToken(STRING_NAME, STRING_OWNER, STRING_AUTH_TYPE, tok…
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_stub.h56 ErrCode GetOAuthToken(
H A Dmock_app_account_stub.cpp185 ErrCode MockAppAccountStub::GetOAuthToken( in GetOAuthToken() function in OHOS::AccountSA::MockAppAccountStub
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account.h47 static napi_value GetOAuthToken(napi_env env, napi_callback_info cbInfo);
/ohos5.0/base/account/os_account/frameworks/test/unittest/
H A Daccount_appaccount_proxy_mock_test.cpp290 …ErrCode result = AppAccountManager::GetOAuthToken(STRING_NAME, STRING_OWNER, STRING_AUTH_TYPE, tok…
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account.cpp54 DECLARE_NAPI_FUNCTION("getOAuthToken", GetOAuthToken),
961 napi_value NapiAppAccount::GetOAuthToken(napi_env env, napi_callback_info cbInfo) in GetOAuthToken() function in OHOS::AccountJsKit::NapiAppAccount
990 asyncContext->errCode = AppAccountManager::GetOAuthToken( in GetAuthTokenInternal()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/
H A Dlibapp_account_innerkits.map73 …"OHOS::AccountSA::AppAccountManager::GetOAuthToken(std::__h::basic_string<char, std::__h::char_tra…
161 …"OHOS::AccountSA::AppAccountInfo::GetOAuthToken(std::__h::basic_string<char, std::__h::char_traits…

12