Home
last modified time | relevance | path

Searched refs:bluetoothRemoteDeviceByState (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/test/unittest/opp/
H A Dopp_test.cpp51 bool CompareDevice(std::vector<BluetoothRemoteDevice> bluetoothRemoteDeviceByState,
80 bool OppTest::CompareDevice(std::vector<BluetoothRemoteDevice> bluetoothRemoteDeviceByState, in CompareDevice() argument
83 if (bluetoothRemoteDeviceByState.size() != bluetoothRemoteDeviceAddr.size()) { in CompareDevice()
86 for (int i = 0; i < bluetoothRemoteDeviceByState.size(); i++) { in CompareDevice()
87 … if (bluetoothRemoteDeviceByState[i].GetDeviceAddr().compare(bluetoothRemoteDeviceAddr[i]) != 0) { in CompareDevice()
131 …std::vector<BluetoothRemoteDevice> bluetoothRemoteDeviceByState = profile_->GetDevicesByStates(sta… variable
132 EXPECT_TRUE(CompareDevice(bluetoothRemoteDeviceByState, bluetoothRemoteDeviceAddr));
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/hid/
H A Dhid_host_test.cpp50 bool CompareDevice(std::vector<BluetoothRemoteDevice> bluetoothRemoteDeviceByState,
77 bool HidHostTest::CompareDevice(std::vector<BluetoothRemoteDevice> bluetoothRemoteDeviceByState, in CompareDevice() argument
80 if (bluetoothRemoteDeviceByState.size() != bluetoothRemoteDeviceAddr.size()) { in CompareDevice()
83 for (int i = 0; i < bluetoothRemoteDeviceByState.size(); i++) { in CompareDevice()
84 … if (bluetoothRemoteDeviceByState[i].GetDeviceAddr().compare(bluetoothRemoteDeviceAddr[i]) != 0) { in CompareDevice()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/pan/
H A Dpan_test.cpp49 bool CompareDevice(std::vector<BluetoothRemoteDevice> bluetoothRemoteDeviceByState,
75 bool PanTest::CompareDevice(std::vector<BluetoothRemoteDevice> bluetoothRemoteDeviceByState, in CompareDevice() argument
78 if (bluetoothRemoteDeviceByState.size() != bluetoothRemoteDeviceAddr.size()) { in CompareDevice()
81 for (int i = 0; i < bluetoothRemoteDeviceByState.size(); i++) { in CompareDevice()
82 … if (bluetoothRemoteDeviceByState[i].GetDeviceAddr().compare(bluetoothRemoteDeviceAddr[i]) != 0) { in CompareDevice()