| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| 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/engine/functions/ |
| 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/bridge/declarative_frontend/jsview/ |
| 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/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/frameworks/bridge/declarative_frontend/jsview/canvas/ |
| 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/models/ |
| 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/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...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
| H A D | text_field_controller.cpp | 140 void TextFieldController::Insert(const std::string& args) {} in Insert() argument
|
| /foundation/barrierfree/accessibility/services/aams/src/ |
| H A D | accessibility_dumper.cpp | 317 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 D | mock_power_mgr_client.cpp | 124 std::string PowerMgrClient::Dump(const std::vector<std::string>& args) in Dump() argument
|
| /foundation/barrierfree/accessibility/services/aams/test/unittest/ |
| H A D | accessibility_multifinger_multitap_test.cpp | 968 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 D | app_domain_verify_manager_napi.cpp | 74 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 D | event_listener.cpp | 39 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 D | list_component.cpp | 181 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 D | number_format_module.cpp | 39 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 D | render_module.cpp | 83 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 D | sample_module.cpp | 25 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 D | router_module_tdd_test.cpp | 409 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 D | ffi_remote_data.h | 183 static sptr<T> Create(Args... args) in Create() argument
|