Home
last modified time | relevance | path

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

12345678910>>...24

/foundation/communication/bluetooth_service/test/unittest/hfp/
Dhfp_hf_test.cpp34 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state) {} 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) {} 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.cpp77 auto* device = testDevice_.GetDevice(); variable
118 auto* device = testDevice_.GetDevice(); variable
181 auto* device = testDevice_.GetDevice(); variable
197 auto* device = testDevice_.GetDevice(); variable
213 auto* device = testDevice_.GetDevice(); variable
229 auto* device = testDevice_.GetDevice(); variable
250 auto* device = testDevice_.GetDevice(); variable
278 auto* device = testDevice_.GetDevice(); variable
296 auto* device = testDevice_.GetDevice(); variable
322 auto* device = testDevice_.GetDevice(); variable
[all …]
/foundation/communication/bluetooth_service/test/unittest/avrcp/
Davrcp_ct_test.cpp31 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state){} 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){} 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){} 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_hfp_ag.h65 virtual void OnConnectionStateChanged(const RawAddress &device, int state) in OnConnectionStateChanged()
75 virtual void OnScoStateChanged(const RawAddress &device, int state) in OnScoStateChanged()
84 virtual void OnActiveDeviceChanged(const RawAddress &device) in OnActiveDeviceChanged()
94 virtual void OnHfEnhancedDriverSafetyChanged(const RawAddress &device, int indValue) in OnHfEnhancedDriverSafetyChanged()
104 virtual void OnHfBatteryLevelChanged(const RawAddress &device, int indValue) in OnHfBatteryLevelChanged()
114 virtual void OnHfpStackChanged(const RawAddress &device, int action) in OnHfpStackChanged()
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/interfaces/inner_api/include/
Dbluetooth_hfp_hf.h62 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state) in OnConnectionStateChanged()
72 virtual void OnScoStateChanged(const BluetoothRemoteDevice &device, int state) in OnScoStateChanged()
82 virtual void OnCallChanged(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) in OnCallChanged()
92 virtual void OnSignalStrengthChanged(const BluetoothRemoteDevice &device, int signal) in OnSignalStrengthChanged()
102 virtual void OnRegistrationStatusChanged(const BluetoothRemoteDevice &device, int status) in OnRegistrationStatusChanged()
112 virtual void OnRoamingStatusChanged(const BluetoothRemoteDevice &device, int status) in OnRoamingStatusChanged()
122 …virtual void OnOperatorSelectionChanged(const BluetoothRemoteDevice &device, const std::string &na… in OnOperatorSelectionChanged()
132 …virtual void OnSubscriberNumberChanged(const BluetoothRemoteDevice &device, const std::string &num… in OnSubscriberNumberChanged()
142 virtual void OnVoiceRecognitionStatusChanged(const BluetoothRemoteDevice &device, int status) in OnVoiceRecognitionStatusChanged()
152 virtual void OnInBandRingToneChanged(const BluetoothRemoteDevice &device, int status) in OnInBandRingToneChanged()
Dbluetooth_hfp_ag.h62 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int32_t state) in OnConnectionStateChanged()
72 virtual void OnScoStateChanged(const BluetoothRemoteDevice &device, int32_t state) in OnScoStateChanged()
81 virtual void OnActiveDeviceChanged(const BluetoothRemoteDevice &device) in OnActiveDeviceChanged()
91 …virtual void OnHfEnhancedDriverSafetyChanged(const BluetoothRemoteDevice &device, int32_t indValue) in OnHfEnhancedDriverSafetyChanged()
101 virtual void OnHfpStackChanged(const BluetoothRemoteDevice &device, int32_t action) in OnHfpStackChanged()
/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) {} 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_service/services/bluetooth/server/src/
Dbluetooth_hfp_hf_server.cpp37 void OnConnectionStateChanged(const RawAddress& device, int state) override in OnConnectionStateChanged()
45 void OnScoStateChanged(const RawAddress& device, int state) override in OnScoStateChanged()
53 void OnCallChanged(const RawAddress& device, const HandsFreeUnitCalls& call) override in OnCallChanged()
61 void OnSignalStrengthChanged(const RawAddress& device, int signal) override in OnSignalStrengthChanged()
69 void OnRegistrationStatusChanged(const RawAddress& device, int status) override in OnRegistrationStatusChanged()
77 void OnRoamingStatusChanged(const RawAddress& device, int status) override in OnRoamingStatusChanged()
85 void OnOperatorSelectionChanged(const RawAddress& device, const std::string& name) override in OnOperatorSelectionChanged()
93 void OnSubscriberNumberChanged(const RawAddress& device, const std::string& number) override in OnSubscriberNumberChanged()
101 void OnVoiceRecognitionStatusChanged(const RawAddress& device, int status) override in OnVoiceRecognitionStatusChanged()
109 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()
49 void OnPlayingStatusChaned(const RawAddress &device, int playingState, int error) override in OnPlayingStatusChaned()
58 …void OnConfigurationChanged(const RawAddress &device, const A2dpSrcCodecInfo &info, int error) ove… in OnConfigurationChanged()
77 void OnMediaStackChanged(const RawAddress &device, int action) override in OnMediaStackChanged()
188 RawAddress device = GetActiveSinkDevice(); in RegisterObserver() local
210 int32_t BluetoothA2dpSourceServer::Connect(const RawAddress &device) in Connect()
223 int32_t BluetoothA2dpSourceServer::Disconnect(const RawAddress &device) in Disconnect()
233 int BluetoothA2dpSourceServer::GetDeviceState(const RawAddress &device, int &state) in GetDeviceState()
261 int32_t BluetoothA2dpSourceServer::GetPlayingState(const RawAddress &device, int &state) in GetPlayingState()
275 int BluetoothA2dpSourceServer::SetConnectStrategy(const RawAddress &device, int strategy) in SetConnectStrategy()
[all …]
Dbluetooth_hfp_ag_server.cpp41 void OnConnectionStateChanged(const RawAddress& device, int state) override in OnConnectionStateChanged()
54 void OnScoStateChanged(const RawAddress& device, int state) override in OnScoStateChanged()
62 void OnActiveDeviceChanged(const RawAddress& device) override in OnActiveDeviceChanged()
70 void OnHfEnhancedDriverSafetyChanged(const RawAddress& device, int indValue) override in OnHfEnhancedDriverSafetyChanged()
78 void OnHfpStackChanged(const RawAddress &device, int action) override in OnHfpStackChanged()
175 for (RawAddress device : deviceList) { in GetConnectDevices() local
194 for (RawAddress device : rawDevices) { in GetDevicesByStates() local
200 int32_t BluetoothHfpAgServer::GetDeviceState(const BluetoothRawAddress &device, int32_t &state) in GetDeviceState()
216 int32_t BluetoothHfpAgServer::Connect(const BluetoothRawAddress &device) in Connect()
237 int32_t BluetoothHfpAgServer::Disconnect(const BluetoothRawAddress &device) in Disconnect()
[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/bluetooth/frameworks/js/napi/include/
Dnapi_bluetooth_hfp_hf_observer.h33 … void OnCallChanged(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) override{} in OnCallChanged()
34 void OnSignalStrengthChanged(const BluetoothRemoteDevice &device, int signal) override{} in OnSignalStrengthChanged()
35 void OnRegistrationStatusChanged(const BluetoothRemoteDevice &device, int status) override{} in OnRegistrationStatusChanged()
36 void OnRoamingStatusChanged(const BluetoothRemoteDevice &device, int status) override{} in OnRoamingStatusChanged()
37 …void OnOperatorSelectionChanged(const BluetoothRemoteDevice &device, const std::string &name) over… in OnOperatorSelectionChanged()
38 …void OnSubscriberNumberChanged(const BluetoothRemoteDevice &device, const std::string &number) ove… in OnSubscriberNumberChanged()
39 void OnVoiceRecognitionStatusChanged(const BluetoothRemoteDevice &device, int status) override{} in OnVoiceRecognitionStatusChanged()
40 void OnInBandRingToneChanged(const BluetoothRemoteDevice &device, int status) override{} in OnInBandRingToneChanged()
/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/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/multimedia/audio_framework/frameworks/native/bluetoothclient/
Dbluetooth_device_manager.cpp74 BluetoothRemoteDevice device; in SendUserSelectionEvent() local
94 void MediaBluetoothDeviceManager::SetMediaStack(const BluetoothRemoteDevice &device, int action) in SetMediaStack()
130 void MediaBluetoothDeviceManager::HandleConnectDevice(const BluetoothRemoteDevice &device) in HandleConnectDevice()
181 void MediaBluetoothDeviceManager::HandleDisconnectDevice(const BluetoothRemoteDevice &device) in HandleDisconnectDevice()
200 void MediaBluetoothDeviceManager::HandleWearDevice(const BluetoothRemoteDevice &device) in HandleWearDevice()
222 void MediaBluetoothDeviceManager::HandleUnwearDevice(const BluetoothRemoteDevice &device) in HandleUnwearDevice()
243 void MediaBluetoothDeviceManager::HandleEnableDevice(const BluetoothRemoteDevice &device) in HandleEnableDevice()
259 void MediaBluetoothDeviceManager::HandleDisableDevice(const BluetoothRemoteDevice &device) in HandleDisableDevice()
275 void MediaBluetoothDeviceManager::HandleWearEnable(const BluetoothRemoteDevice &device) in HandleWearEnable()
302 void MediaBluetoothDeviceManager::HandleWearDisable(const BluetoothRemoteDevice &device) in HandleWearDisable()
[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 …]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
Dgatt_connection_observer.h26 virtual void OnConnect(const GattDevice &device, uint16_t connectionHandle, int ret) in OnConnect()
28 virtual void OnDisconnect(const GattDevice &device, uint16_t connectionHandle, int ret) in OnDisconnect()
30 virtual void OnConnectionChanged(const GattDevice &device, uint16_t connectionHandle, int state) in OnConnectionChanged()
33 const GattDevice &device, int interval, int latency, int timeout, int status) in OnConnectionParameterChanged()
36 virtual void OnReconnect(const GattDevice &device, uint16_t connectionHandle, int ret) in OnReconnect()
39 virtual void OnDisconnectInter(const GattDevice &device, uint16_t connectionHandle, int ret) in OnDisconnectInter()

12345678910>>...24