Home
last modified time | relevance | path

Searched refs:OAuthTokenInfo (Results 1 – 25 of 30) sorted by relevance

12

/base/account/os_account/test/fuzztest/appaccount/getalloauthtokens_fuzzer/
Dgetalloauthtokens_fuzzer.cpp36 std::vector<OAuthTokenInfo> testTokenInfos; in GetAllOAuthTokensFuzzTest()
37 OAuthTokenInfo testTokenInfo; in GetAllOAuthTokensFuzzTest()
/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_info.h28 struct OAuthTokenInfo { struct
83 ErrCode GetAllOAuthTokens(std::vector<OAuthTokenInfo> &tokenInfos) const;
103 … bool WriteTokenInfos(const std::map<std::string, OAuthTokenInfo> &tokenInfos, Parcel &data) const;
104 bool ReadTokenInfos(std::map<std::string, OAuthTokenInfo> &tokenInfos, Parcel &data);
115 std::map<std::string, OAuthTokenInfo> oauthTokens_;
Diapp_account.h83 std::vector<OAuthTokenInfo> &tokenInfos) = 0;
Dapp_account.h82 const std::string &name, const std::string &owner, std::vector<OAuthTokenInfo> &tokenInfos);
Dapp_account_proxy.h80 …const std::string &name, const std::string &owner, std::vector<OAuthTokenInfo> &tokenInfos) overri…
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_info.cpp313 OAuthTokenInfo tokenInfo; in SetOAuthToken()
361 OAuthTokenInfo tokenInfo; in SetOAuthTokenVisibility()
404 ErrCode AppAccountInfo::GetAllOAuthTokens(std::vector<OAuthTokenInfo> &tokenInfos) const in GetAllOAuthTokens()
518 OAuthTokenInfo tokenInfo; in ParseTokenInfosFromJson()
678 bool AppAccountInfo::WriteTokenInfos(const std::map<std::string, OAuthTokenInfo> &tokenInfos, Parce… in WriteTokenInfos()
730 bool AppAccountInfo::ReadTokenInfos(std::map<std::string, OAuthTokenInfo> &tokenInfos, Parcel &data) in ReadTokenInfos()
743 OAuthTokenInfo tokenInfo; in ReadTokenInfos()
Dapp_account_manager.cpp178 const std::string &name, const std::string &owner, std::vector<OAuthTokenInfo> &tokenInfos) in GetAllOAuthTokens()
Dapp_account_proxy.cpp747 const std::string &name, const std::string &owner, std::vector<OAuthTokenInfo> &tokenInfos) in GetAllOAuthTokens()
757 OAuthTokenInfo tokenInfo; in GetAllOAuthTokens()
Dapp_account.cpp342 const std::string &name, const std::string &owner, std::vector<OAuthTokenInfo> &tokenInfos) in GetAllOAuthTokens()
/base/account/os_account/services/accountmgr/test/unittest/app_account/
Dapp_account_info_test.cpp556 std::vector<OAuthTokenInfo> tokens;
574 std::map<std::string, OAuthTokenInfo> tokenInfos;
577 OAuthTokenInfo testOAuthTokenInfo;
595 std::map<std::string, OAuthTokenInfo> tokenInfos;
876 OAuthTokenInfo oauthTokenInfo;
894 OAuthTokenInfo oauthTokenInfo;
/base/account/os_account/frameworks/appaccount/native/
Dlibapp_account_innerkits.map67 … const&, std::__h::vector<OHOS::AccountSA::OAuthTokenInfo, std::__h::allocator<OHOS::AccountSA::OA…
157 …thTokens(std::__h::vector<OHOS::AccountSA::OAuthTokenInfo, std::__h::allocator<OHOS::AccountSA::OA…
158OAuthTokenInfo, std::__h::less<std::__h::basic_string<char, std::__h::char_traits<char>, std::__h:…
159OAuthTokenInfo, std::__h::less<std::__h::basic_string<char, std::__h::char_traits<char>, std::__h:…
/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account_common.h101 std::vector<OAuthTokenInfo> oauthTokenInfos;
268 void GetOAuthTokenInfoForResult(napi_env env, const std::vector<OAuthTokenInfo> &info, napi_value r…
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_control_manager_module_test.cpp228 std::vector<OAuthTokenInfo> tokenInfos;
Dapp_account_manager_service_module_test.cpp1293 std::vector<OAuthTokenInfo> tokenInfos;
1318 std::vector<OAuthTokenInfo> tokenInfos;
/base/account/os_account/interfaces/innerkits/appaccount/native/include/
Dapp_account_manager.h362 std::vector<OAuthTokenInfo> &tokenInfos);
/base/account/os_account/services/accountmgr/include/appaccount/
Dinner_app_account_manager.h80 …llOAuthTokens(const AuthenticatorSessionRequest &request, std::vector<OAuthTokenInfo> &tokenInfos);
Dapp_account_manager_service.h83 std::vector<OAuthTokenInfo> &tokenInfos) override;
Dapp_account_control_manager.h83 …llOAuthTokens(const AuthenticatorSessionRequest &request, std::vector<OAuthTokenInfo> &tokenInfos);
/base/account/os_account/services/accountmgr/test/mock/app_account/
Dmock_app_account_stub.h76 std::vector<OAuthTokenInfo> &tokenInfos) override;
Dmock_app_account_stub.cpp266 std::vector<OAuthTokenInfo> &tokenInfos) in GetAllOAuthTokens()
/base/account/os_account/frameworks/test/unittest/
Daccount_appaccount_proxy_mock_test.cpp412 std::vector<OAuthTokenInfo> tokenInfos;
/base/account/os_account/services/accountmgr/
Dlibaccountmgr.map83 … const&, std::__h::vector<OHOS::AccountSA::OAuthTokenInfo, std::__h::allocator<OHOS::AccountSA::OA…
163 … const&, std::__h::vector<OHOS::AccountSA::OAuthTokenInfo, std::__h::allocator<OHOS::AccountSA::OA…
/base/account/os_account/services/accountmgr/src/appaccount/
Dinner_app_account_manager.cpp328 const AuthenticatorSessionRequest &request, std::vector<OAuthTokenInfo> &tokenInfos) in GetAllOAuthTokens()
Dapp_account_control_manager.cpp563 const AuthenticatorSessionRequest &request, std::vector<OAuthTokenInfo> &tokenInfos) in GetAllOAuthTokens()
574 std::vector<OAuthTokenInfo> allTokenInfos; in GetAllOAuthTokens()
/base/account/os_account/frameworks/appaccount/native/test/unittest/
Dapp_account_manager_test.cpp1709 std::vector<OAuthTokenInfo> tokenInfos;
1728 std::vector<OAuthTokenInfo> tokenInfos;
1751 std::vector<OAuthTokenInfo> tokenInfos;

12