Home
last modified time | relevance | path

Searched refs:SendRequestExpectReplyInt (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dnfc_basic_proxy.h36 …int SendRequestExpectReplyInt(uint32_t cmd, OHOS::MessageParcel& data, OHOS::MessageOption& option,
H A Dnfc_basic_proxy.cpp64 int NfcBasicProxy::SendRequestExpectReplyInt(uint32_t cmd, MessageParcel& data, MessageOption& opti… in SendRequestExpectReplyInt() function in OHOS::NFC::NfcBasicProxy
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dnfc_controller_proxy.cpp82 …int res = SendRequestExpectReplyInt(static_cast<uint32_t>(NfcServiceIpcInterfaceCode::COMMAND_GET_… in GetState()