Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.cpp420 for (const AppDataParser::HceAppAidInfo &hceApp : hceApps) { in SearchElementByAid() local
421 ElementName elementName = hceApp.element; in SearchElementByAid()
435 } else if (isDefaultPayment && IsPaymentAid(aid, hceApp)) { in SearchElementByAid()
470 bool CeService::IsPaymentAid(const std::string &aid, const AppDataParser::HceAppAidInfo &hceApp) in IsPaymentAid() argument
472 for (const AppDataParser::AidInfo &aidInfo : hceApp.customDataAid) { in IsPaymentAid()
H A Dce_service.h93 bool IsPaymentAid(const std::string &aid, const AppDataParser::HceAppAidInfo &hceApp);