Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/connected_nfc_tag/frameworks/js/napi/
H A Dnfc_napi_event.cpp59 static std::set<std::string> g_supportEventList = { variable
239 return g_supportEventList.find(type) != g_supportEventList.end(); in IsEventSupport()
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/controller/
H A Dnfc_napi_controller_event.cpp28 static std::set<std::string> g_supportEventList = { variable
270 return g_supportEventList.find(type) != g_supportEventList.end(); in IsEventSupport()
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H A Dnfc_napi_hce_adapter.cpp26 static std::set<std::string> g_supportEventList = { variable
192 return g_supportEventList.find(type) != g_supportEventList.end(); in IsEventSupport()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_event.cpp35 static std::set<std::string> g_supportEventList = { variable
697 return g_supportEventList.find(type) != g_supportEventList.end(); in IsEventSupport()