/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter.h | 208 virtual int GetPairState(const RawAddress &device) const = 0;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_remote_device.h | 182 int GetPairState(int &pairState) const;
|
/foundation/communication/bluetooth/frameworks/cj/connection/src/ |
H A D | bluetooth_connection_ffi.cpp | 60 return ConnectionImpl::GetPairState(deviceId, errCode); in FfiBluetoothConGetPairState()
|
H A D | bluetooth_connection_impl.cpp | 132 int32_t ConnectionImpl::GetPairState(std::string deviceId, int32_t* errCode) in GetPairState() function in OHOS::CJSystemapi::CJBluetoothConnection::ConnectionImpl 140 *errCode = remoteDevice.GetPairState(state); in GetPairState()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection.h | 75 napi_value GetPairState(napi_env env, napi_callback_info info);
|
H A D | napi_bluetooth_connection.cpp | 108 DECLARE_NAPI_FUNCTION("getPairState", GetPairState), in DefineConnectionFunctions() 604 napi_value GetPairState(napi_env env, napi_callback_info info) in GetPairState() function 611 int32_t err = remoteDevice.GetPairState(state); in GetPairState()
|
/foundation/communication/bluetooth/frameworks/cj/connection/include/ |
H A D | bluetooth_connection_impl.h | 44 static int32_t GetPairState(std::string deviceId, int32_t* errCode);
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_remote_device.cpp | 176 int BluetoothRemoteDevice::GetPairState(int &pairState) const in GetPairState() function in OHOS::Bluetooth::BluetoothRemoteDevice 182 return hostProxy->GetPairState(transport_, address_, pairState); in GetPairState()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.h | 117 int GetPairState(const RawAddress &device) const override;
|
H A D | ble_adapter.cpp | 875 int BleAdapter::GetPairState(const RawAddress &device) const in GetPairState() function in OHOS::bluetooth::BleAdapter
|
/foundation/communication/nfc/services/src/tag/ |
H A D | bt_connection_manager.cpp | 545 g_device.GetPairState(pairState);
in NextActionConnect() 662 g_device.GetPairState(pairState);
in NextActionDisconnect()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host.h | 105 virtual int32_t GetPairState(int32_t transport, const std::string &address, int32_t &pairState) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_host_server.h | 100 int32_t GetPairState(int32_t transport, const std::string &address, int32_t &pairState) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 80 int32_t GetPairState(int32_t transport, const std::string &address, int32_t &pairState) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter.h | 176 int GetPairState(const RawAddress &device) const override;
|
H A D | classic_adapter.cpp | 1918 int ClassicAdapter::GetPairState(const RawAddress &device) const in GetPairState() function in OHOS::bluetooth::ClassicAdapter
|
/foundation/communication/bluetooth_service/test/unittest/host/ |
H A D | host_test.cpp | 576 device_.GetPairState(pairState); in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 1391 int32_t BluetoothHostServer::GetPairState(int32_t transport, const std::string &address, int32_t &pairState) in GetPairState() function in OHOS::Bluetooth::BluetoothHostServer 1398 pairState = classicService->GetPairState(addr); in GetPairState() 1400 pairState = bleService->GetPairState(addr); in GetPairState()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 1007 int32_t BluetoothHostProxy::GetPairState(int32_t transport, const std::string &address, int32_t &pairState) in GetPairState() function in OHOS::Bluetooth::BluetoothHostProxy 1011 HILOGE("BluetoothHostProxy::GetPairState WriteInterfaceToken error"); in GetPairState() 1015 HILOGE("BluetoothHostProxy::GetPairState transport error"); in GetPairState() 1019 HILOGE("BluetoothHostProxy::GetPairState address error"); in GetPairState() 1026 HILOGE("BluetoothHostProxy::GetPairState done fail, error: %{public}d", error); in GetPairState()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_host_stub.cpp | 850 HILOGE("BluetoothHostStub::GetPairState transport failed"); in GetPairStateInner() 855 HILOGE("BluetoothHostStub::GetPairState address failed"); in GetPairStateInner() 859 int result = GetPairState(transport, address, pairState); in GetPairStateInner()
|