Home
last modified time | relevance | path

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

/hardware/interfaces/contexthub/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp55 using ::android::hardware::contexthub::vts_utils::kNonExistentAppId;
124 EXPECT_NE(appInfo.appId, kNonExistentAppId); in TEST_P()
188 msg.appName = kNonExistentAppId; in TEST_P()
206 emptyApp.appId = kNonExistentAppId; in TEST_P()
221 Result result = hubApi->unloadNanoApp(getHubId(), kNonExistentAppId, cb->expectedTxnId); in TEST_P()
229 Result result = hubApi->enableNanoApp(getHubId(), kNonExistentAppId, cb->expectedTxnId); in TEST_P()
237 Result result = hubApi->disableNanoApp(getHubId(), kNonExistentAppId, cb->expectedTxnId); in TEST_P()
/hardware/interfaces/contexthub/1.2/vts/functional/
DVtsHalContexthubV1_2TargetTest.cpp53 using ::android::hardware::contexthub::vts_utils::kNonExistentAppId;
173 EXPECT_NE(appInfo.info_1_0.appId, kNonExistentAppId); in TEST_P()
/hardware/interfaces/contexthub/common/vts/
DVtsHalContexthubUtils.h35 constexpr uint64_t kNonExistentAppId = 0x476f6f6754555555; variable