Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_profile_manager.cpp109 remote = hostProxy->GetBleRemote(objectName); in GetProfileRemote()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h65 virtual sptr<IRemoteObject> GetBleRemote(const std::string &name) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h55 sptr<IRemoteObject> GetBleRemote(const std::string &name) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h40 sptr<IRemoteObject> GetBleRemote(const std::string &name) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp146 sptr<IRemoteObject> BluetoothHostProxy::GetBleRemote(const std::string &name) in GetBleRemote() function in OHOS::Bluetooth::BluetoothHostProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp339 sptr<IRemoteObject> result = GetBleRemote(name); in GetBleRemoteInner()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp819 sptr<IRemoteObject> BluetoothHostServer::GetBleRemote(const std::string &name) in GetBleRemote() function in OHOS::Bluetooth::BluetoothHostServer
821 HILOGI("GetBleRemote %{public}s ", name.c_str()); in GetBleRemote()

Completed in 11 milliseconds