/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | bindings_implementation.h | 34 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 D | bindings.inl | 36 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 D | bindings_implementation.inl | 32 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 D | js_cached_image.cpp | 52 MethodOptions opt = MethodOptions::NONE; in JSBind() 60 MethodOptions opt = MethodOptions::NONE; in JSBindMediaCachedImage()
|
H A D | js_pattern_lock.cpp | 77 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 D | js_grid_col.cpp | 182 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 D | js_column_split.cpp | 71 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 D | js_container_base.cpp | 31 MethodOptions opt = MethodOptions::NONE; in JSBind()
|
H A D | js_sheet.cpp | 36 MethodOptions opt = MethodOptions::NONE; in JSBind()
|
H A D | js_effect_component.cpp | 56 MethodOptions opt = MethodOptions::NONE; in JSBind()
|
H A D | js_form_link.cpp | 63 MethodOptions opt = MethodOptions::NONE; in JSBind()
|
H A D | js_recycle_view.cpp | 62 MethodOptions opt = MethodOptions::NONE; in JSBind()
|
H A D | js_remote_window.cpp | 62 MethodOptions opt = MethodOptions::NONE; in JSBind()
|
H A D | js_previewer_mock.cpp | 67 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 D | js_common_view.cpp | 54 MethodOptions opt = MethodOptions::NONE; in JSBind()
|
H A D | js_water_flow_item.cpp | 55 MethodOptions opt = MethodOptions::NONE; in JSBind()
|
H A D | js_row_split.cpp | 55 JSClass<JSRowSplit>::StaticMethod("create", &JSRowSplit::Create, MethodOptions::NONE); in JSBind() 56 JSClass<JSRowSplit>::StaticMethod("resizeable", &JSRowSplit::JsResizable, MethodOptions::NONE); in JSBind()
|
H A D | js_container_span.cpp | 68 MethodOptions opt = MethodOptions::NONE; in JSBind()
|
H A D | js_grid_container.cpp | 93 JSClass<JSGridContainer>::StaticMethod("create", &JSGridContainer::Create, MethodOptions::NONE); in JSBind() 94 JSClass<JSGridContainer>::StaticMethod("pop", &JSGridContainer::Pop, MethodOptions::NONE); in JSBind()
|
H A D | js_camera.cpp | 73 MethodOptions opt = MethodOptions::NONE; in JSBind()
|
H A D | js_menu_item_group.cpp | 80 MethodOptions opt = MethodOptions::NONE; in JSBind()
|
H A D | js_polyline.cpp | 33 MethodOptions opt = MethodOptions::NONE; in JSBind()
|
H A D | js_loading_progress.cpp | 57 MethodOptions opt = MethodOptions::NONE; in JSBind()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/window_scene/ |
H A D | js_root_scene.cpp | 25 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 D | js_with_theme.cpp | 28 …ithTheme>::StaticMethod("sendThemeToNative", &JSWithTheme::SendThemeToNative, MethodOptions::NONE); in JSBind() 29 …heme>::StaticMethod("removeThemeInNative", &JSWithTheme::RemoveThemeInNative, MethodOptions::NONE); in JSBind()
|