Home
last modified time | relevance | path

Searched defs:args (Results 1751 - 1775 of 6484) sorted by relevance

1...<<71727374757677787980>>...260

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_image_animator.cpp109 void DOMImageAnimator::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
H A Ddom_popup.cpp149 void DOMPopup::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_swiper_function.cpp39 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 Djsi_xcomponent_bridge.cpp45 void JsiXComponentBridge::HandleContext(const shared_ptr<JsRuntime>& runtime, NodeId id, const std::string& args) in HandleContext() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_image_span.cpp65 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 Djs_grid_item.cpp53 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 Djs_relative_container.cpp73 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/base/memory/
H A Dreferenced.h56 static RefPtr<T> MakeRefPtr(Args&&... args) in MakeRefPtr() argument
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.cpp32 napi_value args[3] = { nullptr }; in CheckUrl() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_offscreen_rendering_context.cpp149 void JSOffscreenRenderingContext::Constructor(const JSCallbackInfo& args) in Constructor() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dradio_model_impl.cpp96 void RadioModelImpl::SetPadding(const NG::PaddingPropertyF& args, const NG::PaddingProperty& /*newArgs*/) in SetPadding() argument
H A Dtoggle_model_impl.cpp180 void ToggleModelImpl::SetPadding(const NG::PaddingPropertyF& args, const NG::PaddingProperty& /*newArgs*/) in SetPadding() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_custom_paint_method_testtwo_ng.cpp619 PathArgs args; in HWTEST_F() local
637 PathArgs args; in HWTEST_F() local
656 PathArgs args; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_controller.cpp140 void TextFieldController::Insert(const std::string& args) {} in Insert() argument
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_dumper.cpp317 int AccessibilityDumper::DumpAccessibilityInfo(const std::vector<std::string>& args, std::string& dumpInfo) const in DumpAccessibilityInfo() argument
/foundation/barrierfree/accessibility/services/test/mock/powermanager/src/
H A Dmock_power_mgr_client.cpp124 std::string PowerMgrClient::Dump(const std::vector<std::string>& args) in Dump() argument
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_multifinger_multitap_test.cpp968 std::vector<std::u16string> args; in HWTEST_F() local
994 std::vector<std::u16string> args; in HWTEST_F() local
/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/
H A Dapp_domain_verify_manager_napi.cpp74 napi_value args[1] = { nullptr }; in QueryAssociatedDomains() local
101 napi_value args[1] = { nullptr }; in QueryAssociatedBundleNames() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Devent_listener.cpp39 jerry_value_t *args = ConvertKeyEventInfo(event); in OnKeyAct() local
158 jerry_value_t args[1] = {textValue}; in OnChange() local
180 jerry_value_t args[ARGS_LEN] = {currentStateValue, componentIndex}; in EventExcute() local
H A Dlist_component.cpp181 ListScrollTo(const JSValue func, const JSValue dom, const JSValue args[], const jerry_length_t size) ListScrollTo() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dnumber_format_module.cpp39 CreateNumberFormat(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) CreateNumberFormat() argument
94 Format(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) Format() argument
H A Drender_module.cpp83 CreateElement(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum) CreateElement() argument
117 InitStyleSheet(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum) InitStyleSheet() argument
134 LoopRender(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t length) LoopRender() argument
148 ConditionalRender(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum) ConditionalRender() argument
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Dsample_module.cpp25 JSIValue SampleModule::TestCallFunc(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in TestCallFunc() argument
30 JSIValue SampleModule::TestCallback(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in TestCallback() argument
47 JSIValue SampleModule::TestStandardCallback(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in TestStandardCallback() argument
89 TestCallbackWithArgs(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) TestCallbackWithArgs() argument
127 TestStandardCallbackWithArgs(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) TestStandardCallbackWithArgs() argument
155 TestGeneralFunc(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) TestGeneralFunc() argument
182 Setter(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) Setter() argument
194 Getter(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) Getter() argument
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/router/test/unittest/common/
H A Drouter_module_tdd_test.cpp409 JSIValue args[argsNum] = {JSI::CreateUndefined(), JSI::CreateUndefined()}; in HWTEST_F() local
454 JSIValue args[argsNumber] = {JSI::CreateObject()}; in HWTEST_F() local
/foundation/arkui/napi/interfaces/inner_api/cjffi/native/
H A Dffi_remote_data.h183 static sptr<T> Create(Args... args) in Create() argument

Completed in 14 milliseconds

1...<<71727374757677787980>>...260