Home
last modified time | relevance | path

Searched refs:servManager (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp96 auto servManager = IProfileManager::GetInstance(); in IsEnabled() local
97 … service_ = static_cast<IProfileAvrcpTg *>(servManager->GetProfileService(PROFILE_NAME_AVRCP_TG)); in IsEnabled()
H A Dbluetooth_avrcp_ct_server.cpp275 auto servManager = IProfileManager::GetInstance(); in IsEnabled() local
276 … service_ = static_cast<IProfileAvrcpCt *>(servManager->GetProfileService(PROFILE_NAME_AVRCP_CT)); in IsEnabled()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_service.cpp39 auto servManager = IProfileManager::GetInstance(); in GetService() local
40 return static_cast<HidHostService *>(servManager->GetProfileService(PROFILE_NAME_HID_HOST)); in GetService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.cpp502 auto servManager = IProfileManager::GetInstance(); in FindTgServiceCallback() local
503 …auto service = static_cast<AvrcpCtService *>(servManager->GetProfileService(PROFILE_NAME_AVRCP_CT)… in FindTgServiceCallback()
2185 auto servManager = IProfileManager::GetInstance(); in ChannelEventCallback() local
2186 …auto service = static_cast<AvrcpCtService *>(servManager->GetProfileService(PROFILE_NAME_AVRCP_CT)… in ChannelEventCallback()
2215 auto servManager = IProfileManager::GetInstance(); in ChannelMessageCallback() local
2216 …auto service = static_cast<AvrcpCtService *>(servManager->GetProfileService(PROFILE_NAME_AVRCP_CT)… in ChannelMessageCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_service.cpp38 auto servManager = IProfileManager::GetInstance(); in GetService() local
39 return static_cast<PanService *>(servManager->GetProfileService(PROFILE_NAME_PAN)); in GetService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.cpp969 auto servManager = IProfileManager::GetInstance(); in FindCtServiceCallback() local
970 …auto service = static_cast<AvrcpTgService *>(servManager->GetProfileService(PROFILE_NAME_AVRCP_TG)… in FindCtServiceCallback()
2635 auto servManager = IProfileManager::GetInstance(); in GetPlayStatus() local
2636 …auto service = static_cast<AvrcpTgService *>(servManager->GetProfileService(PROFILE_NAME_AVRCP_TG)… in GetPlayStatus()
2664 auto servManager = IProfileManager::GetInstance(); in GetPlayStatus() local
2665 …auto service = static_cast<AvrcpTgService *>(servManager->GetProfileService(PROFILE_NAME_AVRCP_TG)… in GetPlayStatus()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.cpp1250 IProfileManager *servManager = IProfileManager::GetInstance(); in GetServiceInstance() local
1254 service = static_cast<A2dpService *>(servManager->GetProfileService(PROFILE_NAME_A2DP_SRC)); in GetServiceInstance()
1256 … service = static_cast<A2dpService *>(servManager->GetProfileService(PROFILE_NAME_A2DP_SINK)); in GetServiceInstance()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.cpp67 auto servManager = IProfileManager::GetInstance(); in GetService() local
68 return static_cast<HfpHfService *>(servManager->GetProfileService(PROFILE_NAME_HFP_HF)); in GetService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_service.cpp47 auto servManager = IProfileManager::GetInstance(); in GetService() local
48 return static_cast<HfpAgService *>(servManager->GetProfileService(PROFILE_NAME_HFP_AG)); in GetService()