Home
last modified time | relevance | path

Searched refs:GetProfileRemote (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_profile_manager.cpp94 sptr<IRemoteObject> BluetoothProfileManager::GetProfileRemote(const std::string &objectName) in GetProfileRemote() function in OHOS::Bluetooth::BluetoothProfileManager
140 auto remote = GetProfileRemote(property.objectName); in NotifyBluetoothStateChange()
151 auto remote = GetProfileRemote(property.objectName); in RunFuncWhenBluetoothServiceStarted()
224 sptr<IRemoteObject> remote = GetProfileRemote(objectName); in RegisterFunc()
241 sptr<IRemoteObject> remote = GetProfileRemote(objectName); in RegisterFunc()
H A Dbluetooth_host.cpp507 …sptr<IRemoteObject> hostRemote = BluetoothProfileManager::GetInstance().GetProfileRemote(BLUETOOTH… in LoadBluetoothHostService()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/include/
H A Dbluetooth_profile_manager.h57 sptr<IRemoteObject> GetProfileRemote(const std::string &objectName);
119 return iface_cast<T>(BluetoothProfileManager::GetInstance().GetProfileRemote(objectName)); in GetRemoteProxy()