Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_event.cpp235 CheckAndNotify(EVENT_STA_RSSI_STATE_CHANGE, rssi); in OnWifiRssiChanged()
318 CheckAndNotify(EVENT_STA_SCAN_STATE_CHANGE, state); in OnWifiScanStateChanged()
341 CheckAndNotify(EVENT_HOTSPOT_STATE_CHANGE, m_apStateConvertMap[state]); in OnHotspotStateChanged()
346 CheckAndNotify(EVENT_HOTSPOT_STA_JOIN, info); in OnHotspotStaJoin()
351 CheckAndNotify(EVENT_HOTSPOT_STA_LEAVE, info); in OnHotspotStaLeave()
385 CheckAndNotify(EVENT_P2P_STATE_CHANGE, state); in OnP2pStateChanged()
390 CheckAndNotify(EVENT_P2P_PERSISTENT_GROUP_CHANGE, nullptr); in OnP2pPersistentGroupsChanged()
395 CheckAndNotify(EVENT_P2P_DEVICE_STATE_CHANGE, device); in OnP2pThisDeviceChanged()
400 CheckAndNotify(EVENT_P2P_PEER_DEVICE_CHANGE, devices); in OnP2pPeersChanged()
409 CheckAndNotify(EVENT_P2P_CONN_STATE_CHANGE, info); in OnP2pConnectionChanged()
[all …]
/ohos5.0/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); in OnNotify()
/ohos5.0/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
/ohos5.0/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); in OnNfcStateChanged()
/ohos5.0/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
292 CheckAndNotify(*(tagInfo), TYPE_FOREGROUND); in OnTagDiscovered()
478 CheckAndNotify(*(tagInfo), TYPE_READER_MODE); in OnTagDiscovered()
/ohos5.0/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
/ohos5.0/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); in OnCeApduData()