| /foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
| H A D | text_field_element.cpp | 295 void TextFieldElement::Insert(const std::string& args) in Insert() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| H A D | dom_menu.cpp | 199 void DOMMenu::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
|
| H A D | dom_navigation_bar.cpp | 104 void DomNavigationBar::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
|
| H A D | dom_stepper.cpp | 105 void DOMStepper::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
|
| H A D | dom_panel.cpp | 117 void DOMPanel::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
|
| H A D | dom_image_animator.cpp | 109 void DOMImageAnimator::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
|
| H A D | dom_popup.cpp | 149 void DOMPopup::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
| H A D | js_canvas_image_data.cpp | 28 void JSCanvasImageData::Constructor(const JSCallbackInfo& args) in Constructor() argument 75 GetImageDataSize(const JSCallbackInfo& args, int32_t& finalWidth, int32_t& finalHeight) GetImageDataSize() argument [all...] |
| H A D | js_offscreen_rendering_context.cpp | 149 void JSOffscreenRenderingContext::Constructor(const JSCallbackInfo& args) in Constructor() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_text_editable_controller.cpp | 38 void JSTextEditableController::Constructor(const JSCallbackInfo& args) in Constructor() argument
|
| H A D | js_image_span.cpp | 65 JSRef<JSVal> args = info[0]; in SetObjectFit() local 92 void JSImageSpan::OnComplete(const JSCallbackInfo& args) in OnComplete() argument 109 void JSImageSpan::OnError(const JSCallbackInfo& args) in OnError() argument
|
| H A D | js_grid_item.cpp | 53 void JSGridItem::Create(const JSCallbackInfo& args) in Create() argument 62 void JSGridItem::CreateForPartialUpdate(const JSCallbackInfo& args) in CreateForPartialUpdate() argument 131 SelectCallback(const JSCallbackInfo& args) SelectCallback() argument [all...] |
| H A D | js_relative_container.cpp | 73 void JSRelativeContainer::ParseBarrierInfo(const JSRef<JSVal>& args, BarrierInfo& barrierInfoItem) in ParseBarrierInfo() argument 136 void JSRelativeContainer::ParseGuideline(const JSRef<JSVal>& args, GuidelineInfo& guidelineInfoItem) in ParseGuideline() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | checkbox_model_impl.cpp | 112 void CheckBoxModelImpl::SetPadding(const NG::PaddingPropertyF& args, const NG::PaddingProperty& newArgs, bool flag) in SetPadding() argument
|
| H A D | checkboxgroup_model_impl.cpp | 110 void CheckBoxGroupModelImpl::SetPadding(const NG::PaddingPropertyF& args, const NG::PaddingProperty& newArgs, bool flag) in SetPadding() argument
|
| H A D | radio_model_impl.cpp | 96 void RadioModelImpl::SetPadding(const NG::PaddingPropertyF& args, const NG::PaddingProperty& /*newArgs*/) in SetPadding() argument
|
| H A D | toggle_model_impl.cpp | 180 void ToggleModelImpl::SetPadding(const NG::PaddingPropertyF& args, const NG::PaddingProperty& /*newArgs*/) in SetPadding() argument
|
| /foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/src/ |
| H A D | hsp_silentinstall_napi.cpp | 28 napi_value args[2] = { nullptr };
in IsHspExist() local 70 napi_value args[3] = { nullptr };
in SilentInstall() local 115 getModuleName(napi_env env, napi_value args, std::string& moduleName) getModuleName() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/base/log/ |
| H A D | dump_log.h | 138 void AddDesc(Args&&... args) in AddDesc() argument 145 void BuildDesc(std::stringstream& stream, T& t, Args&&... args) in BuildDesc() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
| H A D | js_navigation_function.cpp | 41 void JsNavigationTransitionProxy::SetFromContentInfo(const JSCallbackInfo& args) in SetFromContentInfo() argument 46 void JsNavigationTransitionProxy::GetFromContentInfo(const JSCallbackInfo& args) in GetFromContentInfo() argument 56 void JsNavigationTransitionProxy::SetToContentInfo(const JSCallbackInfo& args) in SetToContentInfo() argument 61 void JsNavigationTransitionProxy::GetToContentInfo(const JSCallbackInfo& args) in GetToContentInfo() argument
|
| H A D | js_swiper_function.cpp | 39 void JsSwiperContentTransitionProxy::SetSelectedIndex(const JSCallbackInfo& args) in SetSelectedIndex() argument 44 void JsSwiperContentTransitionProxy::GetSelectedIndex(const JSCallbackInfo& args) in GetSelectedIndex() argument 54 void JsSwiperContentTransitionProxy::SetIndex(const JSCallbackInfo& args) in SetIndex() argument 59 void JsSwiperContentTransitionProxy::GetIndex(const JSCallbackInfo& args) in GetIndex() argument 69 void JsSwiperContentTransitionProxy::SetPosition(const JSCallbackInfo& args) in SetPosition() argument 74 void JsSwiperContentTransitionProxy::GetPosition(const JSCallbackInfo& args) in GetPosition() argument 84 void JsSwiperContentTransitionProxy::SetMainAxisLength(const JSCallbackInfo& args) in SetMainAxisLength() argument 89 GetMainAxisLength(const JSCallbackInfo& args) GetMainAxisLength() argument 99 FinishTransition(const JSCallbackInfo& args) FinishTransition() argument 106 Constructor(const JSCallbackInfo& args) Constructor() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
| H A D | jsi_xcomponent_bridge.cpp | 45 void JsiXComponentBridge::HandleContext(const shared_ptr<JsRuntime>& runtime, NodeId id, const std::string& args) in HandleContext() argument
|
| /foundation/arkui/ace_engine/frameworks/base/memory/ |
| H A D | referenced.h | 56 static RefPtr<T> MakeRefPtr(Args&&... args) in MakeRefPtr() argument
|
| /foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
| H A D | atomicserviceweb.cpp | 32 napi_value args[3] = { nullptr }; in CheckUrl() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/ |
| H A D | canvas_custom_paint_method_testtwo_ng.cpp | 619 PathArgs args; in HWTEST_F() local 637 PathArgs args; in HWTEST_F() local 656 PathArgs args; in HWTEST_F() local [all...] |