Searched refs:NapiEvent (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_event.cpp | 22 void NapiEvent::EventNotify(AsyncEventData *asyncEvent) in EventNotify() 63 napi_value NapiEvent::CreateResult(const std::shared_ptr<BluetoothCallbackInfo> &cb, int value) in CreateResult() 76 napi_value NapiEvent::CreateResult(const std::shared_ptr<BluetoothCallbackInfo> &cb, in CreateResult() 119 napi_value NapiEvent::OnEvent(napi_env env, napi_callback_info info, in OnEvent() 157 napi_value NapiEvent::OffEvent(napi_env env, napi_callback_info info, in OffEvent()
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_event.h | 48 class NapiEvent { class 68 return NapiEvent::CreateResult(cb, obj); in CheckAndNotify()
|
/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 { [all...] |
/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 {
|
/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 {
|
/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 {
|
/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 { 348 void NapiEvent::EventNotify(AsyncEventData* asyncEvent) in EventNotify() 378 napi_value NapiEvent::CreateResult(const napi_env& env, const std::vector<uint8_t>& data) in CreateResult() 390 bool NapiEvent::CheckIsRegister(const std::string& type) in CheckIsRegister()
|
/foundation/communication/wifi/wifi/frameworks/js/napi/inc/ |
H A D | wifi_napi_event.h | 86 class NapiEvent { class
|
Completed in 7 milliseconds