/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/src/ |
H A D | dcamera_handler.cpp | 57 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 D | config_reader_test.cpp | 150 EXPECT_TRUE(config.itemList.empty());
in HWTEST_F() 153 EXPECT_TRUE(config.itemList.empty());
in HWTEST_F()
|
H A D | plugin_mgr_test.cpp | 62 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 D | config_info.h | 38 std::list<Item> itemList;
member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
H A D | wrap_layout_algorithm.h | 35 : mainLength(main), crossLength(cross), count(total), itemList(nodeList) in ContentInfo() 41 std::list<RefPtr<LayoutWrapper>> itemList; member
|
H A D | wrap_layout_algorithm.cpp | 209 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 D | render_wrap.h | 29 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 D | config_reader.cpp | 92 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 D | socket_app.c | 392 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 D | disc_manager.c | 1159 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 D | socperf_plugin.cpp | 93 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 D | lnn_lane_link.c | 778 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()
|