Home
last modified time | relevance | path

Searched refs:SendRequestWithTwoStr (Results 1 – 2 of 2) sorted by relevance

/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_proxy.cpp29 ErrCode AppAccountProxy::SendRequestWithTwoStr(MessageParcel &reply, AppAccountInterfaceCode code, in SendRequestWithTwoStr() function in OHOS::AccountSA::AppAccountProxy
65 return SendRequestWithTwoStr(reply, AppAccountInterfaceCode::ADD_ACCOUNT, name, extraInfo); in AddAccount()
211 …return SendRequestWithTwoStr(reply, AppAccountInterfaceCode::SET_ACCOUNT_EXTRA_INFO, name, extraIn… in SetAccountExtraInfo()
217 …return SendRequestWithTwoStr(reply, AppAccountInterfaceCode::ENABLE_APP_ACCESS, name, authorizedAp… in EnableAppAccess()
223 …return SendRequestWithTwoStr(reply, AppAccountInterfaceCode::DISABLE_APP_ACCESS, name, authorizedA… in DisableAppAccess()
318 …ErrCode result = SendRequestWithTwoStr(reply, AppAccountInterfaceCode::GET_ASSOCIATED_DATA, name, … in GetAssociatedData()
365 ErrCode result = SendRequestWithTwoStr( in GetAccountCredential()
751 …ErrCode result = SendRequestWithTwoStr(reply, AppAccountInterfaceCode::GET_ALL_OAUTH_TOKENS, name,… in GetAllOAuthTokens()
939 …ErrCode result = SendRequestWithTwoStr(reply, AppAccountInterfaceCode::CHECK_APP_ACCESS, name, aut… in CheckAppAccess()
950 …return SendRequestWithTwoStr(reply, AppAccountInterfaceCode::DELETE_ACCOUNT_CREDENTIAL, name, cred… in DeleteAccountCredential()
/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_proxy.h115 ErrCode SendRequestWithTwoStr(MessageParcel &reply, AppAccountInterfaceCode code,