Searched refs:pswd2 (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/modules/adb/pairing_connection/tests/ |
H A D | pairing_connection_test.cpp | 374 std::vector<uint8_t> pswd2{0x01, 0x03, 0x05, 0x06}; in TEST_F() local 375 InitPairing(pswd, pswd2); in TEST_F() 402 std::vector<uint8_t> pswd2{0x01, 0x03, 0x05, 0x06}; in TEST_F() local 420 auto client = CreateClient(pswd2); in TEST_F() 447 std::vector<uint8_t> pswd2{0x01, 0x03, 0x05, 0x06}; in TEST_F() local 466 auto client = CreateClient((good_client ? pswd : pswd2)); in TEST_F()
|
/aosp12/packages/modules/adb/client/pairing/tests/ |
H A D | pairing_connection_test.cpp | 253 std::vector<uint8_t> pswd2{0x01, 0x03, 0x05, 0x06}; in TEST_F() local 254 initPairing(pswd, pswd2); in TEST_F() 301 std::vector<uint8_t> pswd2{0x01, 0x03, 0x05, 0x06}; in TEST_F() local 332 auto client = createClient(pswd2); in TEST_F() 363 std::vector<uint8_t> pswd2{0x01, 0x03, 0x05, 0x06}; in TEST_F() local 439 client = createClient(pswd2); in TEST_F()
|