Home
last modified time | relevance | path

Searched refs:bluetoothRemoteDeviceAddr (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/test/unittest/hid/
H A Dhid_host_test.cpp51 std::vector<std::string> bluetoothRemoteDeviceAddr);
78 std::vector<std::string> bluetoothRemoteDeviceAddr) in CompareDevice()
80 if (bluetoothRemoteDeviceByState.size() != bluetoothRemoteDeviceAddr.size()) { in CompareDevice()
84 if (bluetoothRemoteDeviceByState[i].GetDeviceAddr().compare(bluetoothRemoteDeviceAddr[i]) != 0) { in CompareDevice()
104 std::vector<std::string> bluetoothRemoteDeviceAddr; in HWTEST_F() local
107 EXPECT_TRUE(CompareDevice(devices, bluetoothRemoteDeviceAddr)); in HWTEST_F()
77 CompareDevice(std::vector<BluetoothRemoteDevice> bluetoothRemoteDeviceByState, std::vector<std::string> bluetoothRemoteDeviceAddr) CompareDevice() argument
/foundation/communication/bluetooth_service/test/unittest/pan/
H A Dpan_test.cpp50 std::vector<std::string> bluetoothRemoteDeviceAddr);
76 std::vector<std::string> bluetoothRemoteDeviceAddr) in CompareDevice()
78 if (bluetoothRemoteDeviceByState.size() != bluetoothRemoteDeviceAddr.size()) { in CompareDevice()
82 if (bluetoothRemoteDeviceByState[i].GetDeviceAddr().compare(bluetoothRemoteDeviceAddr[i]) != 0) { in CompareDevice()
102 std::vector<std::string> bluetoothRemoteDeviceAddr; in HWTEST_F() local
105 EXPECT_TRUE(CompareDevice(devices, bluetoothRemoteDeviceAddr)); in HWTEST_F()
75 CompareDevice(std::vector<BluetoothRemoteDevice> bluetoothRemoteDeviceByState, std::vector<std::string> bluetoothRemoteDeviceAddr) CompareDevice() argument
/foundation/communication/bluetooth_service/test/unittest/opp/
H A Dopp_test.cpp52 std::vector<std::string> bluetoothRemoteDeviceAddr);
81 std::vector<std::string> bluetoothRemoteDeviceAddr) in CompareDevice()
83 if (bluetoothRemoteDeviceByState.size() != bluetoothRemoteDeviceAddr.size()) { in CompareDevice()
87 if (bluetoothRemoteDeviceByState[i].GetDeviceAddr().compare(bluetoothRemoteDeviceAddr[i]) != 0) { in CompareDevice()
130 std::vector<std::string> bluetoothRemoteDeviceAddr; in HWTEST_F() local
132 EXPECT_TRUE(CompareDevice(bluetoothRemoteDeviceByState, bluetoothRemoteDeviceAddr)); in HWTEST_F()
80 CompareDevice(std::vector<BluetoothRemoteDevice> bluetoothRemoteDeviceByState, std::vector<std::string> bluetoothRemoteDeviceAddr) CompareDevice() argument

Completed in 2 milliseconds