Home
last modified time | relevance | path

Searched refs:IsSupportVirtualAutoConnect (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h390 int32_t IsSupportVirtualAutoConnect(bool &outSupport) const;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp412 int32_t BluetoothRemoteDevice::IsSupportVirtualAutoConnect(bool &outSupport) const in IsSupportVirtualAutoConnect() function in OHOS::Bluetooth::BluetoothRemoteDevice
419 int32_t exception = hostProxy->IsSupportVirtualAutoConnect(address_, outSupport); in IsSupportVirtualAutoConnect()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h108 int32_t IsSupportVirtualAutoConnect(const std::string &address, bool &outSupport) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h133 virtual int32_t IsSupportVirtualAutoConnect(const std::string &address, bool &outSupport) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h130 int32_t IsSupportVirtualAutoConnect(const std::string &address, bool &outSupport) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1689 int32_t BluetoothHostProxy::IsSupportVirtualAutoConnect(const std::string &address, bool &outSuppor… in IsSupportVirtualAutoConnect() function in OHOS::Bluetooth::BluetoothHostProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1860 int32_t BluetoothHostServer::IsSupportVirtualAutoConnect(const std::string &address, bool &outSuppo… in IsSupportVirtualAutoConnect() function in OHOS::Bluetooth::BluetoothHostServer