Home
last modified time | relevance | path

Searched refs:eventSubscribe_ (Results 1 - 25 of 52) sorted by relevance

123

/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_advertise_callback.cpp27 : eventSubscribe_(REGISTER_BLE_ADVERTISING_STATE_INFO_TYPE, BT_MODULE_NAME) in NapiBluetoothBleAdvertiseCallback()
42 eventSubscribe_.PublishEvent(REGISTER_BLE_ADVERTISING_STATE_INFO_TYPE, nativeObject); in OnStartResultEvent()
50 eventSubscribe_.PublishEvent(REGISTER_BLE_ADVERTISING_STATE_INFO_TYPE, nativeObject); in OnEnableResultEvent()
58 eventSubscribe_.PublishEvent(REGISTER_BLE_ADVERTISING_STATE_INFO_TYPE, nativeObject); in OnDisableResultEvent()
66 eventSubscribe_.PublishEvent(REGISTER_BLE_ADVERTISING_STATE_INFO_TYPE, nativeObject); in OnStopResultEvent()
H A Dnapi_bluetooth_gatt_server_callback.cpp27 : eventSubscribe_({STR_BT_GATT_SERVER_CALLBACK_CHARACTERISTIC_READ, in NapiGattServerCallback()
43 eventSubscribe_.PublishEvent(STR_BT_GATT_SERVER_CALLBACK_CHARACTERISTIC_READ, nativeObject); in OnCharacteristicReadRequest()
53 eventSubscribe_.PublishEvent(STR_BT_GATT_SERVER_CALLBACK_CHARACTERISTIC_WRITE, nativeObject); in OnCharacteristicWriteRequest()
86 eventSubscribe_.PublishEvent(STR_BT_GATT_SERVER_CALLBACK_CONNECT_STATE_CHANGE, nativeObject); in OnConnectionStateUpdate()
96 eventSubscribe_.PublishEvent(STR_BT_GATT_SERVER_CALLBACK_DESCRIPTOR_WRITE, nativeObject); in OnDescriptorWriteRequest()
106 eventSubscribe_.PublishEvent(STR_BT_GATT_SERVER_CALLBACK_DESCRIPTOR_READ, nativeObject); in OnDescriptorReadRequest()
114 eventSubscribe_.PublishEvent(STR_BT_GATT_SERVER_CALLBACK_MTU_CHANGE, nativeObject); in OnMtuUpdate()
H A Dnapi_bluetooth_gatt_client_callback.cpp27 : eventSubscribe_({STR_BT_GATT_CLIENT_CALLBACK_BLE_CHARACTERISTIC_CHANGE, in NapiGattClientCallback()
36 eventSubscribe_.PublishEvent(STR_BT_GATT_CLIENT_CALLBACK_BLE_CHARACTERISTIC_CHANGE, nativeObject); in OnCharacteristicChanged()
57 eventSubscribe_.PublishEvent(STR_BT_GATT_CLIENT_CALLBACK_BLE_CONNECTIION_STATE_CHANGE, nativeObject); in OnConnectionStateChanged()
103 eventSubscribe_.PublishEvent(STR_BT_GATT_CLIENT_CALLBACK_BLE_MTU_CHANGE, nativeObject); in OnMtuUpdate()
/foundation/communication/bluetooth/frameworks/js/napi/src/opp/
H A Dnapi_bluetooth_opp_observer.cpp25 : eventSubscribe_({STR_BT_OPP_OBSERVER_RECEIVE_INCOMING_FILE, in NapiBluetoothOppObserver()
34 eventSubscribe_.PublishEvent(STR_BT_OPP_OBSERVER_RECEIVE_INCOMING_FILE, nativeObject); in OnReceiveIncomingFileChanged()
41 eventSubscribe_.PublishEvent(STR_BT_OPP_OBSERVER_TRANSFER_STATE_CHANGE, nativeObject); in OnTransferStateChanged()
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_ag_observer.cpp23 : eventSubscribe_({STR_BT_HANDS_FREE_AUDIO_GATEWAY_OBSERVER_CONNECTION_STATE_CHANGE, in NapiHandsFreeAudioGatewayObserver()
34 eventSubscribe_.PublishEvent(STR_BT_HANDS_FREE_AUDIO_GATEWAY_OBSERVER_CONNECTION_STATE_CHANGE, nativeObject); in OnConnectionStateChanged()
41 eventSubscribe_.PublishEvent(STR_BT_HANDS_FREE_AUDIO_GATEWAY_OBSERVER_SCO_STATE_CHANGE, nativeObject); in OnScoStateChanged()
H A Dnapi_bluetooth_hfp_hf_observer.cpp24 : eventSubscribe_({STR_BT_HANDS_FREE_UNIT_OBSERVER_CONNECTION_STATE_CHANGE, in NapiHandsFreeUnitObserver()
34 eventSubscribe_.PublishEvent(STR_BT_HANDS_FREE_UNIT_OBSERVER_CONNECTION_STATE_CHANGE, nativeObject); in OnConnectionStateChanged()
41 eventSubscribe_.PublishEvent(STR_BT_HANDS_FREE_UNIT_OBSERVER_SCO_STATE_CHANGE, nativeObject); in OnScoStateChanged()
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host_observer.cpp28 : eventSubscribe_(STR_BT_HID_HOST_OBSERVER_CONNECTION_STATE_CHANGE, BT_MODULE_NAME) in NapiBluetoothHidHostObserver()
34 eventSubscribe_.PublishEvent(STR_BT_HID_HOST_OBSERVER_CONNECTION_STATE_CHANGE, nativeObject); in OnConnectionStateChanged()
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnapi_bluetooth_pan_observer.cpp27 : eventSubscribe_(STR_BT_PAN_OBSERVER_CONNECTION_STATE_CHANGE, BT_MODULE_NAME) in NapiBluetoothPanObserver()
35 eventSubscribe_.PublishEvent(STR_BT_PAN_OBSERVER_CONNECTION_STATE_CHANGE, nativeObject); in OnConnectionStateChanged()
/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/
H A Dnapi_bluetooth_pbap_pse_observer.cpp25 : eventSubscribe_(STR_BT_PBAP_PSE_CONNECTION_STATE_CHANGE, BT_MODULE_NAME) in NapiPbapPseObserver()
33 eventSubscribe_.PublishEvent(STR_BT_PBAP_PSE_CONNECTION_STATE_CHANGE, nativeObject); in OnConnectionStateChanged()
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src_observer.cpp23 : eventSubscribe_(STR_BT_A2DP_SOURCE_CONNECTION_STATE_CHANGE, BT_MODULE_NAME) in NapiA2dpSourceObserver()
31 eventSubscribe_.PublishEvent(STR_BT_A2DP_SOURCE_CONNECTION_STATE_CHANGE, nativeObject); in OnConnectionStateChanged()
/foundation/communication/bluetooth/frameworks/js/napi/src/map/
H A Dnapi_bluetooth_map_mse_observer.cpp24 : eventSubscribe_(STR_BT_MAP_MSE_CONNECTION_STATE_CHANGE, BT_MODULE_NAME) in NapiMapMseObserver()
32 eventSubscribe_.PublishEvent(STR_BT_MAP_MSE_CONNECTION_STATE_CHANGE, nativeObject); in OnConnectionStateChanged()
/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_avrcp_ct_observer.cpp24 : eventSubscribe_(STR_BT_AVRCP_CT_CONNECTION_STATE_CHANGE, BT_MODULE_NAME) in NapiAvrcpControllerObserver()
32 eventSubscribe_.PublishEvent(STR_BT_AVRCP_CT_CONNECTION_STATE_CHANGE, nativeObject); in OnConnectionStateChanged()
H A Dnapi_bluetooth_avrcp_tg_observer.cpp24 : eventSubscribe_(STR_BT_AVRCP_TG_CONNECTION_STATE_CHANGE, BT_MODULE_NAME) in NapiAvrcpTargetObserver()
32 eventSubscribe_.PublishEvent(STR_BT_AVRCP_TG_CONNECTION_STATE_CHANGE, nativeObject); in OnConnectionStateChanged()
H A Dnapi_bluetooth_a2dp_snk_observer.cpp24 : eventSubscribe_(STR_BT_A2DP_SINK_CONNECTION_STATE_CHANGE, BT_MODULE_NAME) in NapiA2dpSinkObserver()
32 eventSubscribe_.PublishEvent(STR_BT_A2DP_SINK_CONNECTION_STATE_CHANGE, nativeObject); in OnConnectionStateChanged()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection_observer.cpp31 : eventSubscribe_({REGISTER_DEVICE_FIND_TYPE, in NapiBluetoothConnectionObserver()
104 eventSubscribe_.PublishEvent(REGISTER_PIN_REQUEST_TYPE, nativeObject); in OnPairConfirmedCallBack()
111 eventSubscribe_.PublishEvent(REGISTER_DEVICE_FIND_TYPE, nativeObject); in OnDiscoveryResultCallBack()
120 eventSubscribe_.PublishEvent(REGISTER_DISCOVERY_RESULT_TYPE, nativeObject); in OnDiscoveryResultCallBack()
H A Dnapi_bluetooth_remote_device_observer.cpp28 : eventSubscribe_({REGISTER_BOND_STATE_TYPE, in NapiBluetoothRemoteDeviceObserver()
44 eventSubscribe_.PublishEvent(REGISTER_BOND_STATE_TYPE, nativeObject); in OnPairStatusChanged()
81 eventSubscribe_.PublishEvent(REGISTER_BATTERY_CHANGE_TYPE, nativeObject); in OnRemoteBatteryChanged()
/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access_observer.cpp28 : eventSubscribe_(REGISTER_STATE_CHANGE_TYPE, BT_MODULE_NAME) in NapiBluetoothAccessObserver()
41 eventSubscribe_.PublishEvent(REGISTER_STATE_CHANGE_TYPE, nativeObject); in OnStateChanged()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_pbap_pse_observer.h35 NapiEventSubscribeModule eventSubscribe_; member in OHOS::Bluetooth::NapiPbapPseObserver
H A Dnapi_bluetooth_pan_observer.h34 NapiEventSubscribeModule eventSubscribe_; member in OHOS::Bluetooth::NapiBluetoothPanObserver
H A Dnapi_bluetooth_a2dp_src_observer.h38 NapiEventSubscribeModule eventSubscribe_; member in OHOS::Bluetooth::NapiA2dpSourceObserver
H A Dnapi_bluetooth_a2dp_snk_observer.h35 NapiEventSubscribeModule eventSubscribe_; member in OHOS::Bluetooth::NapiA2dpSinkObserver
H A Dnapi_bluetooth_avrcp_tg_observer.h34 NapiEventSubscribeModule eventSubscribe_; member in OHOS::Bluetooth::NapiAvrcpTargetObserver
H A Dnapi_bluetooth_opp_observer.h37 NapiEventSubscribeModule eventSubscribe_; member in OHOS::Bluetooth::NapiBluetoothOppObserver
H A Dnapi_bluetooth_hid_host_observer.h34 NapiEventSubscribeModule eventSubscribe_; member in OHOS::Bluetooth::NapiBluetoothHidHostObserver
H A Dnapi_bluetooth_map_mse_observer.h35 NapiEventSubscribeModule eventSubscribe_; member in OHOS::Bluetooth::NapiMapMseObserver

Completed in 8 milliseconds

123