Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dwant_agent_helper.cpp416 auto extraInfoObj = jsonObject.at("extraInfo"); in FromString() local
417 if (extraInfoObj.contains("extraInfoValue") && extraInfoObj["extraInfoValue"].is_string()) { in FromString()
418 …auto pwWrapper = AAFwk::WantParamWrapper::Parse(extraInfoObj.at("extraInfoValue").get<std::string>… in FromString()