Searched refs:rets (Results 1 - 2 of 2) sorted by relevance
/developtools/integration_verification/DeployDevice/src/aw/Telnet/ |
H A D | TelnetClient.py | 32 rets = self.device.read_until(endwaittag, timeout) 33 logger.info("cmd result: %s" % rets) 34 if (endwaittag in rets) or not rets: 38 rets = self.sendCmdAndCheckResult(username.encode('utf-8'), 'Password:', timeout) 39 if rets == False: 42 rets = self.sendCmdAndCheckResult(password.encode('utf-8'), endwaittag, timeout) 43 if rets == False: 51 rets = self.device.read_until(endtag.encode('utf-8'), timeout) 52 return rets [all...] |
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/ |
H A D | hap_verify_test.cpp | 344 int rets = verify.GetProfileContent(profile, ret); in HWTEST_F() local 345 EXPECT_EQ(rets, -1); in HWTEST_F() 358 int rets = verify.GetProfileContent(profile, ret); in HWTEST_F() local 359 EXPECT_EQ(rets, -1); in HWTEST_F() 553 int rets = verify.GetProfileContent(profile, ret); in HWTEST_F() local 554 EXPECT_EQ(rets, -1); in HWTEST_F() 567 int rets = verify.GetProfileContent(profile, ret); in HWTEST_F() local 568 EXPECT_EQ(rets, -1); in HWTEST_F()
|
Completed in 2 milliseconds