Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dpac_map.h535 bool InnerPutPacMap(PacMapList &mapList, const std::string &key, PacMap &value);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dpac_map.cpp455 return InnerPutPacMap(dataList_, key, const_cast<PacMap &>(value)); in PutPacMap()
457 bool PacMap::InnerPutPacMap(PacMapList &mapList, const std::string &key, PacMap &value) in InnerPutPacMap() function in OHOS::AppExecFwk::PacMap