Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp65 auto svManager = IProfileManager::GetInstance(); in impl() local
66 … service_ = static_cast<IProfileAvrcpTg *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_TG)); in impl()
80 auto svManager = IProfileManager::GetInstance(); in ~impl() local
81 … service_ = static_cast<IProfileAvrcpTg *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_TG)); in ~impl()
110 auto svManager = IProfileManager::GetInstance(); in OnSystemStateChange() local
111 … service_ = static_cast<IProfileAvrcpTg *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_TG)); in OnSystemStateChange()
H A Dbluetooth_avrcp_ct_server.cpp244 auto svManager = IProfileManager::GetInstance(); in impl() local
245 … service_ = static_cast<IProfileAvrcpCt *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_CT)); in impl()
259 auto svManager = IProfileManager::GetInstance(); in ~impl() local
260 … service_ = static_cast<IProfileAvrcpCt *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_CT)); in ~impl()
289 auto svManager = IProfileManager::GetInstance(); in OnSystemStateChange() local
290 … service_ = static_cast<IProfileAvrcpCt *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_CT)); in OnSystemStateChange()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.cpp330 auto svManager = IProfileManager::GetInstance(); in GetService() local
332 return static_cast<IProfileAvrcpTg *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_TG)); in GetService()
369 auto svManager = IProfileManager::GetInstance(); in GetService() local
371 return static_cast<IProfileAvrcpTg *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_TG)); in GetService()
408 auto svManager = IProfileManager::GetInstance(); in GetService() local
410 return static_cast<IProfileAvrcpTg *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_TG)); in GetService()