/base/account/os_account/test/fuzztest/appaccount/getalloauthtokens_fuzzer/ |
D | getalloauthtokens_fuzzer.cpp | 36 std::vector<OAuthTokenInfo> testTokenInfos; in GetAllOAuthTokensFuzzTest() 37 OAuthTokenInfo testTokenInfo; in GetAllOAuthTokensFuzzTest()
|
/base/account/os_account/frameworks/appaccount/native/include/ |
D | app_account_info.h | 28 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_;
|
D | iapp_account.h | 83 std::vector<OAuthTokenInfo> &tokenInfos) = 0;
|
D | app_account.h | 82 const std::string &name, const std::string &owner, std::vector<OAuthTokenInfo> &tokenInfos);
|
D | app_account_proxy.h | 80 …const std::string &name, const std::string &owner, std::vector<OAuthTokenInfo> &tokenInfos) overri…
|
/base/account/os_account/frameworks/appaccount/native/src/ |
D | app_account_info.cpp | 313 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()
|
D | app_account_manager.cpp | 178 const std::string &name, const std::string &owner, std::vector<OAuthTokenInfo> &tokenInfos) in GetAllOAuthTokens()
|
D | app_account_proxy.cpp | 747 const std::string &name, const std::string &owner, std::vector<OAuthTokenInfo> &tokenInfos) in GetAllOAuthTokens() 757 OAuthTokenInfo tokenInfo; in GetAllOAuthTokens()
|
D | app_account.cpp | 342 const std::string &name, const std::string &owner, std::vector<OAuthTokenInfo> &tokenInfos) in GetAllOAuthTokens()
|
/base/account/os_account/services/accountmgr/test/unittest/app_account/ |
D | app_account_info_test.cpp | 556 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/ |
D | libapp_account_innerkits.map | 67 … 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… 158 …OAuthTokenInfo, std::__h::less<std::__h::basic_string<char, std::__h::char_traits<char>, std::__h:… 159 …OAuthTokenInfo, std::__h::less<std::__h::basic_string<char, std::__h::char_traits<char>, std::__h:…
|
/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
D | napi_app_account_common.h | 101 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/ |
D | app_account_control_manager_module_test.cpp | 228 std::vector<OAuthTokenInfo> tokenInfos;
|
D | app_account_manager_service_module_test.cpp | 1293 std::vector<OAuthTokenInfo> tokenInfos; 1318 std::vector<OAuthTokenInfo> tokenInfos;
|
/base/account/os_account/interfaces/innerkits/appaccount/native/include/ |
D | app_account_manager.h | 362 std::vector<OAuthTokenInfo> &tokenInfos);
|
/base/account/os_account/services/accountmgr/include/appaccount/ |
D | inner_app_account_manager.h | 80 …llOAuthTokens(const AuthenticatorSessionRequest &request, std::vector<OAuthTokenInfo> &tokenInfos);
|
D | app_account_manager_service.h | 83 std::vector<OAuthTokenInfo> &tokenInfos) override;
|
D | app_account_control_manager.h | 83 …llOAuthTokens(const AuthenticatorSessionRequest &request, std::vector<OAuthTokenInfo> &tokenInfos);
|
/base/account/os_account/services/accountmgr/test/mock/app_account/ |
D | mock_app_account_stub.h | 76 std::vector<OAuthTokenInfo> &tokenInfos) override;
|
D | mock_app_account_stub.cpp | 266 std::vector<OAuthTokenInfo> &tokenInfos) in GetAllOAuthTokens()
|
/base/account/os_account/frameworks/test/unittest/ |
D | account_appaccount_proxy_mock_test.cpp | 412 std::vector<OAuthTokenInfo> tokenInfos;
|
/base/account/os_account/services/accountmgr/ |
D | libaccountmgr.map | 83 … 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/ |
D | inner_app_account_manager.cpp | 328 const AuthenticatorSessionRequest &request, std::vector<OAuthTokenInfo> &tokenInfos) in GetAllOAuthTokens()
|
D | app_account_control_manager.cpp | 563 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/ |
D | app_account_manager_test.cpp | 1709 std::vector<OAuthTokenInfo> tokenInfos; 1728 std::vector<OAuthTokenInfo> tokenInfos; 1751 std::vector<OAuthTokenInfo> tokenInfos;
|