Searched refs:emptyApp (Results 1 – 1 of 1) sorted by relevance
347 NanoAppBinary emptyApp; in TEST_P() local349 emptyApp.appId = kNonExistentAppId; in TEST_P()350 emptyApp.appVersion = 1; in TEST_P()351 emptyApp.flags = 0; in TEST_P()352 emptyApp.targetChreApiMajorVersion = 1; in TEST_P()353 emptyApp.targetChreApiMinorVersion = 0; in TEST_P()356 Result result = hubApi->loadNanoApp(getHubId(), emptyApp, cb->expectedTxnId); in TEST_P()