Searched refs:expectSuccess (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/gatekeeper/1.0/vts/functional/ |
D | VtsHalGatekeeperV1_0TargetTest.cpp | 137 void checkEnroll(GatekeeperResponse &rsp, bool expectSuccess) { in checkEnroll() argument 138 if (expectSuccess) { in checkEnroll() 149 bool expectSuccess) { in checkVerify() argument 150 if (expectSuccess) { in checkVerify() 164 bool expectSuccess) { in enrollNewPassword() argument 168 checkEnroll(rsp, expectSuccess); in enrollNewPassword() 173 GatekeeperResponse &verifyRsp, bool expectSuccess) { in verifyPassword() argument 182 checkVerify(verifyRsp, challenge, expectSuccess); in verifyPassword()
|
/hardware/interfaces/wifi/1.3/vts/functional/ |
D | wifi_chip_hidl_test.cpp | 55 ChipModeId configureChipForIfaceType(IfaceType type, bool expectSuccess) { in configureChipForIfaceType() argument 57 EXPECT_EQ(expectSuccess, in configureChipForIfaceType()
|
/hardware/interfaces/identity/aidl/vts/ |
D | VtsIdentityTestUtils.cpp | 132 bool expectSuccess) { in addEntry() argument 139 if (expectSuccess) { in addEntry() 153 if (expectSuccess) { in addEntry()
|
D | UserAuthTests.cpp | 68 bool expectSuccess, bool useSessionTranscript); 190 bool expectSuccess, bool useSessionTranscript) { in retrieveData() argument 238 if (expectSuccess) { in retrieveData()
|
D | VtsIdentityTestUtils.h | 110 bool expectSuccess);
|
D | ReaderAuthTests.cpp | 65 const vector<vector<uint8_t>>& readerCertChain, bool expectSuccess, 233 bool expectSuccess, in retrieveData() argument 344 if (expectSuccess) { in retrieveData()
|
/hardware/interfaces/wifi/1.0/vts/functional/ |
D | wifi_chip_hidl_test.cpp | 82 ChipModeId configureChipForIfaceType(IfaceType type, bool expectSuccess) { in configureChipForIfaceType() argument 84 EXPECT_EQ(expectSuccess, in configureChipForIfaceType()
|