Searched refs:emptyApp (Results 1 – 1 of 1) sorted by relevance
204 NanoAppBinary emptyApp; in TEST_P() local206 emptyApp.appId = kNonExistentAppId; in TEST_P()207 emptyApp.appVersion = 1; in TEST_P()208 emptyApp.flags = 0; in TEST_P()209 emptyApp.targetChreApiMajorVersion = 1; in TEST_P()210 emptyApp.targetChreApiMinorVersion = 0; in TEST_P()213 Result result = hubApi->loadNanoApp(getHubId(), emptyApp, cb->expectedTxnId); in TEST_P()