Home
last modified time | relevance | path

Searched defs:device (Results 1 – 25 of 682) sorted by relevance

12345678910>>...28

/foundation/communication/bluetooth_service/test/unittest/hfp/
Dhfp_hf_test.cpp34 …virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) {} in OnConnectionStateChanged()
35 virtual void OnScoStateChanged(const BluetoothRemoteDevice &device, int state) {} in OnScoStateChanged()
36 … virtual void OnCallChanged(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) {} in OnCallChanged()
37 virtual void OnSignalStrengthChanged(const BluetoothRemoteDevice &device, int signal) {} in OnSignalStrengthChanged()
38 virtual void OnRegistrationStatusChanged(const BluetoothRemoteDevice &device, int status) {} in OnRegistrationStatusChanged()
39 virtual void OnRoamingStatusChanged(const BluetoothRemoteDevice &device, int status) {} in OnRoamingStatusChanged()
40 …virtual void OnOperatorSelectionChanged(const BluetoothRemoteDevice &device, const std::string &na… in OnOperatorSelectionChanged()
41 …virtual void OnSubscriberNumberChanged(const BluetoothRemoteDevice &device, const std::string &num… in OnSubscriberNumberChanged()
42 virtual void OnVoiceRecognitionStatusChanged(const BluetoothRemoteDevice &device, int status) {} in OnVoiceRecognitionStatusChanged()
43 virtual void OnInBandRingToneChanged(const BluetoothRemoteDevice &device, int status) {} in OnInBandRingToneChanged()
[all …]
Dhfp_ag_test.cpp34 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) {} in OnConnectionStateChanged()
35 void OnScoStateChanged(const BluetoothRemoteDevice &device, int state) {} in OnScoStateChanged()
36 void OnActiveDeviceChanged(const BluetoothRemoteDevice &device) {} in OnActiveDeviceChanged()
37 void OnHfEnhancedDriverSafetyChanged(const BluetoothRemoteDevice &device, int indValue) {} in OnHfEnhancedDriverSafetyChanged()
142 BluetoothRemoteDevice device; variable
160 BluetoothRemoteDevice device; variable
178 BluetoothRemoteDevice device; variable
195 BluetoothRemoteDevice device; variable
276 BluetoothRemoteDevice device; variable
294 BluetoothRemoteDevice device; variable
[all …]
/foundation/multimodalinput/input/libudev/test/
Dcustom_udev_test.cpp78 auto* device = testDevice_.GetDevice(); variable
119 auto* device = testDevice_.GetDevice(); variable
182 auto* device = testDevice_.GetDevice(); variable
198 auto* device = testDevice_.GetDevice(); variable
214 auto* device = testDevice_.GetDevice(); variable
230 auto* device = testDevice_.GetDevice(); variable
251 auto* device = testDevice_.GetDevice(); variable
279 auto* device = testDevice_.GetDevice(); variable
297 auto* device = testDevice_.GetDevice(); variable
316 auto* device = testDevice_.GetDevice(); variable
[all …]
/foundation/communication/bluetooth_service/test/unittest/avrcp/
Davrcp_ct_test.cpp31 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) {} in OnConnectionStateChanged()
32 void OnActionCompleted(const BluetoothRemoteDevice &device, const AvrcpCtResponse &resp){} in OnActionCompleted()
110 BluetoothRemoteDevice device; variable
170 BluetoothRemoteDevice device; variable
187 BluetoothRemoteDevice device; variable
204 BluetoothRemoteDevice device; variable
222 BluetoothRemoteDevice device; variable
240 BluetoothRemoteDevice device; variable
257 BluetoothRemoteDevice device; variable
274 BluetoothRemoteDevice device; variable
[all …]
/foundation/communication/bluetooth_service/test/unittest/a2dp/
Da2dp_src_test.cpp35 …virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) {} in OnConnectionStateChanged()
36 …virtual void OnConfigurationChanged(const BluetoothRemoteDevice &device, const A2dpCodecInfo &info… in OnConfigurationChanged()
37 …virtual void OnPlayingStatusChanged(const BluetoothRemoteDevice &device, int playingState, int err… in OnPlayingStatusChanged()
109 BluetoothRemoteDevice device; variable
153 BluetoothRemoteDevice device; variable
169 BluetoothRemoteDevice device; variable
186 BluetoothRemoteDevice device; variable
202 BluetoothRemoteDevice device; variable
218 BluetoothRemoteDevice device; variable
234 BluetoothRemoteDevice device = profile_->GetActiveSinkDevice(); variable
[all …]
Da2dp_snk_test.cpp34 …virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) {} in OnConnectionStateChanged()
108 BluetoothRemoteDevice device; variable
124 BluetoothRemoteDevice device; variable
140 BluetoothRemoteDevice device; variable
184 BluetoothRemoteDevice device; variable
200 BluetoothRemoteDevice device; variable
217 BluetoothRemoteDevice device; variable
233 BluetoothRemoteDevice device; variable
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
Dinterface_profile_hfp_hf.h65 virtual void OnConnectionStateChanged(const RawAddress &device, int state) in OnConnectionStateChanged()
75 virtual void OnScoStateChanged(const RawAddress &device, int state) in OnScoStateChanged()
85 virtual void OnCallChanged(const RawAddress &device, const HandsFreeUnitCalls &call) in OnCallChanged()
95 virtual void OnBatteryLevelChanged(const RawAddress &device, int batteryLevel) in OnBatteryLevelChanged()
105 virtual void OnSignalStrengthChanged(const RawAddress &device, int signal) in OnSignalStrengthChanged()
115 virtual void OnRegistrationStatusChanged(const RawAddress &device, int status) in OnRegistrationStatusChanged()
125 virtual void OnRoamingStatusChanged(const RawAddress &device, int status) in OnRoamingStatusChanged()
135 virtual void OnOperatorSelectionChanged(const RawAddress &device, const std::string &name) in OnOperatorSelectionChanged()
145 virtual void OnSubscriberNumberChanged(const RawAddress &device, const std::string &number) in OnSubscriberNumberChanged()
155 virtual void OnVoiceRecognitionStatusChanged(const RawAddress &device, int status) in OnVoiceRecognitionStatusChanged()
[all …]
Dinterface_profile_gatt_server.h62 …virtual void OnCharacteristicReadRequest(const GattDevice &device, const Characteristic &character… in OnCharacteristicReadRequest()
64 …virtual void OnCharacteristicReadByUuidRequest(const GattDevice &device, const Characteristic &cha… in OnCharacteristicReadByUuidRequest()
77 const GattDevice &device, const Characteristic &characteristic, bool needRespones) {} in OnCharacteristicWriteRequest()
88 virtual void OnDescriptorReadRequest(const GattDevice &device, const Descriptor &descriptor) {} in OnDescriptorReadRequest()
99 virtual void OnDescriptorWriteRequest(const GattDevice &device, const Descriptor &descriptor) {} in OnDescriptorWriteRequest()
109 …virtual void OnNotifyConfirm(const GattDevice &device, const Characteristic &characteristic, int r… in OnNotifyConfirm()
128 virtual void OnMtuChanged(const GattDevice &device, int mtu) {} in OnMtuChanged()
142 const GattDevice &device, int interval, int latency, int timeout, int status) {} in OnConnectionParameterChanged()
/foundation/communication/bluetooth_service/test/unittest/map/
Dmap_mce_test.cpp35 const BluetoothRemoteDevice &device, const MapAction &action, MapExecuteStatus status) {} in OnMapActionCompleted()
37 void OnMapEventReported(const BluetoothRemoteDevice &device, const MapEventReport &report) {} in OnMapEventReported()
39 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state) {} in OnConnectionStateChanged()
149 BluetoothRemoteDevice device; variable
168 BluetoothRemoteDevice device; variable
187 BluetoothRemoteDevice device; variable
244 BluetoothRemoteDevice device; variable
263 BluetoothRemoteDevice device; variable
282 BluetoothRemoteDevice device; variable
301 BluetoothRemoteDevice device; variable
[all …]
Dmap_mse_test.cpp33 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) {} in OnConnectionStateChanged()
34 void OnPermission(const BluetoothRemoteDevice &device) {} in OnPermission()
83 BluetoothRemoteDevice device; variable
138 BluetoothRemoteDevice device; variable
184 BluetoothRemoteDevice device; variable
199 BluetoothRemoteDevice device; variable
215 BluetoothRemoteDevice device; variable
230 BluetoothRemoteDevice device; variable
/foundation/communication/bluetooth/interfaces/inner_api/include/
Dbluetooth_hfp_hf.h64 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged()
74 virtual void OnScoStateChanged(const BluetoothRemoteDevice &device, int state) in OnScoStateChanged()
84 virtual void OnCallChanged(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) in OnCallChanged()
94 virtual void OnSignalStrengthChanged(const BluetoothRemoteDevice &device, int signal) in OnSignalStrengthChanged()
104 virtual void OnRegistrationStatusChanged(const BluetoothRemoteDevice &device, int status) in OnRegistrationStatusChanged()
114 virtual void OnRoamingStatusChanged(const BluetoothRemoteDevice &device, int status) in OnRoamingStatusChanged()
124 …virtual void OnOperatorSelectionChanged(const BluetoothRemoteDevice &device, const std::string &na… in OnOperatorSelectionChanged()
134 …virtual void OnSubscriberNumberChanged(const BluetoothRemoteDevice &device, const std::string &num… in OnSubscriberNumberChanged()
144 virtual void OnVoiceRecognitionStatusChanged(const BluetoothRemoteDevice &device, int status) in OnVoiceRecognitionStatusChanged()
154 virtual void OnInBandRingToneChanged(const BluetoothRemoteDevice &device, int status) in OnInBandRingToneChanged()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
Dbluetooth_hfp_hf_server.cpp37 void OnConnectionStateChanged(const RawAddress& device, int state) override in OnConnectionStateChanged()
46 void OnScoStateChanged(const RawAddress& device, int state) override in OnScoStateChanged()
54 void OnCallChanged(const RawAddress& device, const HandsFreeUnitCalls& call) override in OnCallChanged()
62 void OnSignalStrengthChanged(const RawAddress& device, int signal) override in OnSignalStrengthChanged()
70 void OnRegistrationStatusChanged(const RawAddress& device, int status) override in OnRegistrationStatusChanged()
78 void OnRoamingStatusChanged(const RawAddress& device, int status) override in OnRoamingStatusChanged()
86 void OnOperatorSelectionChanged(const RawAddress& device, const std::string& name) override in OnOperatorSelectionChanged()
94 void OnSubscriberNumberChanged(const RawAddress& device, const std::string& number) override in OnSubscriberNumberChanged()
102 void OnVoiceRecognitionStatusChanged(const RawAddress& device, int status) override in OnVoiceRecognitionStatusChanged()
110 void OnInBandRingToneChanged(const RawAddress& device, int status) override in OnInBandRingToneChanged()
[all …]
Dbluetooth_a2dp_source_server.cpp36 void OnConnectionStateChanged(const RawAddress &device, int state) override in OnConnectionStateChanged()
50 void OnPlayingStatusChaned(const RawAddress &device, int playingState, int error) override in OnPlayingStatusChaned()
59 …void OnConfigurationChanged(const RawAddress &device, const A2dpSrcCodecInfo &info, int error) ove… in OnConfigurationChanged()
78 void OnMediaStackChanged(const RawAddress &device, int action) override in OnMediaStackChanged()
189 RawAddress device = GetActiveSinkDevice(); in RegisterObserver() local
212 int32_t BluetoothA2dpSourceServer::Connect(const RawAddress &device) in Connect()
225 int32_t BluetoothA2dpSourceServer::Disconnect(const RawAddress &device) in Disconnect()
235 int BluetoothA2dpSourceServer::GetDeviceState(const RawAddress &device, int &state) in GetDeviceState()
263 int32_t BluetoothA2dpSourceServer::GetPlayingState(const RawAddress &device, int &state) in GetPlayingState()
277 int BluetoothA2dpSourceServer::SetConnectStrategy(const RawAddress &device, int strategy) in SetConnectStrategy()
[all …]
/foundation/communication/bluetooth_service/test/unittest/pbap/
Dpbap_client_test.cpp33 void OnServiceConnectionStateChanged(const BluetoothRemoteDevice &device, int state) {} in OnServiceConnectionStateChanged()
34 void OnServicePasswordRequired(const BluetoothRemoteDevice &device, in OnServicePasswordRequired()
37const BluetoothRemoteDevice &device, int respCode, int actionType, const PbapPhoneBookData &result… in OnActionCompleted()
89 BluetoothRemoteDevice device; variable
105 BluetoothRemoteDevice device; variable
180 BluetoothRemoteDevice device; variable
195 BluetoothRemoteDevice device; variable
211 BluetoothRemoteDevice device; variable
226 BluetoothRemoteDevice device; variable
243 BluetoothRemoteDevice device; variable
[all …]
Dpbap_server_test.cpp33 void OnServiceConnectionStateChanged(const BluetoothRemoteDevice &device, int state) {} in OnServiceConnectionStateChanged()
34 void OnServicePermission(const BluetoothRemoteDevice &device) {} in OnServicePermission()
35 void OnServicePasswordRequired(const BluetoothRemoteDevice &device, in OnServicePasswordRequired()
86 BluetoothRemoteDevice device; variable
158 BluetoothRemoteDevice device; variable
173 BluetoothRemoteDevice device; variable
189 BluetoothRemoteDevice device; variable
204 BluetoothRemoteDevice device; variable
220 BluetoothRemoteDevice device; variable
/foundation/communication/nfc/services/include/
Dbt_connection_manager.h69 void OnDiscoveryResult(const Bluetooth::BluetoothRemoteDevice &device, in OnDiscoveryResult()
71 void OnPairRequested(const Bluetooth::BluetoothRemoteDevice &device) override {}; in OnPairRequested()
72 …void OnPairConfirmed(const Bluetooth::BluetoothRemoteDevice &device, int reqType, int number) over… in OnPairConfirmed()
82 void OnAclStateChanged(const Bluetooth::BluetoothRemoteDevice &device, in OnAclStateChanged()
85 void OnRemoteUuidChanged(const Bluetooth::BluetoothRemoteDevice &device, in OnRemoteUuidChanged()
87 void OnRemoteNameChanged(const Bluetooth::BluetoothRemoteDevice &device, in OnRemoteNameChanged()
89 void OnRemoteAliasChanged(const Bluetooth::BluetoothRemoteDevice &device, in OnRemoteAliasChanged()
91 void OnRemoteCodChanged(const Bluetooth::BluetoothRemoteDevice &device, in OnRemoteCodChanged()
93 …void OnRemoteBatteryLevelChanged(const Bluetooth::BluetoothRemoteDevice &device, int batteryLevel)… in OnRemoteBatteryLevelChanged()
94 …void OnReadRemoteRssiEvent(const Bluetooth::BluetoothRemoteDevice &device, int rssi, int status) o… in OnReadRemoteRssiEvent()
[all …]
/foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/
Dnn_backend_test.cpp80 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); variable
108 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); variable
129 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); variable
152 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); variable
178 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); variable
219 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); variable
239 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); variable
274 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); variable
294 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); variable
330 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); variable
[all …]
/foundation/communication/bluetooth/frameworks/js/napi/include/
Dnapi_bluetooth_hfp_hf_observer.h34 … void OnCallChanged(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) override{} in OnCallChanged()
35 void OnSignalStrengthChanged(const BluetoothRemoteDevice &device, int signal) override{} in OnSignalStrengthChanged()
36 void OnRegistrationStatusChanged(const BluetoothRemoteDevice &device, int status) override{} in OnRegistrationStatusChanged()
37 void OnRoamingStatusChanged(const BluetoothRemoteDevice &device, int status) override{} in OnRoamingStatusChanged()
38 …void OnOperatorSelectionChanged(const BluetoothRemoteDevice &device, const std::string &name) over… in OnOperatorSelectionChanged()
39 …void OnSubscriberNumberChanged(const BluetoothRemoteDevice &device, const std::string &number) ove… in OnSubscriberNumberChanged()
40 void OnVoiceRecognitionStatusChanged(const BluetoothRemoteDevice &device, int status) override{} in OnVoiceRecognitionStatusChanged()
41 void OnInBandRingToneChanged(const BluetoothRemoteDevice &device, int status) override{} in OnInBandRingToneChanged()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
Dnapi_bluetooth_remote_device_observer.cpp34 const BluetoothRemoteDevice &device, int state, unsigned int reason) in OnAclStateChanged()
37 void NapiBluetoothRemoteDeviceObserver::OnPairStatusChanged(const BluetoothRemoteDevice &device, in… in OnPairStatusChanged()
48 const BluetoothRemoteDevice &device, const std::vector<ParcelUuid> &uuids) in OnRemoteUuidChanged()
54 const BluetoothRemoteDevice &device, const std::string &deviceName) in OnRemoteNameChanged()
60 const BluetoothRemoteDevice &device, const std::string &alias) in OnRemoteAliasChanged()
66 const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) in OnRemoteCodChanged()
72 const BluetoothRemoteDevice &device, int batteryLevel) in OnRemoteBatteryLevelChanged()
78 const BluetoothRemoteDevice &device, const DeviceBatteryInfo &batteryInfo) in OnRemoteBatteryChanged()
85 const BluetoothRemoteDevice &device, int rssi, int status) in OnReadRemoteRssiEvent()
/foundation/communication/ipc/services/dbinder/test/unittest/
Ddbinder_service_stub_unittest.cpp70 const std::string device = "deviceTest"; variable
85 const std::string device = "deviceTest"; variable
100 const std::string device = ""; variable
115 const std::string device = "deviceTest"; variable
131 const std::string device = "deviceTest"; variable
146 const std::string device = "deviceTest"; variable
161 const std::string device = "deviceTest"; variable
176 const std::string device; variable
191 const std::string device = "deviceTest"; variable
206 const std::string device = "deviceTest"; variable
[all …]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
Dsubscribe_manager.cpp22 void SubscribeManager::ClearRemoteSubscribeQuery(const std::string &device) in ClearRemoteSubscribeQuery()
35 void SubscribeManager::ClearLocalSubscribeQuery(const std::string &device) in ClearLocalSubscribeQuery()
42 int SubscribeManager::ReserveRemoteSubscribeQuery(const std::string &device, const QuerySyncObject … in ReserveRemoteSubscribeQuery()
51 int SubscribeManager::ActiveRemoteSubscribeQuery(const std::string &device, const QuerySyncObject &… in ActiveRemoteSubscribeQuery()
60 int SubscribeManager::ReserveLocalSubscribeQuery(const std::string &device, const QuerySyncObject &… in ReserveLocalSubscribeQuery()
69 int SubscribeManager::ActiveLocalSubscribeQuery(const std::string &device, const QuerySyncObject &q… in ActiveLocalSubscribeQuery()
85 void SubscribeManager::DeleteLocalSubscribeQuery(const std::string &device, const QuerySyncObject &… in DeleteLocalSubscribeQuery()
92 void SubscribeManager::DeleteRemoteSubscribeQuery(const std::string &device, const QuerySyncObject … in DeleteRemoteSubscribeQuery()
99 void SubscribeManager::PutLocalUnFinishedSubQueries(const std::string &device, in PutLocalUnFinishedSubQueries()
136 void SubscribeManager::RemoveRemoteSubscribeQuery(const std::string &device, const QuerySyncObject … in RemoveRemoteSubscribeQuery()
[all …]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
Dgroup_formed_state_test.cpp65 WifiP2pDevice device; in AddDeviceStateMachine() local
74 WifiP2pDevice device; in AddDeviceManager() local
101 WifiP2pDevice device; variable
116 WifiP2pDevice device; variable
125 WifiP2pDevice device; variable
138 WifiP2pDevice device; variable
147 WifiP2pDevice device; variable
158 WifiP2pDevice device; variable
233 WifiP2pDevice device; variable
245 WifiP2pDevice device; variable
[all …]
Dwifi_p2p_device_manager_test.cpp68 WifiP2pDevice device; variable
98 WifiP2pDevice device; variable
108 WifiP2pDevice device; variable
123 WifiP2pDevice device; variable
130 WifiP2pDevice device; variable
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
Dbluetooth_device_manager.cpp103 BluetoothRemoteDevice device; in SendUserSelectionEvent() local
123 bool IsBTWearDetectionEnable(const BluetoothRemoteDevice &device) in IsBTWearDetectionEnable()
134 DeviceCategory GetDeviceCategory(const BluetoothRemoteDevice &device) in GetDeviceCategory()
149 void MediaBluetoothDeviceManager::SetMediaStack(const BluetoothRemoteDevice &device, int action) in SetMediaStack()
194 void MediaBluetoothDeviceManager::HandleConnectingDevice(const BluetoothRemoteDevice &device) in HandleConnectingDevice()
202 void MediaBluetoothDeviceManager::HandleConnectDevice(const BluetoothRemoteDevice &device) in HandleConnectDevice()
242 void MediaBluetoothDeviceManager::HandleDisconnectDevice(const BluetoothRemoteDevice &device) in HandleDisconnectDevice()
261 void MediaBluetoothDeviceManager::HandleWearDevice(const BluetoothRemoteDevice &device) in HandleWearDevice()
283 void MediaBluetoothDeviceManager::HandleUnwearDevice(const BluetoothRemoteDevice &device) in HandleUnwearDevice()
304 void MediaBluetoothDeviceManager::HandleEnableDevice(const BluetoothRemoteDevice &device) in HandleEnableDevice()
[all …]
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
Dbluetooth_hfp_hf_proxy.cpp21 bool BluetoothHfpHfProxy::ConnectSco(const BluetoothRawAddress &device) in ConnectSco()
37 bool BluetoothHfpHfProxy::DisconnectSco(const BluetoothRawAddress &device) in DisconnectSco()
77 int BluetoothHfpHfProxy::GetDeviceState(const BluetoothRawAddress &device) in GetDeviceState()
93 int BluetoothHfpHfProxy::GetScoState(const BluetoothRawAddress &device) in GetScoState()
109 bool BluetoothHfpHfProxy::SendDTMFTone(const BluetoothRawAddress &device, uint8_t code) in SendDTMFTone()
125 int BluetoothHfpHfProxy::Connect(const BluetoothRawAddress &device) in Connect()
141 int BluetoothHfpHfProxy::Disconnect(const BluetoothRawAddress &device) in Disconnect()
157 bool BluetoothHfpHfProxy::OpenVoiceRecognition(const BluetoothRawAddress &device) in OpenVoiceRecognition()
173 bool BluetoothHfpHfProxy::CloseVoiceRecognition(const BluetoothRawAddress &device) in CloseVoiceRecognition()
189 int BluetoothHfpHfProxy::GetCurrentCallList(const BluetoothRawAddress &device, std::vector<Bluetoot… in GetCurrentCallList()
[all …]

12345678910>>...28