Searched refs:AppInfo (Results 1 – 3 of 3) sorted by relevance
39 struct AppInfo { struct47 extern void hexChreAddApp(const struct AppInfo *info); argument48 extern void hexChreRemoveApp(const struct AppInfo *info);54 static const struct AppInfo mAppInfo = {.appId = NANOAPP_ID,
48 private class AppInfo { class in ContextHubEventBetweenAppsTestExecutor56 private AppInfo[] mAppInfo = new AppInfo[]{new AppInfo(), new AppInfo()};
26 struct AppInfo { struct40 AppInfo info = { in sendToHost()