Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.h93 bool IsPaymentAid(const std::string &aid, const AppDataParser::HceAppAidInfo &hceApp);
H A Dce_service.cpp435 } else if (isDefaultPayment && IsPaymentAid(aid, hceApp)) { in SearchElementByAid()
470 bool CeService::IsPaymentAid(const std::string &aid, const AppDataParser::HceAppAidInfo &hceApp) in IsPaymentAid() function in OHOS::NFC::CeService