Home
last modified time | relevance | path

Searched refs:matchAppId (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/core/
Dseos.c819 static bool matchAppId(const void *data, const struct AppHdr *app) in matchAppId() function
898 return osExtAppStopEraseApps(matchAppId, &appId, false); in osExtAppStopAppsByAppId()
903 return osExtAppStopEraseApps(matchAppId, &appId, true); in osExtAppEraseAppsByAppId()
956 while (osExtAppFind(&checkIt, matchAppId, &app->hdr.appId)) { in osExtAppStartApps()
982 return osExtAppStartApps(matchAppId, &appId); in osExtAppStartAppsByAppId()