Home
last modified time | relevance | path

Searched refs:IsEventSupport (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/connected_nfc_tag/frameworks/js/napi/
H A Dnfc_napi_event.cpp237 bool EventRegister::IsEventSupport(const std::string& type) in IsEventSupport() function in OHOS::NFC::EventRegister
246 if (!IsEventSupport(type)) { in Register()
298 if (!IsEventSupport(type)) { in Unregister()
H A Dnfc_napi_event.h77 bool IsEventSupport(const std::string& type);
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/controller/
H A Dnfc_napi_controller_event.cpp268 bool EventRegister::IsEventSupport(const std::string& type) in IsEventSupport() function in OHOS::NFC::KITS::EventRegister
276 if (!IsEventSupport(type)) { in Register()
376 if (!IsEventSupport(type)) { in Unregister()
H A Dnfc_napi_controller_event.h100 bool IsEventSupport(const std::string& type);
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H A Dnfc_napi_hce_adapter.h96 bool IsEventSupport(const std::string& type);
H A Dnfc_napi_hce_adapter.cpp190 bool EventRegister::IsEventSupport(const std::string& type) in IsEventSupport() function in OHOS::NFC::KITS::EventRegister
198 if (!IsEventSupport(type)) { in Register()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_event.cpp695 bool EventRegister::IsEventSupport(const std::string& type) in IsEventSupport() function in OHOS::Wifi::EventRegister
705 if (!IsEventSupport(type)) { in Register()
790 if (!IsEventSupport(type)) { in Unregister()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/inc/
H A Dwifi_napi_event.h156 bool IsEventSupport(const std::string& type);