Searched refs:GetHceAppsByAid (Results 1 – 6 of 6) sorted by relevance
214 void ExternalDepsProxy::GetHceAppsByAid(const std::string& aid, std::vector<AppDataParser::HceAppAi… in GetHceAppsByAid() function in OHOS::NFC::ExternalDepsProxy216 AppDataParser::GetInstance().GetHceAppsByAid(aid, hceApps); in GetHceAppsByAid()
77 … void GetHceAppsByAid(const std::string &aid, std::vector<AppDataParser::HceAppAidInfo>& hceApps);
93 … void GetHceAppsByAid(const std::string &aid, std::vector<AppDataParser::HceAppAidInfo>& hceApps);
533 void AppDataParser::GetHceAppsByAid(const std::string& aid, std::vector<AppDataParser::HceAppAidInf… in GetHceAppsByAid() function in OHOS::NFC::AppDataParser
398 externalDepsProxy->GetHceAppsByAid(aid, hceApps);
407 ExternalDepsProxy::GetInstance().GetHceAppsByAid(aid, hceApps); in SearchElementByAid()