/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_advertiser_impl.cpp | 276 callback_->OnStartResultEvent(ADVERTISE_FAILED_ALREADY_STARTED, advHandle); in StartAdvertising() 282 callback_->OnStartResultEvent(ADVERTISE_FAILED_ALREADY_STARTED, advHandle); in StartAdvertising() 290 callback_->OnStartResultEvent( in StartAdvertising() 329 callback_->OnStartResultEvent(ADVERTISE_FAILED_INTERNAL_ERROR, advHandle); in LegacyAdvertising() 337 callback_->OnStartResultEvent(ADVERTISE_FAILED_INTERNAL_ERROR, advHandle); in LegacyAdvertising() 352 callback_->OnStartResultEvent(ADVERTISE_FAILED_INTERNAL_ERROR, advHandle, BLE_ADV_START_FAILED_OP_CODE); in ExtentAdvertising() 362 callback_->OnStartResultEvent(ADVERTISE_FAILED_INTERNAL_ERROR, advHandle, BLE_ADV_START_FAILED_OP_CODE); in ExtentAdvertising() 1275 callback_->OnStartResultEvent(ADVERTISE_FAILED_INTERNAL_ERROR, advStartHandle); in GapAdvParamSetCompleteEvt() 1283 callback_->OnStartResultEvent(ADVERTISE_FAILED_INTERNAL_ERROR, advStartHandle); in GapAdvParamSetCompleteEvt() 1306 callback_->OnStartResultEvent(ADVERTISE_FAILED_INTERNAL_ERRO in GapAdvReadTxPowerEvt() [all...] |
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_ble_advertise_callback.h | 30 virtual void OnStartResultEvent(int32_t result, int32_t advHandle, int32_t opcode) = 0;
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_ble_advertise_callback.h | 32 void OnStartResultEvent(int result, int advHandle) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_ble_advertise_callback_proxy.h | 31 void OnStartResultEvent(int32_t result, int32_t advHandle, int32_t opcode) override;
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_ble_advertise_callback.cpp | 37 void NapiBluetoothBleAdvertiseCallback::OnStartResultEvent(int result, int advHandle) in OnStartResultEvent() function in OHOS::Bluetooth::NapiBluetoothBleAdvertiseCallback
|
/foundation/communication/bluetooth_service/test/unittest/ble/ |
H A D | ble_test.h | 31 void OnStartResultEvent(int result, int advHandle) {} in OnStartResultEvent() function in OHOS::Bluetooth::BleAdvertiseCallbackTest
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_advertise_callback_stub.cpp | 89 stub->OnStartResultEvent(result, advHandle, opcode); in OnStartResultEventInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_ble_advertise_callback_proxy.cpp | 28 void BluetoothBleAdvertiseCallbackProxy::OnStartResultEvent(int32_t result, int32_t advHandle, int32_t opcode) in OnStartResultEvent() function in OHOS::Bluetooth::BluetoothBleAdvertiseCallbackProxy 32 HILOGE("[OnStartResultEvent] fail: write interface token failed."); in OnStartResultEvent() 37 HILOGE("[OnStartResultEvent] fail: write result failed"); in OnStartResultEvent() 42 HILOGE("[OnStartResultEvent] fail: write advHandle failed"); in OnStartResultEvent() 47 HILOGE("[OnStartResultEvent] fail: write opcode failed"); in OnStartResultEvent()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_ble_advertiser_server.cpp | 36 void OnStartResultEvent(int result, uint8_t advHandle, int opcode) override 46 observer->OnStartResultEvent(result, advHandle, opcode);
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_ble_advertiser.h | 354 virtual void OnStartResultEvent(int result, int advHandle) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter_ble.h | 104 virtual void OnStartResultEvent(int result, uint8_t advHandle, int opcode = BLE_ADV_DEFAULT_OP_CODE) = 0;
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_ble_advertiser.cpp | 52 void OnStartResultEvent(int32_t result, int32_t advHandle, int32_t opcode) override 66 observer->OnStartResultEvent(result, advHandle); 354 callback->OnStartResultEvent(BT_ERR_INTERNAL_ERROR, static_cast<int>(BLE_INVALID_ADVERTISING_HANDLE)); in StartAdvertising() 402 callback->OnStartResultEvent(BT_ERR_INTERNAL_ERROR, BLE_INVALID_ADVERTISING_HANDLE); in StartAdvertising()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt.cpp | 185 void OnStartResultEvent(int32_t result, int32_t advHandle) override
|