Searched refs:GetProfileRemote (Results 1 – 3 of 3) sorted by relevance
94 sptr<IRemoteObject> BluetoothProfileManager::GetProfileRemote(const std::string &objectName) in GetProfileRemote() function in OHOS::Bluetooth::BluetoothProfileManager140 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()
507 …sptr<IRemoteObject> hostRemote = BluetoothProfileManager::GetInstance().GetProfileRemote(BLUETOOTH… in LoadBluetoothHostService()
57 sptr<IRemoteObject> GetProfileRemote(const std::string &objectName);119 return iface_cast<T>(BluetoothProfileManager::GetInstance().GetProfileRemote(objectName)); in GetRemoteProxy()