Home
last modified time | relevance | path

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

/system/chre/platform/android/
Dhost_link.cc121 auto nanoappListEntry = in handleNanoappListRequest() local
123 nanoappListEntry->app_id = nanoapp->getAppId(); in handleNanoappListRequest()
124 nanoappListEntry->version = nanoapp->getAppVersion(); in handleNanoappListRequest()
125 nanoappListEntry->enabled = true; in handleNanoappListRequest()
126 nanoappListEntry->is_system = nanoapp->isSystemNanoapp(); in handleNanoappListRequest()
127 nanoappListEntry->permissions = nanoapp->getAppPermissions(); in handleNanoappListRequest()
128 response->nanoapps.push_back(std::move(nanoappListEntry)); in handleNanoappListRequest()