Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/ipc/controller/
H A Don_card_emulation_notify_cb_proxy.cpp40 …static_cast<uint32_t>(NfcServiceIpcInterfaceCode::COMMAND_ON_CARD_EMULATION_NOTIFY), data, reply, … in OnCardEmulationNotify()
43 NfcServiceIpcInterfaceCode::COMMAND_ON_CARD_EMULATION_NOTIFY, error); in OnCardEmulationNotify()
H A Dnfc_controller_stub.cpp62 case static_cast<uint32_t>(NfcServiceIpcInterfaceCode::COMMAND_ON_CARD_EMULATION_NOTIFY): in OnRemoteRequest()
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dnfc_service_ipc_interface_code.h43 COMMAND_ON_CARD_EMULATION_NOTIFY, enumerator
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/controller/
H A Don_card_emulation_notify_cb_stub.cpp64 case static_cast<uint32_t>(NfcServiceIpcInterfaceCode::COMMAND_ON_CARD_EMULATION_NOTIFY): { in OnRemoteRequest()
H A Dnfc_controller_proxy.cpp258 static_cast<uint32_t>(NfcServiceIpcInterfaceCode::COMMAND_ON_CARD_EMULATION_NOTIFY), in RegCardEmulationNotifyCb()
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/controller_test/nfccontrollerstub/nfccontrollerstub_fuzzer/
H A Dnfccontrollerstub_fuzzer.cpp229 …_t code = static_cast<uint32_t>(NFC::NfcServiceIpcInterfaceCode::COMMAND_ON_CARD_EMULATION_NOTIFY); in FuzzHandleRegCardEmulationNotifyCb()