Home
last modified time | relevance | path

Searched refs:MethodOptions (Results 1 – 25 of 106) sorted by relevance

12345

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A Dbindings_implementation.h34 enum MethodOptions : uint8_t { enum
42 IFunctionBinding(const char* name, MethodOptions options) : name_(name), options_(options) {} in IFunctionBinding()
50 MethodOptions Options() const in Options()
57 MethodOptions options_;
65 FunctionBinding(const char* name, MethodOptions options, FunctionPtr func) in FunctionBinding()
85 StaticFunctionBinding(const char* name, MethodOptions options, FunctionPtr func) in StaticFunctionBinding()
249 …c void Method(const char* name, R (Base::*func)(Args...), MethodOptions options = MethodOptions::N…
263 …c void StaticMethod(const char* name, R (*func)(Args...), MethodOptions options = MethodOptions::N…
H A Dbindings.inl36 void JSClassImpl<C, ImplDetail>::Method(const char* name, R (C::*func)(Args...), MethodOptions opti…
44 void JSClassImpl<C, ImplDetail>::Method(const char* name, R (Base::*func)(Args...), MethodOptions o…
53 …ssImpl<C, ImplDetail>::StaticMethod(const char* name, R (C::*func)(Args...), MethodOptions options)
61 …mpl<C, ImplDetail>::StaticMethod(const char* name, R (Base::*func)(Args...), MethodOptions options)
74 functions_.emplace(nextFreeId_, new FunctionBinding(name, MethodOptions::NONE, callback));
93 getFunctions_.emplace(nextFreeId_, new FunctionBinding(name, MethodOptions::NONE, getter));
94 setFunctions_.emplace(nextFreeId_, new FunctionBinding(name, MethodOptions::NONE, setter));
95 functions_.emplace(nextFreeId_, new FunctionBinding(name, MethodOptions::NONE, getter));
97 functions_.emplace(nextFreeId_, new FunctionBinding(name, MethodOptions::NONE, setter));
115 functions_.emplace(nextFreeId, new FunctionBinding(name, MethodOptions::NONE, callback));
H A Dbindings_implementation.inl32 void JSClassImpl<C, ImplDetail>::Method(const char* name, R (Base::*func)(Args...), MethodOptions o…
40 void JSClassImpl<C, ImplDetail>::StaticMethod(const char* name, R (*func)(Args...), MethodOptions o…
48 ImplDetail<C>::StaticMethod(name, new StaticFunctionBinding(name, MethodOptions::NONE, func));
56 ImplDetail<C>::CustomMethod(name, new FunctionBinding(name, MethodOptions::NONE, callback));
69 ImplDetail<C>::CustomMethod(name, new FunctionBinding(name, MethodOptions::NONE, callback));
78 ImplDetail<C>::CustomProperty(name, new FunctionBinding(name, MethodOptions::NONE, getter),
79 new FunctionBinding(name, MethodOptions::NONE, setter));
94 ImplDetail<C>::CustomProperty(name, new FunctionBinding(name, MethodOptions::NONE, getter),
95 new FunctionBinding(name, MethodOptions::NONE, setter));
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_cached_image.cpp52 MethodOptions opt = MethodOptions::NONE; in JSBind()
60 MethodOptions opt = MethodOptions::NONE; in JSBindMediaCachedImage()
H A Djs_pattern_lock.cpp77 MethodOptions opt = MethodOptions::NONE; in JSBind()
80 …JSPatternLock>::StaticMethod("regularColor", &JSPatternLock::SetRegularColor, MethodOptions::NONE); in JSBind()
81 …PatternLock>::StaticMethod("selectedColor", &JSPatternLock::SetSelectedColor, MethodOptions::NONE); in JSBind()
82 …s<JSPatternLock>::StaticMethod("activeColor", &JSPatternLock::SetActiveColor, MethodOptions::NONE); in JSBind()
83 …JSClass<JSPatternLock>::StaticMethod("pathColor", &JSPatternLock::SetPathColor, MethodOptions::NON… in JSBind()
85 …JSPatternLock>::StaticMethod("circleRadius", &JSPatternLock::SetCircleRadius, MethodOptions::NONE); in JSBind()
86 …JSClass<JSPatternLock>::StaticMethod("sideLength", &JSPatternLock::SetSideLength, MethodOptions::N… in JSBind()
87 …JSClass<JSPatternLock>::StaticMethod("autoReset", &JSPatternLock::SetAutoReset, MethodOptions::NON… in JSBind()
H A Djs_grid_col.cpp182 JSClass<JSGridCol>::StaticMethod("create", &JSGridCol::Create, MethodOptions::NONE); in JSBind()
183 JSClass<JSGridCol>::StaticMethod("span", &JSGridCol::Span, MethodOptions::NONE); in JSBind()
184 JSClass<JSGridCol>::StaticMethod("offset", &JSGridCol::Offset, MethodOptions::NONE); in JSBind()
185 JSClass<JSGridCol>::StaticMethod("gridColOffset", &JSGridCol::Offset, MethodOptions::NONE); in JSBind()
186 JSClass<JSGridCol>::StaticMethod("order", &JSGridCol::Order, MethodOptions::NONE); in JSBind()
H A Djs_column_split.cpp71 JSClass<JSColumnSplit>::StaticMethod("create", &JSColumnSplit::Create, MethodOptions::NONE); in JSBind()
72 …JSClass<JSColumnSplit>::StaticMethod("resizeable", &JSColumnSplit::JsResizable, MethodOptions::NON… in JSBind()
73 JSClass<JSColumnSplit>::StaticMethod("divider", &JSColumnSplit::JsDivider, MethodOptions::NONE); in JSBind()
H A Djs_container_base.cpp31 MethodOptions opt = MethodOptions::NONE; in JSBind()
H A Djs_sheet.cpp36 MethodOptions opt = MethodOptions::NONE; in JSBind()
H A Djs_effect_component.cpp56 MethodOptions opt = MethodOptions::NONE; in JSBind()
H A Djs_form_link.cpp63 MethodOptions opt = MethodOptions::NONE; in JSBind()
H A Djs_recycle_view.cpp62 MethodOptions opt = MethodOptions::NONE; in JSBind()
H A Djs_remote_window.cpp62 MethodOptions opt = MethodOptions::NONE; in JSBind()
H A Djs_previewer_mock.cpp67 MethodOptions opt = MethodOptions::NONE; in JSBind()
432 MethodOptions opt = MethodOptions::NONE; in JSBind()
490 MethodOptions opt = MethodOptions::NONE; in JSBind()
512 MethodOptions opt = MethodOptions::NONE; in JSBind()
535 MethodOptions opt = MethodOptions::NONE; in JSBind()
H A Djs_common_view.cpp54 MethodOptions opt = MethodOptions::NONE; in JSBind()
H A Djs_water_flow_item.cpp55 MethodOptions opt = MethodOptions::NONE; in JSBind()
H A Djs_row_split.cpp55 JSClass<JSRowSplit>::StaticMethod("create", &JSRowSplit::Create, MethodOptions::NONE); in JSBind()
56 JSClass<JSRowSplit>::StaticMethod("resizeable", &JSRowSplit::JsResizable, MethodOptions::NONE); in JSBind()
H A Djs_container_span.cpp68 MethodOptions opt = MethodOptions::NONE; in JSBind()
H A Djs_grid_container.cpp93 JSClass<JSGridContainer>::StaticMethod("create", &JSGridContainer::Create, MethodOptions::NONE); in JSBind()
94 JSClass<JSGridContainer>::StaticMethod("pop", &JSGridContainer::Pop, MethodOptions::NONE); in JSBind()
H A Djs_camera.cpp73 MethodOptions opt = MethodOptions::NONE; in JSBind()
H A Djs_menu_item_group.cpp80 MethodOptions opt = MethodOptions::NONE; in JSBind()
H A Djs_polyline.cpp33 MethodOptions opt = MethodOptions::NONE; in JSBind()
H A Djs_loading_progress.cpp57 MethodOptions opt = MethodOptions::NONE; in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/window_scene/
H A Djs_root_scene.cpp25 JSClass<JSRootScene>::StaticMethod("create", &JSRootScene::Create, MethodOptions::NONE); in JSBind()
26 JSClass<JSRootScene>::StaticMethod("pop", &JSRootScene::Pop, MethodOptions::NONE); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_with_theme.cpp28 …ithTheme>::StaticMethod("sendThemeToNative", &JSWithTheme::SendThemeToNative, MethodOptions::NONE); in JSBind()
29 …heme>::StaticMethod("removeThemeInNative", &JSWithTheme::RemoveThemeInNative, MethodOptions::NONE); in JSBind()

12345