Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dpac_map.h525 void InnerPutShortValue(PacMapList &mapList, const std::string &key, short value);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dpac_map.cpp304 InnerPutShortValue(dataList_, key, value); in PutShortValue()
306 void PacMap::InnerPutShortValue(PacMapList &mapList, const std::string &key, short value) in InnerPutShortValue() function in OHOS::AppExecFwk::PacMap
1555 InnerPutShortValue(mapList, key, item["data"].asInt()); in ParseJsonItem()