Home
last modified time | relevance | path

Searched refs:GetAllAssociatedData (Results 1 – 3 of 3) sorted by relevance

/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_info.h66 ErrCode GetAllAssociatedData(std::map<std::string, std::string> &data) const;
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_info.cpp180 ErrCode AppAccountInfo::GetAllAssociatedData(std::map<std::string, std::string> &data) const in GetAllAssociatedData() function in OHOS::AccountSA::AppAccountInfo
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_control_manager.cpp311 appAccountInfo.GetAllAssociatedData(item.data); in GetAssociatedDataFromStorage()