Home
last modified time | relevance | path

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

/system/hardware/interfaces/wifi/keystore/1.0/vts/functional/
DVtsHalWifiKeystoreV1_0TargetTest.cpp259 bool callbackInvoked = false; in TEST_P() local
261 auto callback = [&callbackInvoked](IKeystore::KeystoreStatusCode /*status*/, in TEST_P()
264 callbackInvoked = true; in TEST_P()
276 EXPECT_EQ(true, callbackInvoked); in TEST_P()