Home
last modified time | relevance | path

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

12

/base/account/os_account/test/fuzztest/appaccount/getalloauthtokens_fuzzer/
Dgetalloauthtokens_fuzzer.cpp40 result = AppAccountManager::GetAllOAuthTokens(testName, testOwner, testTokenInfos); in GetAllOAuthTokensFuzzTest()
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_manager.cpp177 ErrCode AppAccountManager::GetAllOAuthTokens( in GetAllOAuthTokens() function in OHOS::AccountSA::AppAccountManager
180 return AppAccount::GetInstance().GetAllOAuthTokens(name, owner, tokenInfos); in GetAllOAuthTokens()
Dapp_account.cpp341 ErrCode AppAccount::GetAllOAuthTokens( in GetAllOAuthTokens() function in OHOS::AccountSA::AppAccount
347 return appAccountProxy_->GetAllOAuthTokens(name, owner, tokenInfos); in GetAllOAuthTokens()
Dapp_account_info.cpp404 ErrCode AppAccountInfo::GetAllOAuthTokens(std::vector<OAuthTokenInfo> &tokenInfos) const in GetAllOAuthTokens() function in OHOS::AccountSA::AppAccountInfo
/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_info.h83 ErrCode GetAllOAuthTokens(std::vector<OAuthTokenInfo> &tokenInfos) const;
Diapp_account.h82 virtual ErrCode GetAllOAuthTokens(const std::string &name, const std::string &owner,
Dapp_account.h81 ErrCode GetAllOAuthTokens(
Dapp_account_proxy.h79 ErrCode GetAllOAuthTokens(
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_control_manager_module_test.cpp249 result = AppAccountControlManager::GetInstance().GetAllOAuthTokens(request, tokenInfos);
Dapp_account_manager_service_module_test.cpp1294 …ErrCode result = g_accountManagerService->GetAllOAuthTokens(STRING_NAME, STRING_OWNER, tokenInfos);
1319 result = g_accountManagerService->GetAllOAuthTokens(STRING_NAME, owner, tokenInfos);
1330 result = g_accountManagerService->GetAllOAuthTokens(STRING_NAME, owner, tokenInfos);
/base/account/os_account/interfaces/innerkits/appaccount/native/include/
Dapp_account_manager.h361 static ErrCode GetAllOAuthTokens(const std::string &name, const std::string &owner,
/base/account/os_account/services/accountmgr/include/appaccount/
Dinner_app_account_manager.h80 …ErrCode GetAllOAuthTokens(const AuthenticatorSessionRequest &request, std::vector<OAuthTokenInfo> …
Dapp_account_manager_service.h82 ErrCode GetAllOAuthTokens(const std::string &name, const std::string &owner,
Dapp_account_control_manager.h83 …ErrCode GetAllOAuthTokens(const AuthenticatorSessionRequest &request, std::vector<OAuthTokenInfo> …
/base/account/os_account/services/accountmgr/src/appaccount/
Dinner_app_account_manager.cpp327 ErrCode InnerAppAccountManager::GetAllOAuthTokens( in GetAllOAuthTokens() function in OHOS::AccountSA::InnerAppAccountManager
330 return controlManager_.GetAllOAuthTokens(request, tokenInfos); in GetAllOAuthTokens()
Dapp_account_manager_service.cpp497 ErrCode AppAccountManagerService::GetAllOAuthTokens( in GetAllOAuthTokens() function in OHOS::AccountSA::AppAccountManagerService
507 return innerManager_->GetAllOAuthTokens(request, tokenInfos); in GetAllOAuthTokens()
Dapp_account_control_manager.cpp562 ErrCode AppAccountControlManager::GetAllOAuthTokens( in GetAllOAuthTokens() function in OHOS::AccountSA::AppAccountControlManager
575 result = appAccountInfo.GetAllOAuthTokens(allTokenInfos); in GetAllOAuthTokens()
/base/account/os_account/services/accountmgr/test/mock/app_account/
Dmock_app_account_stub.h75 ErrCode GetAllOAuthTokens(const std::string &name, const std::string &owner,
Dmock_app_account_stub.cpp265 ErrCode MockAppAccountStub::GetAllOAuthTokens(const std::string &name, const std::string &owner, in GetAllOAuthTokens() function in OHOS::AccountSA::MockAppAccountStub
/base/account/os_account/frameworks/appaccount/native/test/unittest/
Dapp_account_manager_test.cpp1710 ErrCode result = AppAccountManager::GetAllOAuthTokens(STRING_EMPTY, STRING_OWNER, tokenInfos);
1714 result = AppAccountManager::GetAllOAuthTokens(STRING_NAME, STRING_EMPTY, tokenInfos);
1729 …ErrCode result = AppAccountManager::GetAllOAuthTokens(STRING_NAME_OUT_OF_RANGE, STRING_OWNER, toke…
1733 … result = AppAccountManager::GetAllOAuthTokens(STRING_NAME, STRING_OWNER_OUT_OF_RANGE, tokenInfos);
1737 result = AppAccountManager::GetAllOAuthTokens(STRING_NAME, STRING_OWNER, tokenInfos);
1752 ErrCode result = AppAccountManager::GetAllOAuthTokens(STRING_NAME, STRING_OWNER, tokenInfos);
/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account.h53 static napi_value GetAllOAuthTokens(napi_env env, napi_callback_info cbInfo);
/base/account/os_account/frameworks/test/unittest/
Daccount_appaccount_proxy_mock_test.cpp413 ErrCode result = AppAccountManager::GetAllOAuthTokens(STRING_NAME, STRING_OWNER, tokenInfos);
/base/account/os_account/services/accountmgr/test/unittest/app_account/
Dapp_account_info_test.cpp559 result = appAccountInfo.GetAllOAuthTokens(tokens);
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account.cpp58 DECLARE_NAPI_FUNCTION("getAllOAuthTokens", GetAllOAuthTokens),
1253 napi_value NapiAppAccount::GetAllOAuthTokens(napi_env env, napi_callback_info cbInfo) in GetAllOAuthTokens() function in OHOS::AccountJsKit::NapiAppAccount
1281 asyncContext->errCode = AppAccountManager::GetAllOAuthTokens( in GetAllAuthTokensInternal()
/base/account/os_account/frameworks/appaccount/native/
Dlibapp_account_innerkits.map67 …"OHOS::AccountSA::AppAccountManager::GetAllOAuthTokens(std::__h::basic_string<char, std::__h::char…
157 …"OHOS::AccountSA::AppAccountInfo::GetAllOAuthTokens(std::__h::vector<OHOS::AccountSA::OAuthTokenIn…

12