Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dapp_data_parser.cpp88 bool offHost = UpdateAppListInfo(element, KITS::ACTION_OFF_HOST_APDU_SERVICE); in HandleAppAddOrChangedEvent()
121 {KITS::ACTION_OFF_HOST_APDU_SERVICE, CARD_EMU_PERM} in VerifyHapPermission()
169 action != KITS::ACTION_OFF_HOST_APDU_SERVICE) { in UpdateAppListInfo()
195 if (action.compare(KITS::ACTION_OFF_HOST_APDU_SERVICE) == 0) { in UpdateAppListInfo()
220 } else if (KITS::ACTION_OFF_HOST_APDU_SERVICE.compare(action) == 0) { in InitAppListByAction()
460 InitAppListByAction(KITS::ACTION_OFF_HOST_APDU_SERVICE); in InitAppList()
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dnfc_sdk_common.h95 const std::string ACTION_OFF_HOST_APDU_SERVICE = "ohos.nfc.cardemulation.action.OFF_HOST_APDU_SERVI… variable