Home
last modified time | relevance | path

Searched refs:IProfileManager (Results 1 - 25 of 27) sorted by relevance

12

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_manager.h46 class BLUETOOTH_API IProfileManager { class
49 * @brief A destructor used to delete the <b>IProfileManager</b> instance.
53 virtual ~IProfileManager() = default;
61 static IProfileManager *GetInstance();
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_socket_server.cpp35 IProfileSocket *socket = (IProfileSocket *)IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_SPP); in Connect()
50 IProfileSocket *socket = (IProfileSocket *)IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_SPP); in Listen()
H A Dbluetooth_a2dp_sink_server.cpp70 IProfileManager *serviceMgr = IProfileManager::GetInstance();
115 IProfileManager *serviceMgr = IProfileManager::GetInstance(); in BluetoothA2dpSinkServer()
H A Dbluetooth_hfp_ag_server.cpp105 IProfileManager* serviceMgr = IProfileManager::GetInstance();
145 IProfileManager* serviceMgr = IProfileManager::GetInstance(); in BluetoothHfpAgServer()
H A Dbluetooth_hfp_hf_server.cpp136 IProfileManager* serviceMgr = IProfileManager::GetInstance();
175 IProfileManager* serviceMgr = IProfileManager::GetInstance(); in BluetoothHfpHfServer()
H A Dbluetooth_a2dp_source_server.cpp112 IProfileManager *serviceMgr = IProfileManager::GetInstance();
158 IProfileManager *serviceMgr = IProfileManager::GetInstance(); in BluetoothA2dpSourceServer()
H A Dbluetooth_avrcp_tg_server.cpp65 auto svManager = IProfileManager::GetInstance(); in impl()
80 auto svManager = IProfileManager::GetInstance(); in ~impl()
96 auto servManager = IProfileManager::GetInstance(); in IsEnabled()
110 auto svManager = IProfileManager::GetInstance(); in OnSystemStateChange()
H A Dbluetooth_pan_server.cpp68 if (IProfileManager::GetInstance() == nullptr) { in GetServicePtr()
72 IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_PAN)); in GetServicePtr()
H A Dbluetooth_hid_host_server.cpp69 if (IProfileManager::GetInstance() == nullptr) { in GetServicePtr()
73 IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_HID_HOST)); in GetServicePtr()
H A Dbluetooth_gatt_client_server.cpp53 if (IProfileManager::GetInstance() == nullptr) { in GetServicePtr()
57 IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_GATT_CLIENT)); in GetServicePtr()
H A Dbluetooth_gatt_server_server.cpp53 if (bluetooth::IProfileManager::GetInstance() == nullptr) { in GetServicePtr()
57 bluetooth::IProfileManager::GetInstance()->GetProfileService(bluetooth::PROFILE_NAME_GATT_SERVER)); in GetServicePtr()
H A Dbluetooth_avrcp_ct_server.cpp244 auto svManager = IProfileManager::GetInstance(); in impl()
259 auto svManager = IProfileManager::GetInstance(); in ~impl()
275 auto servManager = IProfileManager::GetInstance(); in IsEnabled()
289 auto svManager = IProfileManager::GetInstance(); in OnSystemStateChange()
H A Dbluetooth_host_server.cpp908 return IProfileManager::GetInstance()->GetProfileServicesList(); in GetProfileList()
941 state = (int32_t)IProfileManager::GetInstance()->GetProfileServiceConnectState(profileId); in GetBtProfileConnState()
952 IProfileManager::GetInstance()->GetProfileServicesSupportedUuids(uuids); in GetLocalSupportedUuids()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket.cpp59 static_cast<SocketService *>(IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_SPP));
76 static_cast<SocketService *>(IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_SPP));
88 static_cast<SocketService *>(IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_SPP));
100 static_cast<SocketService *>(IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_SPP));
112 static_cast<SocketService *>(IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_SPP));
129 static_cast<SocketService *>(IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_SPP));
534 static_cast<SocketService *>(IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_SPP)); in AddSocketInternal()
691 static_cast<SocketService *>(IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_SPP)); in OnSocketWriteReady()
898 static_cast<SocketService *>(IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_SPP)); in OnSocketException()
975 static_cast<SocketService *>(IProfileManager in NotifyServiceDeleteSocket()
[all...]
H A Dsocket_sdp_client.cpp103 static_cast<SocketService *>(IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_SPP)); in SdpSearchCallback()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_service_manager.h50 class ProfileServiceManager : public IProfileManager {
H A Dprofile_service_manager.cpp54 IProfileManager *IProfileManager::GetInstance() in GetInstance()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.cpp330 auto svManager = IProfileManager::GetInstance(); in GetService()
369 auto svManager = IProfileManager::GetInstance(); in GetService()
408 auto svManager = IProfileManager::GetInstance(); in GetService()
969 auto servManager = IProfileManager::GetInstance(); in FindCtServiceCallback()
2635 auto servManager = IProfileManager::GetInstance(); in GetPlayStatus()
2664 auto servManager = IProfileManager::GetInstance(); in GetPlayStatus()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_service.cpp39 auto servManager = IProfileManager::GetInstance(); in GetService()
H A Dhid_host_hogp.cpp281 return static_cast<IProfileGattClient *>(IProfileManager::GetInstance() in GetGattClientService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.cpp1235 IProfileManager *servManager = IProfileManager::GetInstance(); in GetServiceInstance()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp528 static_cast<IProfileGattClient *>(IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_GATT_CLIENT)); in RegisterGattClientApplication()
540 static_cast<IProfileGattClient *>(IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_GATT_CLIENT)); in DeregisterGattClientApplication()
551 static_cast<IProfileGattClient *>(IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_GATT_CLIENT)); in ReadRemoteDeviceNameByGatt()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.cpp502 auto servManager = IProfileManager::GetInstance(); in FindTgServiceCallback()
2185 auto servManager = IProfileManager::GetInstance(); in ChannelEventCallback()
2215 auto servManager = IProfileManager::GetInstance(); in ChannelMessageCallback()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_service.cpp38 auto servManager = IProfileManager::GetInstance(); in GetService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp212 hfService_ = (IProfileHfpHf *)IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_HFP_HF); in ProcessPostEnable()
217 agService_ = (IProfileHfpAg *)IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_HFP_AG); in ProcessPostEnable()
229 IProfileManager::GetInstance()->GetProfileServicesSupportedUuids(stringUuids); in UpdateSupportedUuids()

Completed in 34 milliseconds

12