Home
last modified time | relevance | path

Searched refs:CheckAndNotify (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_event.cpp221 CheckAndNotify(EVENT_STA_POWER_STATE_CHANGE, m_wifiStateConvertMap[state]);
230 CheckAndNotify(EVENT_STA_CONN_STATE_CHANGE, m_connectStateConvertMap[state]);
235 CheckAndNotify(EVENT_STA_RSSI_STATE_CHANGE, rssi);
249 CheckAndNotify(EVENT_STREAM_CHANGE, m_streamDirectionConvertMap[direction]);
254 CheckAndNotify(EVENT_STA_DEVICE_CONFIG_CHANGE, static_cast<int>(value));
318 CheckAndNotify(EVENT_STA_SCAN_STATE_CHANGE, state);
341 CheckAndNotify(EVENT_HOTSPOT_STATE_CHANGE, m_apStateConvertMap[state]);
346 CheckAndNotify(EVENT_HOTSPOT_STA_JOIN, info);
351 CheckAndNotify(EVENT_HOTSPOT_STA_LEAVE, info);
385 CheckAndNotify(EVENT_P2P_STATE_CHANG
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_event.h60 static void CheckAndNotify(const std::shared_ptr<BluetoothCallbackInfo> &cb, const T& obj) in CheckAndNotify() function in OHOS::Bluetooth::NapiEvent
/foundation/communication/connected_nfc_tag/frameworks/js/napi/
H A Dnfc_napi_event.cpp37 void CheckAndNotify(const std::string& type, const T& obj) in CheckAndNotify() function in OHOS::NFC::NapiEvent
137 CheckAndNotify(EVENT_NOTIFY, nfcRfState);
/foundation/communication/nfc/frameworks/js/napi/controller/
H A Dnfc_napi_controller_event.cpp46 void CheckAndNotify(const std::string& type, const T& obj) in CheckAndNotify() function in OHOS::NFC::KITS::NapiEvent
167 CheckAndNotify(EVENT_NFC_STATE_CHANGE, nfcState);
/foundation/communication/wifi/wifi/frameworks/js/napi/inc/
H A Dwifi_napi_event.h97 void CheckAndNotify(const std::string& type, const T& obj) { in CheckAndNotify() function in OHOS::Wifi::NapiEvent
/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_foreground_dispatch.cpp44 void CheckAndNotify(const T& obj, const std::string &type) in CheckAndNotify() function in OHOS::NFC::KITS::NapiEvent
50 ErrorLog("CheckAndNotify: foreground not registered."); in CheckAndNotify()
56 ErrorLog("CheckAndNotify: reader mode not registered."); in CheckAndNotify()
61 ErrorLog("CheckAndNotify: unknown type: %{public}s", type.c_str()); in CheckAndNotify()
292 CheckAndNotify(*(tagInfo), TYPE_FOREGROUND);
478 CheckAndNotify(*(tagInfo), TYPE_READER_MODE);
/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H A Dnfc_napi_hce_adapter.cpp42 void CheckAndNotify(const std::string& type, const T& obj) in CheckAndNotify() function in OHOS::NFC::KITS::NapiEvent
74 CheckAndNotify(KITS::EVENT_HCE_CMD, data);

Completed in 6 milliseconds