Home
last modified time | relevance | path

Searched refs:GetPairState (Results 1 - 20 of 20) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter.h208 virtual int GetPairState(const RawAddress &device) const = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h182 int GetPairState(int &pairState) const;
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_ffi.cpp60 return ConnectionImpl::GetPairState(deviceId, errCode); in FfiBluetoothConGetPairState()
H A Dbluetooth_connection_impl.cpp132 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 Dnapi_bluetooth_connection.h75 napi_value GetPairState(napi_env env, napi_callback_info info);
H A Dnapi_bluetooth_connection.cpp108 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 Dbluetooth_connection_impl.h44 static int32_t GetPairState(std::string deviceId, int32_t* errCode);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp176 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 Dble_adapter.h117 int GetPairState(const RawAddress &device) const override;
H A Dble_adapter.cpp875 int BleAdapter::GetPairState(const RawAddress &device) const in GetPairState() function in OHOS::bluetooth::BleAdapter
/foundation/communication/nfc/services/src/tag/
H A Dbt_connection_manager.cpp545 g_device.GetPairState(pairState); in NextActionConnect()
662 g_device.GetPairState(pairState); in NextActionDisconnect()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h105 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 Dbluetooth_host_server.h100 int32_t GetPairState(int32_t transport, const std::string &address, int32_t &pairState) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h80 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 Dclassic_adapter.h176 int GetPairState(const RawAddress &device) const override;
H A Dclassic_adapter.cpp1918 int ClassicAdapter::GetPairState(const RawAddress &device) const in GetPairState() function in OHOS::bluetooth::ClassicAdapter
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp576 device_.GetPairState(pairState); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1391 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 Dbluetooth_host_proxy.cpp1007 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 Dbluetooth_host_stub.cpp850 HILOGE("BluetoothHostStub::GetPairState transport failed"); in GetPairStateInner()
855 HILOGE("BluetoothHostStub::GetPairState address failed"); in GetPairStateInner()
859 int result = GetPairState(transport, address, pairState); in GetPairStateInner()

Completed in 24 milliseconds