Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_proxy.cpp878 if (!ReadAppAccountList(reply, appAccounts)) { in GetAllAccounts()
903 if (!ReadAppAccountList(reply, appAccounts)) { in GetAllAccessibleAccounts()
928 if (!ReadAppAccountList(reply, appAccounts)) { in QueryAllAccessibleAccounts()
1147 bool AppAccountProxy::ReadAppAccountList(MessageParcel &parcel, std::vector<AppAccountInfo> &accoun… in ReadAppAccountList() function in OHOS::AccountSA::AppAccountProxy
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_proxy.h114 bool ReadAppAccountList(MessageParcel &parcel, std::vector<AppAccountInfo> &accountList);