Searched refs:kNonExistentAppId (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/contexthub/1.0/vts/functional/ |
D | VtsHalContexthubV1_0TargetTest.cpp | 56 using ::android::hardware::contexthub::vts_utils::kNonExistentAppId; 125 EXPECT_NE(appInfo.appId, kNonExistentAppId); in TEST_P() 189 msg.appName = kNonExistentAppId; in TEST_P() 207 emptyApp.appId = kNonExistentAppId; in TEST_P() 222 Result result = hubApi->unloadNanoApp(getHubId(), kNonExistentAppId, cb->expectedTxnId); in TEST_P() 230 Result result = hubApi->enableNanoApp(getHubId(), kNonExistentAppId, cb->expectedTxnId); in TEST_P() 238 Result result = hubApi->disableNanoApp(getHubId(), kNonExistentAppId, cb->expectedTxnId); in TEST_P()
|
/hardware/interfaces/contexthub/aidl/vts/ |
D | VtsAidlHalContextHubTargetTest.cpp | 50 using ::android::hardware::contexthub::vts_utils::kNonExistentAppId; 212 EXPECT_NE(appInfo.nanoappId, kNonExistentAppId); in TEST_P() 298 message.nanoappId = kNonExistentAppId; in TEST_P() 311 emptyApp.nanoappId = kNonExistentAppId; in TEST_P() 331 contextHub->unloadNanoapp(getHubId(), kNonExistentAppId, cb->expectedTransactionId) in TEST_P() 345 contextHub->enableNanoapp(getHubId(), kNonExistentAppId, cb->expectedTransactionId) in TEST_P() 359 contextHub->disableNanoapp(getHubId(), kNonExistentAppId, cb->expectedTransactionId) in TEST_P()
|
/hardware/interfaces/contexthub/common/vts/ |
D | VtsHalContexthubUtilsCommon.h | 33 constexpr uint64_t kNonExistentAppId = 0x476f6f6754555555; variable
|
/hardware/interfaces/contexthub/1.2/vts/functional/ |
D | VtsHalContexthubV1_2TargetTest.cpp | 54 using ::android::hardware::contexthub::vts_utils::kNonExistentAppId; 174 EXPECT_NE(appInfo.info_1_0.appId, kNonExistentAppId); in TEST_P()
|