Home
last modified time | relevance | path

Searched refs:CJSheetOptions (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.h72 struct CJSheetOptions { struct
241 …iOHOSAceFrameworkViewAbstractbindSheetParam(bool isShow, void (*builder)(), CJSheetOptions option);
H A Dcj_view_abstract_ffi.cpp1429 void ParseSheetCallback(CJSheetOptions options, std::function<void()>& onAppear, in ParseSheetCallback()
1486 void ParseSheetStyle(CJSheetOptions option, NG::SheetStyle& sheetStyle) in ParseSheetStyle()
1536 void ParseSheetTitle(CJSheetOptions option, NG::SheetStyle& sheetStyle, std::function<void()>& titl… in ParseSheetTitle()
1542 void FfiOHOSAceFrameworkViewAbstractbindSheetParam(bool isShow, void (*builder)(), CJSheetOptions o… in FfiOHOSAceFrameworkViewAbstractbindSheetParam()