/base/account/os_account/services/accountmgr/test/unittest/app_account/ |
D | app_account_info_test.cpp | 738 ErrCode result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token); 744 result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token); 749 result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token); 765 ErrCode result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token); 771 result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token, apiVersion); 776 result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token, apiVersion); 792 ErrCode result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token); 798 result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token, apiVersion); 803 result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token, apiVersion); 819 ErrCode result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token); [all …]
|
/base/account/os_account/test/fuzztest/appaccount/getoauthtoken_fuzzer/ |
D | getoauthtoken_fuzzer.cpp | 36 result = AppAccountManager::GetOAuthToken(testName, testOwner, testAuthType, testToken); in GetOAuthTokenFuzzTest()
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
D | inner_app_account_manager.cpp | 211 ret = controlManager_.GetOAuthToken(request, token, Constants::API_VERSION9); in Authenticate() 213 ret = controlManager_.GetOAuthToken(request, token); in Authenticate() 283 ErrCode InnerAppAccountManager::GetOAuthToken( in GetOAuthToken() function in OHOS::AccountSA::InnerAppAccountManager 286 return controlManager_.GetOAuthToken(request, token, apiVersion); in GetOAuthToken()
|
D | app_account_manager_service.cpp | 333 ErrCode AppAccountManagerService::GetOAuthToken( in GetOAuthToken() function in OHOS::AccountSA::AppAccountManagerService 344 return innerManager_->GetOAuthToken(request, token); in GetOAuthToken() 358 return innerManager_->GetOAuthToken(request, token, Constants::API_VERSION9); in GetAuthToken()
|
D | app_account_control_manager.cpp | 433 ErrCode AppAccountControlManager::GetOAuthToken( in GetOAuthToken() function in OHOS::AccountSA::AppAccountControlManager 452 return appAccountInfo.GetOAuthToken(request.authType, token, apiVersion); in GetOAuthToken()
|
/base/account/os_account/frameworks/appaccount/native/src/ |
D | app_account_manager.cpp | 114 ErrCode AppAccountManager::GetOAuthToken( in GetOAuthToken() function in OHOS::AccountSA::AppAccountManager 117 return AppAccount::GetInstance().GetOAuthToken(name, owner, authType, token); in GetOAuthToken()
|
D | app_account.cpp | 228 ErrCode AppAccount::GetOAuthToken( in GetOAuthToken() function in OHOS::AccountSA::AppAccount 236 return appAccountProxy_->GetOAuthToken(name, owner, authType, token); in GetOAuthToken()
|
D | app_account_info.cpp | 283 ErrCode AppAccountInfo::GetOAuthToken(const std::string &authType, std::string &token, const uint32… in GetOAuthToken() function in OHOS::AccountSA::AppAccountInfo
|
/base/account/os_account/frameworks/appaccount/native/include/ |
D | app_account_info.h | 74 ErrCode GetOAuthToken(
|
D | iapp_account.h | 63 virtual ErrCode GetOAuthToken(
|
D | app_account.h | 63 ErrCode GetOAuthToken(
|
D | app_account_proxy.h | 60 ErrCode GetOAuthToken(
|
/base/account/os_account/interfaces/innerkits/appaccount/native/include/ |
D | app_account_manager.h | 242 …static ErrCode GetOAuthToken(const std::string &name, const std::string &owner, const std::string …
|
/base/account/os_account/services/accountmgr/include/appaccount/ |
D | inner_app_account_manager.h | 71 ErrCode GetOAuthToken(const AuthenticatorSessionRequest &request,
|
D | app_account_manager_service.h | 63 ErrCode GetOAuthToken(
|
D | app_account_control_manager.h | 74 ErrCode GetOAuthToken(const AuthenticatorSessionRequest &request,
|
/base/account/os_account/frameworks/appaccount/native/test/moduletest/ |
D | app_account_manager_module_test.cpp | 339 …ErrCode result = AppAccountManager::GetOAuthToken(STRING_NAME, STRING_OWNER, STRING_AUTH_TYPE, tok…
|
/base/account/os_account/services/accountmgr/test/mock/app_account/ |
D | mock_app_account_stub.h | 56 ErrCode GetOAuthToken(
|
D | mock_app_account_stub.cpp | 185 ErrCode MockAppAccountStub::GetOAuthToken( in GetOAuthToken() function in OHOS::AccountSA::MockAppAccountStub
|
/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
D | app_account_manager_test.cpp | 1441 …ErrCode result = AppAccountManager::GetOAuthToken(STRING_EMPTY, STRING_OWNER, STRING_AUTH_TYPE, to… 1445 result = AppAccountManager::GetOAuthToken(STRING_NAME, STRING_EMPTY, STRING_AUTH_TYPE, token); 1460 …ErrCode result = AppAccountManager::GetOAuthToken(STRING_NAME_OUT_OF_RANGE, STRING_OWNER, STRING_A… 1464 …result = AppAccountManager::GetOAuthToken(STRING_NAME, STRING_OWNER_OUT_OF_RANGE, STRING_AUTH_TYPE… 1468 … result = AppAccountManager::GetOAuthToken(STRING_NAME, STRING_OWNER, STRING_OUT_OF_RANGE, token); 1483 …ErrCode result = AppAccountManager::GetOAuthToken(STRING_NAME, STRING_OWNER, STRING_AUTH_TYPE, tok…
|
/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
D | napi_app_account.h | 47 static napi_value GetOAuthToken(napi_env env, napi_callback_info cbInfo);
|
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/ |
D | fuzz_test_manager.cpp | 71 … AppAccountManager::GetOAuthToken(GetStringParam(), GetStringParam(), GetStringParam(), token); in RegisterAppAccountManager()
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
D | app_account_manager_service_module_test.cpp | 918 …ErrCode result = g_accountManagerService->GetOAuthToken(STRING_NAME, STRING_OWNER, STRING_AUTH_TYP… 960 result = g_accountManagerService->GetOAuthToken(STRING_NAME, owner, STRING_AUTH_TYPE, token); 1022 result = g_accountManagerService->GetOAuthToken(STRING_NAME, owner, STRING_AUTH_TYPE, token); 1104 … result = g_accountManagerService->GetOAuthToken(STRING_NAME, owner, STRING_AUTH_TYPE_TWO, token); 1166 result = g_accountManagerService->GetOAuthToken(STRING_NAME, owner, STRING_AUTH_TYPE, token); 1234 result = g_accountManagerService->GetOAuthToken(STRING_NAME, owner, STRING_AUTH_TYPE, token);
|
/base/account/os_account/frameworks/test/unittest/ |
D | account_appaccount_proxy_mock_test.cpp | 283 …ErrCode result = AppAccountManager::GetOAuthToken(STRING_NAME, STRING_OWNER, STRING_AUTH_TYPE, tok…
|
/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
D | napi_app_account.cpp | 54 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()
|