Lines Matching defs:apps
46 #define CHRE_APP_SETTINGS CHRE_APP_DIR "/apps.json"
1066 Json::Value::Members apps = appsObject->getMemberNames();
1067 for (auto &it : apps) {
1322 // TODO: Still have some non-chre apps that need to be reported
1349 int SystemComm::AppManager::getAppsToStart(std::vector<hub_app_name_t> &apps)
1352 apps.clear();
1360 apps.push_back({ .id = id });