Searched defs:mapList (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | pac_map.cpp | 63 #define PAC_MAP_PUT_VALUE(id, iid, key, value, mapList) \ argument 70 #define PAC_MAP_GET_VALUE(id, key, value, mapList, defaultValue) \ argument 84 #define PAC_MAP_GET_STRING_VALUE(id, key, value, mapList, defaultValue) \ argument 109 #define GET_PAC_MAP_ARRAY(id, mapList, key, value) \ argument 320 void PacMap::InnerPutIntValue(PacMapList &mapList, const std::string &key, int value) in InnerPutIntValue() 334 void PacMap::InnerPutLongValue(PacMapList &mapList, const std::string &key, long value) in InnerPutLongValue() 362 void PacMap::InnerPutCharValue(PacMapList &mapList, const std::string &key, char value) in InnerPutCharValue() 457 bool PacMap::InnerPutPacMap(PacMapList &mapList, const std::string &key, PacMap &value) in InnerPutPacMap() 1202 bool PacMap::ToJson(const PacMapList &mapList, Json::Value &dataObject) const in ToJson() argument 1466 bool PacMap::StringToMapList(const std::string &str, PacMapList &mapList) in StringToMapList() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | pac_map_test.cpp | 1151 PacMapList mapList; variable 1598 PacMapList mapList; variable 1615 PacMapList mapList; variable 1634 PacMapList mapList; variable 1653 PacMapList mapList; variable 1672 PacMapList mapList; variable 1691 PacMapList mapList; variable 1710 PacMapList mapList; variable 1729 PacMapList mapList; variable 1748 PacMapList mapList; variable [all …]
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/ |
H A D | bitmap_manager.h | 583 …dSegBitmap(uint16_t start, uint16_t end, const Bitmap &bitmap, std::vector<SegmentBitmap> &mapList) in AddSegBitmap() 595 void AddSegBitmapMap(const std::vector<SegmentBitmap> &mapList) in AddSegBitmapMap()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_flow_control.c | 126 struct FillpHashLlist *mapList = &pcb->send.pktSeqMap; in FillpAppLimitedStatus() local
|
H A D | fillp_common.c | 42 static void FillpDelPktSeqHashItem(FILLP_UINT32 pktNum, FILLP_CONST struct FillpHashLlist *mapList) in FillpDelPktSeqHashItem()
|
H A D | fillp_input.c | 354 …ILLP_INT FillpGetSeqFromPktSeqHash(FILLP_UINT32 pktNum, FILLP_CONST struct FillpHashLlist *mapList, in FillpGetSeqFromPktSeqHash()
|