Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dpac_map.h526 void InnerPutIntValue(PacMapList &mapList, const std::string &key, int value);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dpac_map.cpp318 InnerPutIntValue(dataList_, key, value); in PutIntValue()
320 void PacMap::InnerPutIntValue(PacMapList &mapList, const std::string &key, int value) in InnerPutIntValue() function in OHOS::AppExecFwk::PacMap
1558 InnerPutIntValue(mapList, key, item["data"].asInt()); in ParseJsonItem()