/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 in GetOppDeviceInfo() [all...] |
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_pan.cpp | 62 int32_t GetDevicesByStates(std::vector<int> states, std::vector<BluetoothRemoteDevice>& result) in GetDevicesByStates() function 74 int32_t ret = proxy->GetDevicesByStates(tmpStates, rawDevices); in GetDevicesByStates() 192 int32_t Pan::GetDevicesByStates(std::vector<int> states, std::vector<BluetoothRemoteDevice> &result) in GetDevicesByStates() function in OHOS::Bluetooth::Pan 201 return pimpl->GetDevicesByStates(states, result); in GetDevicesByStates()
|
H A D | bluetooth_hid_host.cpp | 64 int32_t GetDevicesByStates(std::vector<int> states, std::vector<BluetoothRemoteDevice>& result) in GetDevicesByStates() function 74 int32_t ret = proxy->GetDevicesByStates(tmpStates, rawDevices); in GetDevicesByStates() 235 int32_t HidHost::GetDevicesByStates(std::vector<int> states, std::vector<BluetoothRemoteDevice> &result) in GetDevicesByStates() function in OHOS::Bluetooth::HidHost 245 return pimpl->GetDevicesByStates(states, result); in GetDevicesByStates()
|
H A D | bluetooth_map_mse.cpp | 150 int32_t MapMse::GetDevicesByStates(const std::vector<int32_t> &states, std::vector<BluetoothRemoteDevice> &result) const
in GetDevicesByStates() function in OHOS::Bluetooth::MapMse 158 int32_t ret = proxy->GetDevicesByStates(states, rawAddress);
in GetDevicesByStates()
|
/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_NUM> &states);
|
H A D | bluetooth_a2dp_snk.h | 82 std::vector<BluetoothRemoteDevice> GetDevicesByStates(std::vector<int> states) const;
|
H A D | bluetooth_pan.h | 87 int32_t GetDevicesByStates(std::vector<int> states, std::vector<BluetoothRemoteDevice> &result);
|
H A D | bluetooth_pbap_pse.h | 86 int32_t GetDevicesByStates(const std::vector<int32_t> &states, std::vector<BluetoothRemoteDevice> &result) const;
|
H A D | bluetooth_map_mse.h | 86 int32_t GetDevicesByStates(const std::vector<int32_t> &states, std::vector<BluetoothRemoteDevice> &result) const;
|
/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;
|
/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;
|
/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_opp.h | 42 virtual int32_t GetDevicesByStates(const std::vector<int32_t> &states,
|
H A D | i_bluetooth_map_mse.h | 29 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,
|
/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> &result) override;
|
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>& result) override;
|
H A D | bluetooth_pbap_pse_proxy.h | 30 int32_t GetDevicesByStates(const std::vector<int32_t> &states,
|
H A D | bluetooth_map_mse_proxy.h | 30 int32_t GetDevicesByStates(const std::vector<int32_t> &states,
|
/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> &states) 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(states); in GetDevicesByStates()
|