Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/include/
H A Dnfc_service.h57 void OnVendorEvent(int eventType, int arg1, std::string arg2);
/ohos5.0/foundation/communication/nfc/services/src/ipc/controller/
H A Dnfc_controller_impl.cpp141 nfcService_.lock()->OnVendorEvent(eventType, arg1, arg2); in NotifyEventStatus()
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_service.cpp181 void NfcService::OnVendorEvent(int eventType, int arg1, std::string arg2) in OnVendorEvent() function in OHOS::NFC::NfcService