Home
last modified time | relevance | path

Searched refs:selectParam (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dlane_test.cpp262 LaneSelectParam selectParam; variable
264 selectParam.transType = LANE_T_FILE;
265 selectParam.expectedBw = 0;
281 LaneSelectParam selectParam; variable
283 selectParam.transType = LANE_T_FILE;
302 LaneSelectParam selectParam; variable
304 selectParam.transType = LANE_T_BYTE;
305 selectParam.expectedBw = 0;
308 selectParam.list.linkType[1] = LANE_BR;
324 LaneSelectParam selectParam; variable
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp1312 LaneSelectParam selectParam = {}; variable
1314 selectParam.expectedBw = 0;
1315 selectParam.list.linkTypeNum = 2;
1356 LaneSelectParam selectParam = {}; variable
1358 selectParam.expectedBw = 0;
1393 LaneSelectParam selectParam = {}; variable
1397 selectParam.expectedBw = 0;
1398 selectParam.list.linkTypeNum = 7;
1889 LaneSelectParam selectParam = {}; variable
3324 selectParam.expectedBw = 0;
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_trans_lane.c467 LaneSelectParam selectParam; in AllocValidLane() local
469 selectParam.transType = allocInfo->transType; in AllocValidLane()
470 selectParam.qosRequire = allocInfo->qosRequire; in AllocValidLane()
471 selectParam.allocedLaneId = allocLaneId; in AllocValidLane()
685 LaneSelectParam selectParam; in AllocRawLane() local
687 selectParam.transType = allocInfo->transType; in AllocRawLane()
688 selectParam.qosRequire = allocInfo->qosRequire; in AllocRawLane()
689 selectParam.allocedLaneId = INVALID_LANE_ID; in AllocRawLane()
719 LaneSelectParam selectParam; in Alloc() local
721 selectParam.transType = transRequest->transType; in Alloc()
[all …]
/ohos5.0/foundation/arkui/advanced_ui_component/source/SubHeader/
H A DSubHeader.ets203 @Builder SelectStyle(selectParam: SelectOptions) {
204 Select(selectParam.options)
205 .selected(selectParam.selected)
206 .value(selectParam.value)
208 if (selectParam.onSelect) {
209 selectParam.onSelect(index, value)
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/source/
H A Dsubheader.ets679 SelectStyle(selectParam: SelectOptions): void {
680 Select(selectParam.options)
690 if (selectParam.onSelect) {
691 selectParam.onSelect(index, value);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_pattern_test_ng.cpp1307 std::vector<SelectParam> selectParam = { { "content1", "icon1" }, { "content2", "" }, variable
1309 auto wrapperNode = MenuView::Create(selectParam, TARGET_ID, EMPTY_TEXT);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp4970 std::vector<SelectParam> selectParam; in OnSelectPopupMenu() local
4972 selectParam.push_back({ in OnSelectPopupMenu()
4976 auto menu = MenuView::Create(selectParam, id, host->GetTag()); in OnSelectPopupMenu()
6586 std::vector<SelectParam> selectParam; in OnShowAutofillPopup() local
6588 selectParam.push_back({ item, "" }); in OnShowAutofillPopup()
6590 auto menu = MenuView::Create(selectParam, id, host->GetTag()); in OnShowAutofillPopup()