Home
last modified time | relevance | path

Searched refs:hostRemote (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_profile_manager.cpp98 auto hostRemote = GetHostRemote(); in GetProfileRemote() local
99 if (hostRemote == nullptr) { in GetProfileRemote()
100 HILOGD("hostRemote is nullptr"); in GetProfileRemote()
104 remote = hostRemote; in GetProfileRemote()
106 sptr<IBluetoothHost> hostProxy = iface_cast<IBluetoothHost>(hostRemote); in GetProfileRemote()
H A Dbluetooth_host.cpp503 sptr<IRemoteObject> hostRemote = BluetoothProfileManager::GetInstance().GetProfileRemote(BLUETOOTH_HOST); in LoadBluetoothHostService() local
504 //当蓝牙服务已经起来的时候。这时的hostRemote不为空, 不需要进行后续的从sa拉起蓝牙服务的动作 in LoadBluetoothHostService()
505 if (hostRemote != nullptr) { in LoadBluetoothHostService()

Completed in 3 milliseconds