Home
last modified time | relevance | path

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

/hardware/interfaces/contexthub/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp136 txnId, expectedTxnId, result); in handleTxnResult()
137 if (txnId == expectedTxnId) { in handleTxnResult()
143 uint32_t expectedTxnId = 0; member in __anon41211db20111::TxnResultCallback
204 cb->expectedTxnId = 0123; in TEST_P()
214 Result result = hubApi->loadNanoApp(getHubId(), emptyApp, cb->expectedTxnId); in TEST_P()
219 cb->expectedTxnId = 1234; in TEST_P()
222 Result result = hubApi->unloadNanoApp(getHubId(), kNonExistentAppId, cb->expectedTxnId); in TEST_P()
227 cb->expectedTxnId = 2345; in TEST_P()
230 Result result = hubApi->enableNanoApp(getHubId(), kNonExistentAppId, cb->expectedTxnId); in TEST_P()
235 cb->expectedTxnId = 3456; in TEST_P()
[all …]
/hardware/interfaces/contexthub/1.2/vts/functional/
DVtsHalContexthubV1_2TargetTest.cpp188 txnId, expectedTxnId, result); in handleTxnResult()
189 if (txnId == expectedTxnId) { in handleTxnResult()
195 uint32_t expectedTxnId = 0; member in __anone7e64db60111::TxnResultCallback