Home
last modified time | relevance | path

Searched refs:expectSuccess (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/gatekeeper/1.0/vts/functional/
DVtsHalGatekeeperV1_0TargetTest.cpp137 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/
Dwifi_chip_hidl_test.cpp60 ChipModeId configureChipForIfaceType(IfaceType type, bool expectSuccess) { in configureChipForIfaceType() argument
62 EXPECT_EQ(expectSuccess, in configureChipForIfaceType()
/hardware/interfaces/wifi/1.4/vts/functional/
Dwifi_chip_hidl_test.cpp119 ChipModeId configureChipForIfaceType(IfaceType type, bool expectSuccess) { in configureChipForIfaceType() argument
121 EXPECT_EQ(expectSuccess, in configureChipForIfaceType()
/hardware/interfaces/wifi/1.5/vts/functional/
Dwifi_chip_hidl_ap_test.cpp72 ChipModeId configureChipForIfaceType(IfaceType type, bool expectSuccess) { in configureChipForIfaceType() argument
74 EXPECT_EQ(expectSuccess, in configureChipForIfaceType()
Dwifi_chip_hidl_test.cpp69 ChipModeId configureChipForIfaceType(IfaceType type, bool expectSuccess) { in configureChipForIfaceType() argument
71 EXPECT_EQ(expectSuccess, in configureChipForIfaceType()
/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_chip_hidl_nan_test.cpp61 ChipModeId configureChipForIfaceType(IfaceType type, bool expectSuccess) { in configureChipForIfaceType() argument
63 EXPECT_EQ(expectSuccess, in configureChipForIfaceType()
Dwifi_chip_hidl_ap_test.cpp62 ChipModeId configureChipForIfaceType(IfaceType type, bool expectSuccess) { in configureChipForIfaceType() argument
64 EXPECT_EQ(expectSuccess, in configureChipForIfaceType()
Dwifi_chip_hidl_test.cpp86 ChipModeId configureChipForIfaceType(IfaceType type, bool expectSuccess) { in configureChipForIfaceType() argument
88 EXPECT_EQ(expectSuccess, in configureChipForIfaceType()
/hardware/interfaces/identity/aidl/vts/
DUtil.cpp140 bool expectSuccess) { in addEntry() argument
147 if (expectSuccess) { in addEntry()
161 if (expectSuccess) { in addEntry()
DUtil.h111 bool expectSuccess);
DReaderAuthTests.cpp65 const vector<vector<uint8_t>>& readerCertChain, bool expectSuccess,
233 bool expectSuccess, in retrieveData() argument
344 if (expectSuccess) { in retrieveData()