Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dpac_map.h496 bool GetBaseJsonValue(PacMapList::const_iterator &it, Json::Value &json) const;
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dpac_map.cpp1219 isOK = GetBaseJsonValue(it, item); in ToJson()
1250 bool PacMap::GetBaseJsonValue(PacMapList::const_iterator &it, Json::Value &json) const in GetBaseJsonValue() function in OHOS::AppExecFwk::PacMap