Home
last modified time | relevance | path

Searched refs:COMMAND_IS_NFC_OPEN (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dnfc_service_ipc_interface_code.h31 COMMAND_IS_NFC_OPEN, enumerator
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dnfc_controller_proxy.cpp99 … SendRequestExpectReplyBool(static_cast<uint32_t>(NfcServiceIpcInterfaceCode::COMMAND_IS_NFC_OPEN), in IsNfcOpen()
/ohos5.0/foundation/communication/nfc/services/src/ipc/controller/
H A Dnfc_controller_stub.cpp53 case static_cast<uint32_t>(NfcServiceIpcInterfaceCode::COMMAND_IS_NFC_OPEN): in OnRemoteRequest()
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/controller_test/nfccontrollerstub/nfccontrollerstub_fuzzer/
H A Dnfccontrollerstub_fuzzer.cpp143 …lStub->OnRemoteRequest(static_cast<uint32_t>(NFC::NfcServiceIpcInterfaceCode::COMMAND_IS_NFC_OPEN), in FuzzHandleIsNfcOpen()