/base/account/os_account/services/accountmgr/test/unittest/app_account/ |
D | app_account_info_test.cpp | 720 ErrCode result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token); 726 result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token); 731 result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token); 885 ErrCode result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token); 891 result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token, apiVersion); 896 result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token, apiVersion); 912 ErrCode result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token); 918 result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token, apiVersion); 923 result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token, apiVersion); 939 ErrCode result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token); [all …]
|
D | inner_app_account_manager_test.cpp | 403 ErrCode result = innerManagerPtr_->GetOAuthToken(request, token);
|
/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 | 330 ret = controlManagerPtr_->GetOAuthToken(request, token, Constants::API_VERSION9); in Authenticate() 332 ret = controlManagerPtr_->GetOAuthToken(request, token); in Authenticate() 355 ErrCode InnerAppAccountManager::GetOAuthToken( in GetOAuthToken() function in OHOS::AccountSA::InnerAppAccountManager 362 return controlManagerPtr_->GetOAuthToken(request, token, apiVersion); in GetOAuthToken()
|
D | app_account_manager_service.cpp | 329 ErrCode AppAccountManagerService::GetOAuthToken( in GetOAuthToken() function in OHOS::AccountSA::AppAccountManagerService 340 return innerManager_->GetOAuthToken(request, token); in GetOAuthToken() 354 return innerManager_->GetOAuthToken(request, token, Constants::API_VERSION9); in GetAuthToken()
|
D | app_account_control_manager.cpp | 423 ErrCode AppAccountControlManager::GetOAuthToken( in GetOAuthToken() function in OHOS::AccountSA::AppAccountControlManager 441 return appAccountInfo.GetOAuthToken(request.authType, token, apiVersion); in GetOAuthToken()
|
/base/account/os_account/frameworks/appaccount/native/src/ |
D | app_account_manager.cpp | 115 ErrCode AppAccountManager::GetOAuthToken( in GetOAuthToken() function in OHOS::AccountSA::AppAccountManager 118 return DelayedSingleton<AppAccount>::GetInstance()->GetOAuthToken(name, owner, authType, token); in GetOAuthToken()
|
D | app_account.cpp | 234 ErrCode AppAccount::GetOAuthToken( in GetOAuthToken() function in OHOS::AccountSA::AppAccount 242 return appAccountProxy_->GetOAuthToken(name, owner, authType, token); in GetOAuthToken()
|
D | app_account_info.cpp | 282 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 | app_account.h | 62 ErrCode GetOAuthToken(
|
D | iapp_account.h | 62 virtual ErrCode GetOAuthToken(
|
D | app_account_proxy.h | 60 ErrCode GetOAuthToken(
|
/base/account/os_account/services/accountmgr/include/appaccount/ |
D | inner_app_account_manager.h | 70 ErrCode GetOAuthToken(const AuthenticatorSessionRequest &request,
|
D | app_account_manager_service.h | 63 ErrCode GetOAuthToken(
|
D | app_account_control_manager.h | 79 ErrCode GetOAuthToken(const AuthenticatorSessionRequest &request,
|
/base/account/os_account/interfaces/innerkits/appaccount/native/include/ |
D | app_account_manager.h | 57 …static ErrCode GetOAuthToken(const std::string &name, const std::string &owner, const std::string …
|
/base/account/os_account/frameworks/appaccount/native/test/moduletest/ |
D | app_account_manager_module_test.cpp | 343 …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 | 1445 …ErrCode result = AppAccountManager::GetOAuthToken(STRING_EMPTY, STRING_OWNER, STRING_AUTH_TYPE, to… 1449 result = AppAccountManager::GetOAuthToken(STRING_NAME, STRING_EMPTY, STRING_AUTH_TYPE, token); 1464 …ErrCode result = AppAccountManager::GetOAuthToken(STRING_NAME_OUT_OF_RANGE, STRING_OWNER, STRING_A… 1468 …result = AppAccountManager::GetOAuthToken(STRING_NAME, STRING_OWNER_OUT_OF_RANGE, STRING_AUTH_TYPE… 1472 … result = AppAccountManager::GetOAuthToken(STRING_NAME, STRING_OWNER, STRING_OUT_OF_RANGE, token); 1487 …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 | 1077 …ErrCode result = g_accountManagerService->GetOAuthToken(STRING_NAME, STRING_OWNER, STRING_AUTH_TYP… 1119 result = g_accountManagerService->GetOAuthToken(STRING_NAME, owner, STRING_AUTH_TYPE, token); 1181 result = g_accountManagerService->GetOAuthToken(STRING_NAME, owner, STRING_AUTH_TYPE, token); 1263 … result = g_accountManagerService->GetOAuthToken(STRING_NAME, owner, STRING_AUTH_TYPE_TWO, token); 1325 result = g_accountManagerService->GetOAuthToken(STRING_NAME, owner, STRING_AUTH_TYPE, token); 1393 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…
|