Searched refs:AppAccountProxy (Results 1 – 3 of 3) sorted by relevance
23 AppAccountProxy::AppAccountProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IAppAccount>(obj… in AppAccountProxy() function in OHOS::AccountSA::AppAccountProxy26 AppAccountProxy::~AppAccountProxy() in ~AppAccountProxy()471 ErrCode AppAccountProxy::GetOAuthToken( in GetOAuthToken()492 ErrCode AppAccountProxy::GetAuthToken( in GetAuthToken()513 ErrCode AppAccountProxy::SetOAuthToken( in SetOAuthToken()572 ErrCode AppAccountProxy::DeleteOAuthToken( in DeleteOAuthToken()591 ErrCode AppAccountProxy::DeleteAuthToken( in DeleteAuthToken()746 ErrCode AppAccountProxy::GetAllOAuthTokens( in GetAllOAuthTokens()784 ErrCode AppAccountProxy::GetOAuthList( in GetOAuthList()808 ErrCode AppAccountProxy::GetAuthList( in GetAuthList()[all …]
24 class AppAccountProxy : public IRemoteProxy<IAppAccount> {26 explicit AppAccountProxy(const sptr<IRemoteObject> &object);27 ~AppAccountProxy() override;117 static inline BrokerDelegator<AppAccountProxy> delegator_;
105 …AppAccount::GetInstance().proxy_ = new (std::nothrow) AppAccountProxy(appAccountService->AsObject(… in SetUpTestCase()