Searched refs:NapiEvent (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_event.cpp | 26 void NapiEvent::EventNotify(AsyncEventData *asyncEvent) in EventNotify() 67 napi_value NapiEvent::CreateResult(const std::shared_ptr<BluetoothCallbackInfo> &cb, int value) in CreateResult() 80 napi_value NapiEvent::CreateResult(const std::shared_ptr<BluetoothCallbackInfo> &cb, in CreateResult() 123 napi_value NapiEvent::OnEvent(napi_env env, napi_callback_info info, in OnEvent() 161 napi_value NapiEvent::OffEvent(napi_env env, napi_callback_info info, in OffEvent()
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/ |
H A D | wifi_napi_event.cpp | 71 void NapiEvent::EventNotify(AsyncEventData *asyncEvent) in EventNotify() 146 napi_value NapiEvent::CreateResult(const napi_env& env, int value) in CreateResult() 153 napi_value NapiEvent::CreateResult(const napi_env& env, const StationInfo& info) in CreateResult() 164 napi_value NapiEvent::CreateResult(const napi_env& env, const WifiP2pDevice& device) in CreateResult() 177 napi_value NapiEvent::CreateResult(const napi_env& env, const std::vector<WifiP2pDevice>& devices) in CreateResult() 190 napi_value NapiEvent::CreateResult(const napi_env& env, const WifiP2pLinkedInfo& info) in CreateResult() 200 napi_value NapiEvent::NapiEvent::CreateResult(const napi_env& env, napi_value placehoders) in CreateResult() 205 class WifiNapiDeviceEventCallback : public IWifiDeviceCallBack, public NapiEvent { 307 class WifiNapiScanEventCallback : public IWifiScanCallback, public NapiEvent { 326 class WifiNapiHotspotEventCallback : public IWifiHotspotCallback, public NapiEvent { [all …]
|
/ohos5.0/foundation/communication/connected_nfc_tag/frameworks/js/napi/ |
H A D | nfc_napi_event.cpp | 31 class NapiEvent { class 65 void NapiEvent::EventNotify(AsyncEventData *asyncEvent) in EventNotify() 120 bool NapiEvent::CheckIsRegister(const std::string& type) in CheckIsRegister() 125 class NfcListenerEvent : public INfcTagCallback, public NapiEvent {
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_event.h | 48 class NapiEvent { 68 return NapiEvent::CreateResult(cb, obj); in CheckAndNotify()
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/controller/ |
H A D | nfc_napi_controller_event.cpp | 39 class NapiEvent { class 109 void NapiEvent::EventNotify(AsyncEventData *asyncEvent) in EventNotify() 143 napi_value NapiEvent::CreateResult(const napi_env& env, int value) in CreateResult() 150 bool NapiEvent::CheckIsRegister(const std::string& type) in CheckIsRegister() 155 class NfcStateListenerEvent : public INfcControllerCallback, public NapiEvent {
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/ |
H A D | nfc_napi_foreground_dispatch.cpp | 36 class NapiEvent { class 124 void NapiEvent::EventNotify(AsyncEventData *asyncEvent) in EventNotify() 243 napi_value NapiEvent::CreateResult(const napi_env &env, TagInfoParcelable tagInfo) in CreateResult() 274 bool NapiEvent::IsForegroundRegistered() in IsForegroundRegistered() 279 bool NapiEvent::IsReaderModeRegistered() in IsReaderModeRegistered() 284 class ForegroundListenerEvent : public IForegroundCallback, public NapiEvent { 470 class ReaderModeListenerEvt : public IReaderModeCallback, public NapiEvent {
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/cardEmulation/ |
H A D | nfc_napi_hce_adapter.cpp | 35 class NapiEvent { class 61 class HceCmdListenerEvent : public IHceCmdCallback, public NapiEvent { 354 void NapiEvent::EventNotify(AsyncEventData* asyncEvent) in EventNotify() 384 napi_value NapiEvent::CreateResult(const napi_env& env, const std::vector<uint8_t>& data) in CreateResult() 396 bool NapiEvent::CheckIsRegister(const std::string& type) in CheckIsRegister()
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/inc/ |
H A D | wifi_napi_event.h | 86 class NapiEvent {
|