Home
last modified time | relevance | path

Searched refs:GetBtState (Results 1 - 16 of 16) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp322 g_BluetoothHost->GetBtState(state); in EnableBt()
345 g_BluetoothHost->GetBtState(state); in DisableBt()
360 int GetBtState() in GetBtState() function
368 g_BluetoothHost->GetBtState(state); in GetBtState()
/foundation/communication/bluetooth/frameworks/c_api/src/
H A Doh_bluetooth.cpp36 host->GetBtState(btState); in OH_Bluetooth_GetBluetoothSwitchState()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h359 int GetBtState() const;
371 int GetBtState(int &state) const;
/foundation/communication/bluetooth/frameworks/cj/access/src/
H A Dbluetooth_access_impl.cpp45 *errCode = host->GetBtState(state); in GetState()
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.cpp98 ON_CALL(*this, GetBtState).WillByDefault(BluetoothMock::ActionGetBtState); in BluetoothMock()
396 int32_t GetBtState() in GetBtState() function
398 return BluetoothMock::GetMock()->GetBtState(); in GetBtState()
H A Dbluetooth_mock.h39 virtual int32_t GetBtState() = 0;
83 MOCK_METHOD(int32_t, GetBtState, (), (override));
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gap.h122 int GetBtState();
/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access.cpp96 int32_t err = host->GetBtState(state); in GetState()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/
H A Dsoftbus_adapter_bt_common.c251 if (GetBtState() == OHOS_GAP_STATE_TURN_ON) { in SoftBusGetBrState()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp680 int BluetoothHost::GetBtState() const in GetBtState() function in OHOS::Bluetooth::BluetoothHost
691 proxy->GetBtState(state); in GetBtState()
696 int BluetoothHost::GetBtState(int &state) const in GetBtState() function in OHOS::Bluetooth::BluetoothHost
705 int ret = proxy->GetBtState(state); in GetBtState()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h67 virtual int32_t GetBtState(int &state) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h49 int32_t GetBtState(int32_t &state) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h42 int32_t GetBtState(int &state) override;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp802 int32_t BluetoothHostServer::GetBtState(int32_t &state) in GetBtState() function in OHOS::Bluetooth::BluetoothHostServer
1690 GetBtState(state); in IsBtEnabled()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp181 int32_t BluetoothHostProxy::GetBtState(int &state) in GetBtState() function in OHOS::Bluetooth::BluetoothHostProxy
183 HILOGD("BluetoothHostProxy::GetBtState starts"); in GetBtState()
186 HILOGE("BluetoothHostProxy::GetBtState WriteInterfaceToken error"); in GetBtState()
193 HILOGE("BluetoothHostProxy::GetBtState done fail, error: %{public}d", error); in GetBtState()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp368 result = GetBtState(state); in GetBtStateInner()

Completed in 17 milliseconds