/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/ |
H A D | bt_statistic.cpp | 166 A2dpSource::GetProfile()->GetDevicesByStates(connectState_, devices); in GetA2dpSrcDeviceInfo() 173 devices = A2dpSink::GetProfile()->GetDevicesByStates(connectState_); in GetA2dpSinkDeviceInfo() 180 devices = AvrcpController::GetProfile()->GetDevicesByStates(connectState_); in GetAvrCTDeviceInfo() 187 devices = AvrcpTarget::GetProfile()->GetDevicesByStates(connectState_); in GetAvrTGDeviceInfo() 194 devices = HandsFreeAudioGateway::GetProfile()->GetDevicesByStates(connectState_); in GetHfpAGDeviceInfo() 201 devices = HandsFreeUnit::GetProfile()->GetDevicesByStates(connectState_); in GetHfpHFDeviceInfo() 208 MapMse::GetProfile()->GetDevicesByStates(connectState_, devices); in GetMapMseDeviceInfo() 215 PbapPse::GetProfile()->GetDevicesByStates(connectState_, devices); in GetPbapPseDeviceInfo() 222 HidHost::GetProfile()->GetDevicesByStates(connectState_, devices); in GetHidHostDeviceInfo() 229 Opp::GetProfile()->GetDevicesByStates(connectState_, devices); in GetOppDeviceInfo() [all …]
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_pan.cpp | 65 int32_t GetDevicesByStates(std::vector<int> states, std::vector<BluetoothRemoteDevice>& result) in GetDevicesByStates() function 77 int32_t ret = proxy->GetDevicesByStates(tmpStates, rawDevices); in GetDevicesByStates() 195 int32_t Pan::GetDevicesByStates(std::vector<int> states, std::vector<BluetoothRemoteDevice> &result) in GetDevicesByStates() function in OHOS::Bluetooth::Pan 204 return pimpl->GetDevicesByStates(states, result); in GetDevicesByStates()
|
H A D | bluetooth_hid_host.cpp | 67 int32_t GetDevicesByStates(std::vector<int> states, std::vector<BluetoothRemoteDevice>& result) in GetDevicesByStates() function 77 int32_t ret = proxy->GetDevicesByStates(tmpStates, rawDevices); in GetDevicesByStates() 238 int32_t HidHost::GetDevicesByStates(std::vector<int> states, std::vector<BluetoothRemoteDevice> &re… in GetDevicesByStates() function in OHOS::Bluetooth::HidHost 248 return pimpl->GetDevicesByStates(states, result); in GetDevicesByStates()
|
H A D | bluetooth_map_mse.cpp | 153 int32_t MapMse::GetDevicesByStates(const std::vector<int32_t> &states, std::vector<BluetoothRemoteD… in GetDevicesByStates() function in OHOS::Bluetooth::MapMse 161 int32_t ret = proxy->GetDevicesByStates(states, rawAddress); in GetDevicesByStates()
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_gatt_manager.h | 62 …std::vector<BluetoothRemoteDevice> GetDevicesByStates(const std::array<int, GATT_CONNECTION_STATE_…
|
H A D | bluetooth_pan.h | 87 int32_t GetDevicesByStates(std::vector<int> states, std::vector<BluetoothRemoteDevice> &result);
|
H A D | bluetooth_a2dp_snk.h | 82 std::vector<BluetoothRemoteDevice> GetDevicesByStates(std::vector<int> states) const;
|
H A D | bluetooth_map_mse.h | 86 …int32_t GetDevicesByStates(const std::vector<int32_t> &states, std::vector<BluetoothRemoteDevice> …
|
H A D | bluetooth_pbap_pse.h | 86 …int32_t GetDevicesByStates(const std::vector<int32_t> &states, std::vector<BluetoothRemoteDevice> …
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_a2dp_sink_server.cpp | 178 std::vector<RawAddress> BluetoothA2dpSinkServer::GetDevicesByStates(const std::vector<int32_t> &sta… in GetDevicesByStates() function in OHOS::Bluetooth::BluetoothA2dpSinkServer 192 rawDevices = pimpl->a2dpSnkService_->GetDevicesByStates(tmpStates); in GetDevicesByStates()
|
H A D | bluetooth_pan_server.cpp | 177 int32_t BluetoothPanServer::GetDevicesByStates(const std::vector<int32_t> &states, in GetDevicesByStates() function in OHOS::Bluetooth::BluetoothPanServer 186 …std::vector<bluetooth::RawAddress> serviceDeviceList = pimpl->panService_->GetDevicesByStates(stat… in GetDevicesByStates()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_pan.h | 78 virtual std::vector<RawAddress> GetDevicesByStates(std::vector<int> states) = 0;
|
H A D | interface_profile_hid_host.h | 78 virtual std::vector<RawAddress> GetDevicesByStates(std::vector<int> states) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_pan_server.h | 42 int32_t GetDevicesByStates(
|
H A D | bluetooth_a2dp_sink_server.h | 40 std::vector<RawAddress> GetDevicesByStates(const std::vector<int32_t> &states) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_a2dp_sink.h | 39 virtual std::vector<RawAddress> GetDevicesByStates(const std::vector<int32_t> &states) = 0;
|
H A D | i_bluetooth_map_mse.h | 29 virtual int32_t GetDevicesByStates(const std::vector<int32_t> &states,
|
H A D | i_bluetooth_opp.h | 42 virtual int32_t GetDevicesByStates(const std::vector<int32_t> &states,
|
H A D | i_bluetooth_pan.h | 36 virtual int32_t GetDevicesByStates(const std::vector<int32_t> &states,
|
H A D | i_bluetooth_pbap_pse.h | 30 virtual int32_t GetDevicesByStates(const std::vector<int32_t> &states,
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_pan_proxy.h | 32 …int32_t GetDevicesByStates(const std::vector<int32_t> &states, std::vector<BluetoothRawAddress> &r…
|
H A D | bluetooth_map_mse_proxy.h | 30 int32_t GetDevicesByStates(const std::vector<int32_t> &states,
|
H A D | bluetooth_a2dp_sink_proxy.h | 37 std::vector<RawAddress> GetDevicesByStates(const std::vector<int32_t> &states) override;
|
H A D | bluetooth_opp_proxy.h | 38 …int32_t GetDevicesByStates(const std::vector<int32_t> &states, std::vector<BluetoothRawAddress>& r…
|
H A D | bluetooth_pbap_pse_proxy.h | 30 int32_t GetDevicesByStates(const std::vector<int32_t> &states,
|