Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_profile_manager.cpp112 remote = hostProxy->GetBleRemote(objectName); in GetProfileRemote()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h40 sptr<IRemoteObject> GetBleRemote(const std::string &name) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h65 virtual sptr<IRemoteObject> GetBleRemote(const std::string &name) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h55 sptr<IRemoteObject> GetBleRemote(const std::string &name) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp149 sptr<IRemoteObject> BluetoothHostProxy::GetBleRemote(const std::string &name) in GetBleRemote() function in OHOS::Bluetooth::BluetoothHostProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp333 sptr<IRemoteObject> result = GetBleRemote(name); in GetBleRemoteInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp840 sptr<IRemoteObject> BluetoothHostServer::GetBleRemote(const std::string &name) in GetBleRemote() function in OHOS::Bluetooth::BluetoothHostServer