/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_ble_advertise_callback.h | 36 void OnSetAdvDataEvent(int result) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_ble_advertise_callback.h | 34 virtual void OnSetAdvDataEvent(int32_t result, int32_t advHandle) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_ble_advertise_callback_proxy.h | 35 void OnSetAdvDataEvent(int32_t result, int32_t advHandle) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_ble_advertise_callback.cpp | 83 void NapiBluetoothBleAdvertiseCallback::OnSetAdvDataEvent(int result) in OnSetAdvDataEvent() function in OHOS::Bluetooth::NapiBluetoothBleAdvertiseCallback
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/ble/ |
H A D | ble_test.h | 35 void OnSetAdvDataEvent(int result) {} in OnSetAdvDataEvent() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_ble_advertise_callback_proxy.cpp | 171 void BluetoothBleAdvertiseCallbackProxy::OnSetAdvDataEvent(int32_t result, int32_t advHandle) in OnSetAdvDataEvent() function in OHOS::Bluetooth::BluetoothBleAdvertiseCallbackProxy
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_advertise_callback_stub.cpp | 141 stub->OnSetAdvDataEvent(result, advHandle); in OnSetAdvDataEventInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter_ble.h | 109 virtual void OnSetAdvDataEvent(int32_t result, int32_t advHandle) = 0;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_ble_advertiser.h | 389 virtual void OnSetAdvDataEvent(int result) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_ble_advertiser.cpp | 123 void OnSetAdvDataEvent(int32_t result, int32_t advHandle) override in OnSetAdvDataEvent() function in OHOS::Bluetooth::BleAdvertiser::impl::BluetoothBleAdvertiserCallbackImp 131 observer->OnSetAdvDataEvent(result); in OnSetAdvDataEvent()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_ble_advertiser_server.cpp | 78 void OnSetAdvDataEvent(int32_t result, int32_t advHandle) override in OnSetAdvDataEvent() function in OHOS::Bluetooth::BleAdvertiserCallback
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt.cpp | 228 void OnSetAdvDataEvent(int result) override in OnSetAdvDataEvent() function in OHOS::Bluetooth::BleAdvCallback
|