Home
last modified time | relevance | path

Searched refs:OnStartResultEvent (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.cpp276 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 Di_bluetooth_ble_advertise_callback.h30 virtual void OnStartResultEvent(int32_t result, int32_t advHandle, int32_t opcode) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_ble_advertise_callback.h32 void OnStartResultEvent(int result, int advHandle) override;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_ble_advertise_callback_proxy.h31 void OnStartResultEvent(int32_t result, int32_t advHandle, int32_t opcode) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_advertise_callback.cpp37 void NapiBluetoothBleAdvertiseCallback::OnStartResultEvent(int result, int advHandle) in OnStartResultEvent() function in OHOS::Bluetooth::NapiBluetoothBleAdvertiseCallback
/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.h31 void OnStartResultEvent(int result, int advHandle) {} in OnStartResultEvent() function in OHOS::Bluetooth::BleAdvertiseCallbackTest
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_advertise_callback_stub.cpp89 stub->OnStartResultEvent(result, advHandle, opcode); in OnStartResultEventInner()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_advertise_callback_proxy.cpp28 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 Dbluetooth_ble_advertiser_server.cpp36 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 Dbluetooth_ble_advertiser.h354 virtual void OnStartResultEvent(int result, int advHandle) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_ble.h104 virtual void OnStartResultEvent(int result, uint8_t advHandle, int opcode = BLE_ADV_DEFAULT_OP_CODE) = 0;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp52 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 Dohos_bt_gatt.cpp185 void OnStartResultEvent(int32_t result, int32_t advHandle) override

Completed in 15 milliseconds