Home
last modified time | relevance | path

Searched refs:GetMaxConnectNum (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile.h133 virtual int GetMaxConnectNum() = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_service.h113 int GetMaxConnectNum() override;
H A Dsocket_service.cpp94 int SocketService::GetMaxConnectNum() in GetMaxConnectNum() function in OHOS::bluetooth::SocketService
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_service.h60 int GetMaxConnectNum() override;
H A Dgatt_server_service.h61 int GetMaxConnectNum() override;
H A Dgatt_server_service.cpp143 int GattServerService::GetMaxConnectNum() in GetMaxConnectNum() function in OHOS::bluetooth::GattServerService
H A Dgatt_client_service.cpp206 int GattClientService::GetMaxConnectNum() in GetMaxConnectNum() function in OHOS::bluetooth::GattClientService
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_service.h69 int GetMaxConnectNum(void) override;
H A Dhid_host_service.cpp340 int HidHostService::GetMaxConnectNum(void) in GetMaxConnectNum() function in OHOS::bluetooth::HidHostService
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_service.h71 int GetMaxConnectNum(void) override;
H A Dpan_service.cpp398 int PanService::GetMaxConnectNum(void) in GetMaxConnectNum() function in OHOS::bluetooth::PanService
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_connection.cpp119 ret = ((connectCnt >= service->GetMaxConnectNum()) ? false : true); in JudgeConnectedNum()
H A Da2dp_service.h228 int GetMaxConnectNum() override;
H A Da2dp_service.cpp979 int A2dpService::GetMaxConnectNum() in GetMaxConnectNum() function in OHOS::bluetooth::A2dpService
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.h149 int GetMaxConnectNum() override;
H A Dhfp_hf_service.cpp245 int HfpHfService::GetMaxConnectNum() in GetMaxConnectNum() function in OHOS::bluetooth::HfpHfService
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_service.h164 int GetMaxConnectNum() override;
H A Dhfp_ag_service.cpp252 int HfpAgService::GetMaxConnectNum() in GetMaxConnectNum() function in OHOS::bluetooth::HfpAgService
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h151 int GetMaxConnectNum(void) override;
H A Davrcp_ct_profile.h608 int GetMaxConnectNum(void);
H A Davrcp_ct_service.cpp338 int AvrcpCtService::GetMaxConnectNum(void) in GetMaxConnectNum() function in OHOS::bluetooth::AvrcpCtService
345 result = profile_->GetMaxConnectNum(); in GetMaxConnectNum()
H A Davrcp_ct_profile.cpp219 int AvrcCtProfile::GetMaxConnectNum(void) in GetMaxConnectNum() function in OHOS::bluetooth::AvrcCtProfile
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_profile.h446 int GetMaxConnectNum(void);
H A Davrcp_tg_service.h502 int GetMaxConnectNum(void) override;
H A Davrcp_tg_service.cpp799 int AvrcpTgService::GetMaxConnectNum(void) in GetMaxConnectNum() function in OHOS::bluetooth::AvrcpTgService
806 result = profile_->GetMaxConnectNum(); in GetMaxConnectNum()

12