Home
last modified time | relevance | path

Searched refs:BluetoothRemoteDevice (Results 1 - 25 of 130) sorted by relevance

123456

/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.h34 bool IsBTWearDetectionEnable(const BluetoothRemoteDevice &device);
41 static void SetMediaStack(const BluetoothRemoteDevice &device, int action);
42 static void HandleConnectingDevice(const BluetoothRemoteDevice &device);
43 static void HandleConnectDevice(const BluetoothRemoteDevice &device);
44 static void HandleDisconnectDevice(const BluetoothRemoteDevice &device);
45 static void HandleWearDevice(const BluetoothRemoteDevice &device);
46 static void HandleUnwearDevice(const BluetoothRemoteDevice &device);
47 static void HandleEnableDevice(const BluetoothRemoteDevice &device);
48 static void HandleDisableDevice(const BluetoothRemoteDevice &device);
49 static void HandleWearEnable(const BluetoothRemoteDevice
[all...]
H A Daudio_bluetooth_manager.h39 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause);
40 virtual void OnConfigurationChanged(const BluetoothRemoteDevice &device, const A2dpCodecInfo &info, int error);
41 virtual void OnPlayingStatusChanged(const BluetoothRemoteDevice &device, int playingState, int error);
42 virtual void OnMediaStackChanged(const BluetoothRemoteDevice &device, int action);
80 static BluetoothRemoteDevice GetCurrentActiveA2dpDevice() in GetCurrentActiveA2dpDevice()
89 static BluetoothRemoteDevice activeA2dpDevice_;
99 void OnScoStateChanged(const BluetoothRemoteDevice &device, int state, int reason);
100 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause);
101 void OnActiveDeviceChanged(const BluetoothRemoteDevice &device) {} in OnActiveDeviceChanged()
102 void OnHfEnhancedDriverSafetyChanged(const BluetoothRemoteDevice in OnActiveDeviceChanged()
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A 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 &name) in OnOperatorSelectionChanged()
134 virtual void OnSubscriberNumberChanged(const BluetoothRemoteDevice &device, const std::string &number) in OnSubscriberNumberChanged()
144 virtual void OnVoiceRecognitionStatusChanged(const BluetoothRemoteDevice &device, int status) in OnVoiceRecognitionStatusChanged()
154 virtual void OnInBandRingToneChanged(const BluetoothRemoteDevice
[all...]
H A Dbluetooth_a2dp_src.h60 virtual void OnPlayingStatusChanged(const BluetoothRemoteDevice &device, int playingState, int error) in OnPlayingStatusChanged()
71 virtual void OnConfigurationChanged(const BluetoothRemoteDevice &device, const A2dpCodecInfo &info, int error) in OnConfigurationChanged()
81 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged()
90 virtual void OnMediaStackChanged(const BluetoothRemoteDevice &device, int action) in OnMediaStackChanged()
149 int GetDevicesByStates(const std::vector<int> &states, std::vector<BluetoothRemoteDevice> &devices) const;
162 int GetDeviceState(const BluetoothRemoteDevice &device, int &state) const;
172 int GetPlayingState(const BluetoothRemoteDevice &device) const;
182 int GetPlayingState(const BluetoothRemoteDevice &device, int &state) const;
193 int32_t Connect(const BluetoothRemoteDevice &device);
203 int32_t Disconnect(const BluetoothRemoteDevice
[all...]
H A Dbluetooth_hfp_ag.h64 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int32_t state, int32_t cause) in OnConnectionStateChanged()
75 virtual void OnScoStateChanged(const BluetoothRemoteDevice &device, int32_t state, int32_t reason) in OnScoStateChanged()
84 virtual void OnActiveDeviceChanged(const BluetoothRemoteDevice &device) in OnActiveDeviceChanged()
94 virtual void OnHfEnhancedDriverSafetyChanged(const BluetoothRemoteDevice &device, int32_t indValue) in OnHfEnhancedDriverSafetyChanged()
104 virtual void OnHfpStackChanged(const BluetoothRemoteDevice &device, int32_t action) in OnHfpStackChanged()
147 int32_t GetConnectedDevices(std::vector<BluetoothRemoteDevice>& devices);
156 std::vector<BluetoothRemoteDevice> GetDevicesByStates(std::vector<int> states);
165 int32_t GetDeviceState(const BluetoothRemoteDevice &device, int32_t &state);
174 int32_t Connect(const BluetoothRemoteDevice &device);
183 int32_t Disconnect(const BluetoothRemoteDevice
[all...]
H A Dbluetooth_a2dp_snk.h56 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged()
82 std::vector<BluetoothRemoteDevice> GetDevicesByStates(std::vector<int> states) const;
95 int GetDeviceState(const BluetoothRemoteDevice &device) const;
105 int GetPlayingState(const BluetoothRemoteDevice &device) const;
116 int GetPlayingState(const BluetoothRemoteDevice &device, int &state) const;
127 bool Connect(const BluetoothRemoteDevice &device);
137 bool Disconnect(const BluetoothRemoteDevice &device);
150 bool SetConnectStrategy(const BluetoothRemoteDevice &device, int strategy);
160 int GetConnectStrategy(const BluetoothRemoteDevice &device) const;
170 bool SendDelay(const BluetoothRemoteDevice
[all...]
H A Dbluetooth_gatt_server.h62 virtual void OnConnectionStateUpdate(const BluetoothRemoteDevice &device, int state) = 0;
85 const BluetoothRemoteDevice &device, GattCharacteristic &characteristic, int requestId) in OnCharacteristicReadRequest()
98 const BluetoothRemoteDevice &device, GattCharacteristic &characteristic, int requestId) in OnCharacteristicWriteRequest()
110 virtual void OnDescriptorReadRequest(const BluetoothRemoteDevice &device, GattDescriptor &descriptor, int requestId) in OnDescriptorReadRequest()
123 const BluetoothRemoteDevice &device, GattDescriptor &descriptor, int requestId) in OnDescriptorWriteRequest()
134 virtual void OnMtuUpdate(const BluetoothRemoteDevice &device, int mtu) in OnMtuUpdate()
143 virtual void OnNotificationCharacteristicChanged(const BluetoothRemoteDevice &device, int result) in OnNotificationCharacteristicChanged()
157 const BluetoothRemoteDevice &device, int interval, int latency, int timeout, int status) in OnConnectionParameterChanged()
248 const BluetoothRemoteDevice &device, const GattCharacteristic &characteristic, bool confirm);
263 const BluetoothRemoteDevice
[all...]
H A Dbluetooth_pbap_pse.h48 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int32_t state, int32_t cause) in OnConnectionStateChanged()
86 int32_t GetDevicesByStates(const std::vector<int32_t> &states, std::vector<BluetoothRemoteDevice> &result) const;
95 int32_t GetDeviceState(const BluetoothRemoteDevice &device, int32_t &state) const;
103 int32_t Disconnect(const BluetoothRemoteDevice &device);
112 int32_t SetConnectionStrategy(const BluetoothRemoteDevice &device, int32_t strategy);
121 int32_t GetConnectionStrategy(const BluetoothRemoteDevice &device, int32_t &strategy) const;
130 int32_t SetShareType(const BluetoothRemoteDevice &device, int32_t shareType);
139 int32_t GetShareType(const BluetoothRemoteDevice &device, int32_t &shareType) const;
148 int32_t SetPhoneBookAccessAuthorization(const BluetoothRemoteDevice &device, int32_t accessAuthorization);
157 int32_t GetPhoneBookAccessAuthorization(const BluetoothRemoteDevice
[all...]
H A Dbluetooth_host.h98 const BluetoothRemoteDevice &device, int rssi, const std::string deviceName, int deviceClass) = 0;
106 virtual void OnPairRequested(const BluetoothRemoteDevice &device) = 0;
116 virtual void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) = 0;
165 virtual void OnAclStateChanged(const BluetoothRemoteDevice &device, int state, unsigned int reason) = 0;
175 virtual void OnPairStatusChanged(const BluetoothRemoteDevice &device, int status, int cause) = 0;
184 virtual void OnRemoteUuidChanged(const BluetoothRemoteDevice &device, const std::vector<ParcelUuid> &uuids) = 0;
193 virtual void OnRemoteNameChanged(const BluetoothRemoteDevice &device, const std::string &deviceName) = 0;
202 virtual void OnRemoteAliasChanged(const BluetoothRemoteDevice &device, const std::string &alias) = 0;
211 virtual void OnRemoteCodChanged(const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) = 0;
220 virtual void OnRemoteBatteryLevelChanged(const BluetoothRemoteDevice
[all...]
H A Dbluetooth_avrcp_tg.h73 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) = 0;
116 void SetActiveDevice(const BluetoothRemoteDevice &device);
121 * @return The list of the instance of the <b>BluetoothRemoteDevice</b> class.
125 std::vector<BluetoothRemoteDevice> GetConnectedDevices(void);
131 * @return The list of the instance of the <b>BluetoothRemoteDevice</b> class.
135 std::vector<BluetoothRemoteDevice> GetDevicesByStates(std::vector<int> states);
145 int GetDeviceState(const BluetoothRemoteDevice &device);
157 bool Connect(const BluetoothRemoteDevice &device);
169 bool Disconnect(const BluetoothRemoteDevice &device);
285 int32_t SetDeviceAbsoluteVolume(const BluetoothRemoteDevice
[all...]
H A Dbluetooth_map_mse.h48 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int32_t state, int32_t cause) in OnConnectionStateChanged()
86 int32_t GetDevicesByStates(const std::vector<int32_t> &states, std::vector<BluetoothRemoteDevice> &result) const;
95 int32_t GetDeviceState(const BluetoothRemoteDevice &device, int32_t &state) const;
103 int32_t Disconnect(const BluetoothRemoteDevice &device);
112 int32_t SetConnectionStrategy(const BluetoothRemoteDevice &device, int32_t strategy);
121 int32_t GetConnectionStrategy(const BluetoothRemoteDevice &device, int32_t &strategy) const;
130 int32_t SetMessageAccessAuthorization(const BluetoothRemoteDevice &device, int32_t accessAuthorization);
139 int32_t GetMessageAccessAuthorization(const BluetoothRemoteDevice &device, int32_t &accessAuthorization) const;
H A Dbluetooth_avrcp_ct.h447 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) = 0;
457 virtual void OnActionCompleted(const BluetoothRemoteDevice &device, const AvrcpCtResponse &resp) = 0;
496 * @return The list of the instance of the <b>BluetoothRemoteDevice</b> class.
500 std::vector<BluetoothRemoteDevice> GetConnectedDevices(void);
506 * @return The list of the instance of the <b>BluetoothRemoteDevice</b> class.
510 std::vector<BluetoothRemoteDevice> GetDevicesByStates(const std::vector<int> &states);
520 int GetDeviceState(const BluetoothRemoteDevice &device);
532 bool Connect(const BluetoothRemoteDevice &device);
544 bool Disconnect(const BluetoothRemoteDevice &device);
563 int PressButton(const BluetoothRemoteDevice
[all...]
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A 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 &name) {} in OnOperatorSelectionChanged()
41 virtual void OnSubscriberNumberChanged(const BluetoothRemoteDevice &device, const std::string &number) {} in OnSubscriberNumberChanged()
42 virtual void OnVoiceRecognitionStatusChanged(const BluetoothRemoteDevice &device, int status) {} in OnVoiceRecognitionStatusChanged()
43 virtual void OnInBandRingToneChanged(const BluetoothRemoteDevice in OnVoiceRecognitionStatusChanged()
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_hfp_hf_observer.h31 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) override;
32 void OnScoStateChanged(const BluetoothRemoteDevice &device, int state) override;
34 void OnCallChanged(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) override{}
35 void OnSignalStrengthChanged(const BluetoothRemoteDevice &device, int signal) override{}
36 void OnRegistrationStatusChanged(const BluetoothRemoteDevice &device, int status) override{}
37 void OnRoamingStatusChanged(const BluetoothRemoteDevice &device, int status) override{}
38 void OnOperatorSelectionChanged(const BluetoothRemoteDevice &device, const std::string &name) override{}
39 void OnSubscriberNumberChanged(const BluetoothRemoteDevice &device, const std::string &number) override{}
40 void OnVoiceRecognitionStatusChanged(const BluetoothRemoteDevice &device, int status) override{}
41 void OnInBandRingToneChanged(const BluetoothRemoteDevice
[all...]
H A Dnapi_bluetooth_gatt_server_callback.h40 void OnConnectionStateUpdate(const BluetoothRemoteDevice &device, int state) override;
42 void OnCharacteristicReadRequest(const BluetoothRemoteDevice &device,
44 void OnCharacteristicWriteRequest(const BluetoothRemoteDevice &device,
46 void OnDescriptorReadRequest(const BluetoothRemoteDevice &device,
48 void OnDescriptorWriteRequest(const BluetoothRemoteDevice &device,
50 void OnMtuUpdate(const BluetoothRemoteDevice &device, int mtu) override;
51 void OnNotificationCharacteristicChanged(const BluetoothRemoteDevice &device,
53 void OnConnectionParameterChanged(const BluetoothRemoteDevice &device,
H A Dnapi_bluetooth_remote_device_observer.h29 void OnAclStateChanged(const BluetoothRemoteDevice &device, int state, unsigned int reason) override;
30 void OnPairStatusChanged(const BluetoothRemoteDevice &device, int status, int cause) override;
31 void OnRemoteUuidChanged(const BluetoothRemoteDevice &device, const std::vector<ParcelUuid> &uuids) override;
32 void OnRemoteNameChanged(const BluetoothRemoteDevice &device, const std::string &deviceName) override;
33 void OnRemoteAliasChanged(const BluetoothRemoteDevice &device, const std::string &alias) override;
34 void OnRemoteCodChanged(const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) override;
35 void OnRemoteBatteryLevelChanged(const BluetoothRemoteDevice &device, int batteryLevel) override;
36 void OnReadRemoteRssiEvent(const BluetoothRemoteDevice &device, int rssi, int status) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_remote_device_observer.h31 void OnAclStateChanged(const BluetoothRemoteDevice &device, int state, unsigned int reason) override;
32 void OnPairStatusChanged(const BluetoothRemoteDevice &device, int status, int cause) override;
33 void OnRemoteUuidChanged(const BluetoothRemoteDevice &device, const std::vector<ParcelUuid> &uuids) override;
34 void OnRemoteNameChanged(const BluetoothRemoteDevice &device, const std::string &deviceName) override;
35 void OnRemoteAliasChanged(const BluetoothRemoteDevice &device, const std::string &alias) override;
36 void OnRemoteCodChanged(const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) override;
37 void OnRemoteBatteryLevelChanged(const BluetoothRemoteDevice &device, int batteryLevel) override;
38 void OnReadRemoteRssiEvent(const BluetoothRemoteDevice &device, int rssi, int status) override;
39 void OnRemoteBatteryChanged(const BluetoothRemoteDevice &device, const DeviceBatteryInfo &batteryInfo) override;
H A Dnapi_bluetooth_remote_device_observer.cpp34 const BluetoothRemoteDevice &device, int state, unsigned int reason) in OnAclStateChanged()
37 void NapiBluetoothRemoteDeviceObserver::OnPairStatusChanged(const BluetoothRemoteDevice &device, int status, int cause) 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/nfc/services/include/
H A Dbt_connection_manager.h69 void OnDiscoveryResult(const Bluetooth::BluetoothRemoteDevice &device,
71 void OnPairRequested(const Bluetooth::BluetoothRemoteDevice &device) override {};
72 void OnPairConfirmed(const Bluetooth::BluetoothRemoteDevice &device, int reqType, int number) override {};
82 void OnAclStateChanged(const Bluetooth::BluetoothRemoteDevice &device,
84 void OnPairStatusChanged(const Bluetooth::BluetoothRemoteDevice &device, int status, int cause) override;
85 void OnRemoteUuidChanged(const Bluetooth::BluetoothRemoteDevice &device,
87 void OnRemoteNameChanged(const Bluetooth::BluetoothRemoteDevice &device,
89 void OnRemoteAliasChanged(const Bluetooth::BluetoothRemoteDevice &device,
91 void OnRemoteCodChanged(const Bluetooth::BluetoothRemoteDevice &device,
93 void OnRemoteBatteryLevelChanged(const Bluetooth::BluetoothRemoteDevice
[all...]
/foundation/communication/bluetooth_service/test/unittest/map/
H A 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()
42 const BluetoothRemoteDevice &deviceAddress, const MapBMessage &bmsg, MapExecuteStatus status) {} in OnBmessageCompleted()
45 const BluetoothRemoteDevice &deviceAddress, const MessagesListing &listing, MapExecuteStatus status) {} in OnMessagesListingCompleted()
48 const BluetoothRemoteDevice &deviceAddress, const ConversationListing &listing, MapExecuteStatus status) {} in OnConversationListingCompleted()
149 BluetoothRemoteDevice device; in HWTEST_F()
168 BluetoothRemoteDevice device; in HWTEST_F()
187 BluetoothRemoteDevice device; in HWTEST_F()
206 vector<BluetoothRemoteDevice> device in HWTEST_F()
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp35 BluetoothRemoteDevice::BluetoothRemoteDevice(const std::string &addr, const int transport) in BluetoothRemoteDevice() function in OHOS::Bluetooth::BluetoothRemoteDevice
41 int BluetoothRemoteDevice::GetDeviceType() const in GetDeviceType()
53 bool BluetoothRemoteDevice::IsValidBluetoothRemoteDevice() const in IsValidBluetoothRemoteDevice()
64 int BluetoothRemoteDevice::GetTransportType() const in GetTransportType()
69 int BluetoothRemoteDevice::GetPhonebookPermission() const in GetPhonebookPermission()
79 bool BluetoothRemoteDevice::SetPhonebookPermission(int permission) in SetPhonebookPermission()
88 int BluetoothRemoteDevice::GetMessagePermission() const in GetMessagePermission()
97 bool BluetoothRemoteDevice::SetMessagePermission(int permission) in SetMessagePermission()
106 int BluetoothRemoteDevice
[all...]
H A Dbluetooth_hfp_hf.cpp46 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0);
55 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0);
65 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0);
84 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0);
93 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0);
102 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0);
112 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0);
122 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0);
132 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0);
141 BluetoothRemoteDevice remoteDevic
[all...]
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp38 const BluetoothRemoteDevice &device, int rssi, const std::string deviceName, int deviceClass) override{};
39 void OnPairRequested(const BluetoothRemoteDevice &device) override{};
40 void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) override{};
148 BluetoothRemoteDevice device_("00:00:00:00:00:00", BT_TRANSPORT_BREDR); in HWTEST_F()
149 BluetoothRemoteDevice remoteDevice = host_->GetRemoteDevice(device_.GetDeviceAddr(), BT_TRANSPORT_BREDR); in HWTEST_F()
339 std::vector<BluetoothRemoteDevice> remotedeviceList; in HWTEST_F()
356 BluetoothRemoteDevice device_("00:00:00:00:00:00", BT_TRANSPORT_BREDR); in HWTEST_F()
402 BluetoothRemoteDevice device_("00:00:00:00:00:00", BT_TRANSPORT_BREDR); in HWTEST_F()
418 BluetoothRemoteDevice device_("00:00:00:00:00:00", BT_TRANSPORT_BREDR); in HWTEST_F()
434 BluetoothRemoteDevice device in HWTEST_F()
[all...]
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A 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()
96 vector<BluetoothRemoteDevice> devices = profile_->GetConnectedDevices(); in HWTEST_F()
110 BluetoothRemoteDevice device; in HWTEST_F()
155 vector<BluetoothRemoteDevice> devices = profile_->GetDevicesByStates(states); in HWTEST_F()
170 BluetoothRemoteDevice device; in HWTEST_F()
187 BluetoothRemoteDevice device; in HWTEST_F()
204 BluetoothRemoteDevice device; in HWTEST_F()
222 BluetoothRemoteDevice device; in HWTEST_F()
240 BluetoothRemoteDevice devic in HWTEST_F()
[all...]
/foundation/communication/bluetooth_service/test/unittest/pbap/
H A Dpbap_client_test.cpp33 void OnServiceConnectionStateChanged(const BluetoothRemoteDevice &device, int state) {} in OnServiceConnectionStateChanged()
34 void OnServicePasswordRequired(const BluetoothRemoteDevice &device, in OnServicePasswordRequired()
37 const BluetoothRemoteDevice &device, int respCode, int actionType, const PbapPhoneBookData &result) {} in OnActionCompleted()
89 BluetoothRemoteDevice device; in HWTEST_F()
105 BluetoothRemoteDevice device; in HWTEST_F()
148 vector<BluetoothRemoteDevice> devices = profile_->GetConnectedDevices(); in HWTEST_F()
164 vector<BluetoothRemoteDevice> devices = profile_->GetDevicesByStates(states); in HWTEST_F()
180 BluetoothRemoteDevice device; in HWTEST_F()
195 BluetoothRemoteDevice device; in HWTEST_F()
211 BluetoothRemoteDevice devic in HWTEST_F()
[all...]

Completed in 12 milliseconds

123456