Home
last modified time | relevance | path

Searched refs:itemList (Results 1 - 12 of 12) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/src/
H A Ddcamera_handler.cpp57 std::vector<DHItem> itemList; in QueryMeta() local
58 CHECK_AND_RETURN_RET_LOG(cameraManager_ == nullptr, itemList, "cameraManager is null."); in QueryMeta()
64 return itemList; in QueryMeta()
75 itemList.emplace_back(item); in QueryMeta()
78 listSize = static_cast<uint64_t>(itemList.size()); in QueryMeta()
80 return itemList; in QueryMeta()
85 std::vector<DHItem> itemList; in Query() local
86 CHECK_AND_RETURN_RET_LOG(cameraManager_ == nullptr, itemList, "cameraManager is null."); in Query()
92 return itemList; in Query()
103 itemList in Query()
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dconfig_reader_test.cpp150 EXPECT_TRUE(config.itemList.empty()); in HWTEST_F()
153 EXPECT_TRUE(config.itemList.empty()); in HWTEST_F()
H A Dplugin_mgr_test.cpp62 if (config.itemList.size() <= 0) { in GetSubItemValue()
65 for (auto item : config.itemList) { in GetSubItemValue()
177 EXPECT_TRUE(config.itemList.empty()); in HWTEST_F()
212 EXPECT_EQ(config.itemList.size(), 0); in HWTEST_F()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/pluginbase/include/
H A Dconfig_info.h38 std::list<Item> itemList; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dwrap_layout_algorithm.h35 : mainLength(main), crossLength(cross), count(total), itemList(nodeList) in ContentInfo()
41 std::list<RefPtr<LayoutWrapper>> itemList; member
H A Dwrap_layout_algorithm.cpp209 for (const auto& item : content.itemList) { in StretchItemsInContent()
583 for (const auto& itemWrapper : content.itemList) { in LayoutContent()
615 for (const auto& itemWrapper : content.itemList) { in GetFlexItemProperties()
776 for (const auto& itemWrapper : content.itemList) { in LayoutColumnContent()
/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Drender_wrap.h29 ContentInfo(double mainLength, double crossLength, int32_t count, const std::list<RefPtr<RenderNode>>& itemList) in ContentInfo()
30 : mainLength_(mainLength), crossLength_(crossLength), count_(count), itemList_(itemList) in ContentInfo()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dconfig_reader.cpp92 pluginConfig.itemList.emplace_back(item); in ParseItem()
215 for (auto item : pluginConfig.itemList) { in Dump()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c392 struct FillpPcbItem *itemList[], FILLP_UINT32 *itemCnt, struct FillpPcbItem *item) in SockSendmsgPushOrSendItem()
398 itemList[tmpItemCnt++] = item; in SockSendmsgPushOrSendItem()
401 FillpPcbSend(&sock->netconn->pcb->fpcb, itemList, tmpItemCnt); in SockSendmsgPushOrSendItem()
446 struct FillpPcbItem *itemList[], FILLP_UINT32 itemCnt) in SockSendLastItem()
451 SockSendmsgPushOrSendItem(sock, itemList, &itemCnt, item); in SockSendLastItem()
455 FillpPcbSend(&sock->netconn->pcb->fpcb, itemList, itemCnt); in SockSendLastItem()
471 struct FillpPcbItem *itemList[UDP_MAX_SEG] = {FILLP_NULL_PTR}; in SockSendmsgDataToBufCache() local
483 SockSendmsgPushOrSendItem(sock, itemList, &itemCnt, item); in SockSendmsgDataToBufCache()
509 SockSendLastItem(sock, item, itemList, itemCnt); in SockSendmsgDataToBufCache()
391 SockSendmsgPushOrSendItem(FILLP_CONST struct FtSocket *sock, struct FillpPcbItem *itemList[], FILLP_UINT32 *itemCnt, struct FillpPcbItem *item) SockSendmsgPushOrSendItem() argument
445 SockSendLastItem(FILLP_CONST struct FtSocket *sock, struct FillpPcbItem *item, struct FillpPcbItem *itemList[], FILLP_UINT32 itemCnt) SockSendLastItem() argument
/foundation/communication/dsoftbus/core/discovery/manager/src/
H A Ddisc_manager.c1159 static void RemoveDiscInfoByPackageName(SoftBusList *itemList, const ServiceType type, const char *pkgName) in RemoveDiscInfoByPackageName() argument
1164 if (SoftBusMutexLock(&itemList->lock) != SOFTBUS_OK) { in RemoveDiscInfoByPackageName()
1171 LIST_FOR_EACH_ENTRY(itemNode, &itemList->list, DiscItem, node) { in RemoveDiscInfoByPackageName()
1183 (void)SoftBusMutexUnlock(&itemList->lock); in RemoveDiscInfoByPackageName()
1190 (void)SoftBusMutexUnlock(&itemList->lock); in RemoveDiscInfoByPackageName()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp93 for (const Item& item : itemLists.itemList) { in InitPerfCrucialSo()
131 for (const Item& item : itemLists.itemList) { in InitEventId()
279 for (const Item& item : itemLists.itemList) { in InitFeatureSwitch()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c778 char (*itemList)[NETWORK_ID_BUF_LEN] = in CopyAllDevIdWithoutLock()
780 if (itemList == NULL) { in CopyAllDevIdWithoutLock()
784 char (*tmpList)[NETWORK_ID_BUF_LEN] = itemList; in CopyAllDevIdWithoutLock()
807 SoftBusFree(itemList); in CopyAllDevIdWithoutLock()
810 *devIdList = (char *)itemList; in CopyAllDevIdWithoutLock()

Completed in 16 milliseconds