/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_ble_advertise_callback.cpp | 27 : 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 D | napi_bluetooth_gatt_server_callback.cpp | 27 : 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 D | napi_bluetooth_gatt_client_callback.cpp | 27 : 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 D | napi_bluetooth_opp_observer.cpp | 25 : 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 D | napi_bluetooth_hfp_ag_observer.cpp | 23 : 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 D | napi_bluetooth_hfp_hf_observer.cpp | 24 : 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 D | napi_bluetooth_hid_host_observer.cpp | 28 : 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 D | napi_bluetooth_pan_observer.cpp | 27 : 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 D | napi_bluetooth_pbap_pse_observer.cpp | 25 : 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 D | napi_bluetooth_a2dp_src_observer.cpp | 23 : 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 D | napi_bluetooth_map_mse_observer.cpp | 24 : 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 D | napi_bluetooth_avrcp_ct_observer.cpp | 24 : 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 D | napi_bluetooth_avrcp_tg_observer.cpp | 24 : 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 D | napi_bluetooth_a2dp_snk_observer.cpp | 24 : 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 D | napi_bluetooth_connection_observer.cpp | 31 : 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 D | napi_bluetooth_remote_device_observer.cpp | 28 : 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 D | napi_bluetooth_access_observer.cpp | 28 : 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 D | napi_bluetooth_pbap_pse_observer.h | 35 NapiEventSubscribeModule eventSubscribe_;
member in OHOS::Bluetooth::NapiPbapPseObserver
|
H A D | napi_bluetooth_pan_observer.h | 34 NapiEventSubscribeModule eventSubscribe_; member in OHOS::Bluetooth::NapiBluetoothPanObserver
|
H A D | napi_bluetooth_a2dp_src_observer.h | 38 NapiEventSubscribeModule eventSubscribe_; member in OHOS::Bluetooth::NapiA2dpSourceObserver
|
H A D | napi_bluetooth_a2dp_snk_observer.h | 35 NapiEventSubscribeModule eventSubscribe_; member in OHOS::Bluetooth::NapiA2dpSinkObserver
|
H A D | napi_bluetooth_avrcp_tg_observer.h | 34 NapiEventSubscribeModule eventSubscribe_; member in OHOS::Bluetooth::NapiAvrcpTargetObserver
|
H A D | napi_bluetooth_opp_observer.h | 37 NapiEventSubscribeModule eventSubscribe_; member in OHOS::Bluetooth::NapiBluetoothOppObserver
|
H A D | napi_bluetooth_hid_host_observer.h | 34 NapiEventSubscribeModule eventSubscribe_; member in OHOS::Bluetooth::NapiBluetoothHidHostObserver
|
H A D | napi_bluetooth_map_mse_observer.h | 35 NapiEventSubscribeModule eventSubscribe_;
member in OHOS::Bluetooth::NapiMapMseObserver
|