Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_profile_manager.cpp91 sptr<IRemoteObject> BluetoothProfileManager::GetProfileRemote(const std::string &objectName) in GetProfileRemote() function in OHOS::Bluetooth::BluetoothProfileManager
137 auto remote = GetProfileRemote(property.objectName); in NotifyBluetoothStateChange()
148 auto remote = GetProfileRemote(property.objectName); in RunFuncWhenBluetoothServiceStarted()
221 sptr<IRemoteObject> remote = GetProfileRemote(objectName); in RegisterFunc()
238 sptr<IRemoteObject> remote = GetProfileRemote(objectName); in RegisterFunc()
H A Dbluetooth_host.cpp503 sptr<IRemoteObject> hostRemote = BluetoothProfileManager::GetInstance().GetProfileRemote(BLUETOOTH_HOST); in LoadBluetoothHostService()
/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()

Completed in 5 milliseconds