Searched refs:tmpList (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_select_rule.c | 573 LaneLinkType tmpList[LANE_LINK_TYPE_BUTT] = {0}; in FilterWifiDirectLink() local 577 tmpList[num++] = linkList[i]; in FilterWifiDirectLink() 584 linkList[i] = tmpList[i]; in FilterWifiDirectLink() 609 LaneLinkType tmpList[LANE_LINK_TYPE_BUTT] = {0}; in UpdateHmlPriority() local 611 tmpList[num++] = LANE_HML; in UpdateHmlPriority() 614 tmpList[num++] = linkList[i]; in UpdateHmlPriority() 621 linkList[i] = tmpList[i]; in UpdateHmlPriority() 634 LaneLinkType tmpList[LANE_LINK_TYPE_BUTT] = {0}; in DelHasAllocedLink() local 641 tmpList[num++] = linkList[i]; in DelHasAllocedLink() 648 linkList[i] = tmpList[ in DelHasAllocedLink() [all...] |
H A D | lnn_lane_link.c | 784 char (*tmpList)[NETWORK_ID_BUF_LEN] = itemList; in CopyAllDevIdWithoutLock() 794 if (memcpy_s(*tmpList, NETWORK_ID_BUF_LEN, networkId, NETWORK_ID_BUF_LEN) != EOK) { in CopyAllDevIdWithoutLock() 802 tmpList += 1; in CopyAllDevIdWithoutLock()
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | common_event_collect.cpp | 408 auto& tmpList = iter->second; in RemoveSaExtraDataId() local 409 auto listIter = std::find(tmpList.begin(), tmpList.end(), extraDataId); in RemoveSaExtraDataId() 410 if (listIter != tmpList.end()) { in RemoveSaExtraDataId() 412 static_cast<int32_t>(extraDataId), tmpList.size()); in RemoveSaExtraDataId() 413 tmpList.erase(listIter); in RemoveSaExtraDataId() 415 if (tmpList.size() == 0) { in RemoveSaExtraDataId()
|
/foundation/arkui/ui_lite/frameworks/dfx/ |
H A D | ui_dump_dom_tree.cpp | 131 UIList* tmpList = static_cast<UIList*>(const_cast<UIView*>(view)); in AddListField() local 132 cJSON_AddBoolToObject(usr, "isLoopList", tmpList->GetLoopState()); in AddListField() 133 UIView* selectView = tmpList->GetSelectView(); in AddListField() 138 tmpList = nullptr; in AddListField()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/ |
H A D | trans_lane_pending_test.cpp | 496 SoftBusList *tmpList = g_asyncReqLanePendingList; in HWTEST_F() local 501 g_asyncReqLanePendingList = tmpList; in HWTEST_F() 574 SoftBusList *tmpList = g_asyncReqLanePendingList; in HWTEST_F() local 579 g_asyncReqLanePendingList = tmpList; in HWTEST_F() 681 SoftBusList *tmpList = g_asyncReqLanePendingList; in HWTEST_F() local 685 g_asyncReqLanePendingList = tmpList; in HWTEST_F() 1073 SoftBusList *tmpList = g_freeLanePendingList; in HWTEST_F() local 1077 g_freeLanePendingList = tmpList; in HWTEST_F() 1137 SoftBusList *tmpList = g_freeLanePendingList; in HWTEST_F() local 1141 g_freeLanePendingList = tmpList; in HWTEST_F() 1409 SoftBusList *tmpList = g_reqLanePendingList; HWTEST_F() local [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/src/resident_process/ |
H A D | resident_process_manager.cpp | 326 std::list<ResidentAbilityInfo> tmpList; in StartFailedResidentAbilities() local 333 tmpList = std::move(failedResidentAbilityInfos_); in StartFailedResidentAbilities() 335 for (const auto &item: tmpList) { in StartFailedResidentAbilities()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_lanes_layout_algorithm.cpp | 553 auto tmpList = LayoutCachedALineForward(layoutWrapper, curIndex, currPos, crossSize); in LayoutCachedItem() local 554 predictBuildList.merge(tmpList); in LayoutCachedItem() 559 auto tmpList = LayoutCachedALineBackward(layoutWrapper, curIndex, currPos, crossSize); in LayoutCachedItem() local 560 predictBuildList.merge(tmpList); in LayoutCachedItem()
|
Completed in 10 milliseconds