Home
last modified time | relevance | path

Searched refs:newParam (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_pending_test.cpp456 SoftBusFree(newParam);
457 newParam = nullptr;
530 SoftBusFree(newParam);
531 newParam = nullptr;
603 SoftBusFree(newParam);
604 newParam = nullptr;
695 SoftBusFree(newParam);
696 newParam = nullptr;
793 newParam = nullptr;
838 newParam = nullptr;
[all …]
H A Dtrans_lane_common_test.cpp389 SessionParam newParam = { variable
393 ret = CopyAppInfoFromSessionParam(&appInfo, &newParam);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Drender_wrap.cpp312 LayoutParam newParam; in HandleDialogStretch() local
315 newParam.SetFixedSize( in HandleDialogStretch()
318 item->Layout(newParam); in HandleDialogStretch()
329 … ContentInfo(newParam.GetMaxSize().Width(), newParam.GetMaxSize().Height(), 1, itemsList)); in HandleDialogStretch()