Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h390 int32_t IsSupportVirtualAutoConnect(bool &outSupport) const;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp409 int32_t BluetoothRemoteDevice::IsSupportVirtualAutoConnect(bool &outSupport) const in IsSupportVirtualAutoConnect() function in OHOS::Bluetooth::BluetoothRemoteDevice
416 int32_t exception = hostProxy->IsSupportVirtualAutoConnect(address_, outSupport); in IsSupportVirtualAutoConnect()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h136 virtual int32_t IsSupportVirtualAutoConnect(const std::string &address, bool &outSupport) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h132 int32_t IsSupportVirtualAutoConnect(const std::string &address, bool &outSupport) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h111 int32_t IsSupportVirtualAutoConnect(const std::string &address, bool &outSupport) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1717 int32_t BluetoothHostProxy::IsSupportVirtualAutoConnect(const std::string &address, bool &outSupport) in IsSupportVirtualAutoConnect() function in OHOS::Bluetooth::BluetoothHostProxy
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1845 int32_t BluetoothHostServer::IsSupportVirtualAutoConnect(const std::string &address, bool &outSupport) in IsSupportVirtualAutoConnect() function in OHOS::Bluetooth::BluetoothHostServer

Completed in 11 milliseconds