Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_action.cc93 constexpr char kAttrAppId[] = "appid"; variable
183 if (attrs.find(kAttrAppId) != attrs.end()) in ParserHandlerStart()
184 app.id = attrs[kAttrAppId]; in ParserHandlerStart()