Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/
H A Dos_account_proxy.h108 bool ReadOsAccountInfoList(MessageParcel &data, std::vector<OsAccountInfo> &parcelableInfos);
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account_proxy.cpp525 ReadOsAccountInfoList(reply, osAccountInfos); in QueryAllCreatedOsAccounts()
1249 ReadOsAccountInfoList(reply, osAccountList); in GetOsAccountListFromDatabase()
1486 bool OsAccountProxy::ReadOsAccountInfoList(MessageParcel &data, std::vector<OsAccountInfo> &infoLis… in ReadOsAccountInfoList() function in OHOS::AccountSA::OsAccountProxy