Home
last modified time | relevance | path

Searched refs:GetHceAppsByAid (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dexternal_deps_proxy.cpp214 void ExternalDepsProxy::GetHceAppsByAid(const std::string& aid, std::vector<AppDataParser::HceAppAi… in GetHceAppsByAid() function in OHOS::NFC::ExternalDepsProxy
216 AppDataParser::GetInstance().GetHceAppsByAid(aid, hceApps); in GetHceAppsByAid()
H A Dapp_data_parser.h77 … void GetHceAppsByAid(const std::string &aid, std::vector<AppDataParser::HceAppAidInfo>& hceApps);
H A Dexternal_deps_proxy.h93 … void GetHceAppsByAid(const std::string &aid, std::vector<AppDataParser::HceAppAidInfo>& hceApps);
H A Dapp_data_parser.cpp533 void AppDataParser::GetHceAppsByAid(const std::string& aid, std::vector<AppDataParser::HceAppAidInf… in GetHceAppsByAid() function in OHOS::NFC::AppDataParser
/ohos5.0/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dexternal_deps_proxy_test.cpp398 externalDepsProxy->GetHceAppsByAid(aid, hceApps);
/ohos5.0/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.cpp407 ExternalDepsProxy::GetInstance().GetHceAppsByAid(aid, hceApps); in SearchElementByAid()