Searched refs:emptyApp (Results 1 – 2 of 2) sorted by relevance
205 NanoAppBinary emptyApp; in TEST_P() local207 emptyApp.appId = kNonExistentAppId; in TEST_P()208 emptyApp.appVersion = 1; in TEST_P()209 emptyApp.flags = 0; in TEST_P()210 emptyApp.targetChreApiMajorVersion = 1; in TEST_P()211 emptyApp.targetChreApiMinorVersion = 0; in TEST_P()214 Result result = hubApi->loadNanoApp(getHubId(), emptyApp, cb->expectedTxnId); in TEST_P()
309 NanoappBinary emptyApp; in TEST_P() local311 emptyApp.nanoappId = kNonExistentAppId; in TEST_P()312 emptyApp.nanoappVersion = 1; in TEST_P()313 emptyApp.flags = 0; in TEST_P()314 emptyApp.targetChreApiMajorVersion = 1; in TEST_P()315 emptyApp.targetChreApiMinorVersion = 0; in TEST_P()318 bool success = contextHub->loadNanoapp(getHubId(), emptyApp, cb->expectedTransactionId).isOk(); in TEST_P()