Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dpac_map.h498 bool GetUserObjectJsonValue(PacMapList::const_iterator &it, Json::Value &json) const;
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dpac_map.cpp1281 return GetUserObjectJsonValue(it, json); in GetBaseJsonValue()
1439 bool PacMap::GetUserObjectJsonValue(PacMapList::const_iterator &it, Json::Value &json) const in GetUserObjectJsonValue() function in OHOS::AppExecFwk::PacMap