Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds