Home
last modified time | relevance | path

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

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