Home
last modified time | relevance | path

Searched refs:OnBluetoothStateChanged (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host_observer.h41 virtual void OnBluetoothStateChanged(int32_t state) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_host_observer_proxy.h38 void OnBluetoothStateChanged(int32_t state) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_observer_stub.cpp181 stub->OnBluetoothStateChanged(state); in OnBluetoothStateChangedInner()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_observer_proxy.cpp252 void BluetoothHostObserverProxy::OnBluetoothStateChanged(int32_t state) in OnBluetoothStateChanged() function in OHOS::Bluetooth::BluetoothHostObserverProxy
256 HILOGE("BluetoothHostObserverProxy::OnBluetoothStateChanged WriteInterfaceToken error"); in OnBluetoothStateChanged()
261 HILOGE("BluetoothHostObserverProxy::OnBluetoothStateChanged WriteInt32 error"); in OnBluetoothStateChanged()
269 HILOGE("BluetoothHostProxy::OnBluetoothStateChanged done fail, error: %{public}d", result); in OnBluetoothStateChanged()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp182 observer->OnBluetoothStateChanged(BluetoothSwitchState::STATE_ON); in OnStateChangeV2()
185 observer->OnBluetoothStateChanged(BluetoothSwitchState::STATE_OFF); in OnStateChangeV2()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp127 void OnBluetoothStateChanged(int32_t state) override

Completed in 6 milliseconds