Home
last modified time | relevance | path

Searched defs:args (Results 2701 - 2725 of 3890) sorted by relevance

1...<<101102103104105106107108109110>>...156

/foundation/ability/ability_runtime/frameworks/js/napi/app/error_manager/
H A Djs_error_manager.cpp90 napi_value args[] = {reason, promise}; in UnhandledRejectionHandler() local
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_manager.cpp726 void PendingWantManager::DumpByRecordId(std::vector<std::string> &info, const std::string &args) in DumpByRecordId() argument
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/
H A Dability_manager_service_fourth_test.cpp152 int Dump(int fd, const std::vector<std::u16string>& args) in Dump() argument
/foundation/ability/form_fwk/frameworks/js/napi/formUtil/
H A Dnapi_form_util.cpp598 bool ParseParam(napi_env env, napi_value args, FormInstancesFilter &filter) in ParseParam() argument
/foundation/ability/ability_runtime/test/unittest/ability_manager_proxy_test/
H A Dability_manager_proxy_test.cpp83 std::string args; in HWTEST_F() local
460 std::string args = "aaa"; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.cpp324 PathArgs args; in CanvasPath2D() local
347 PathArgs args; in SetTransform() local
359 PathArgs args; MoveTo() local
367 PathArgs args; LineTo() local
375 PathArgs args; Arc() local
387 PathArgs args; ArcTo() local
398 PathArgs args; QuadraticCurveTo() local
408 PathArgs args; BezierCurveTo() local
421 PathArgs args; Ellipse() local
435 PathArgs args; Rect() local
445 PathArgs args; ClosePath() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_layout_algorithm.cpp102 std::string args; in Init() local
/foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/
H A Dui_ability_lifecycle_manager_test.cpp2180 std::string args; in HWTEST_F() local
2198 std::string args; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/
H A Djs_action_sheet.cpp306 void JSActionSheet::Show(const JSCallbackInfo& args) in Show() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_indexer.cpp88 void JSIndexer::Create(const JSCallbackInfo& args) in Create() argument
137 void JSIndexer::SetSelectedColor(const JSCallbackInfo& args) in SetSelectedColor() argument
145 void JSIndexer::SetColor(const JSCallbackInfo& args) in SetColor() argument
153 SetPopupColor(const JSCallbackInfo& args) SetPopupColor() argument
161 SetSelectedBackgroundColor(const JSCallbackInfo& args) SetSelectedBackgroundColor() argument
169 SetPopupBackground(const JSCallbackInfo& args) SetPopupBackground() argument
182 SetSelectedFont(const JSCallbackInfo& args) SetSelectedFont() argument
197 SetPopupFont(const JSCallbackInfo& args) SetPopupFont() argument
212 SetFont(const JSCallbackInfo& args) SetFont() argument
227 JsOnSelected(const JSCallbackInfo& args) JsOnSelected() argument
240 JsOnRequestPopupData(const JSCallbackInfo& args) JsOnRequestPopupData() argument
269 JsOnPopupSelected(const JSCallbackInfo& args) JsOnPopupSelected() argument
282 GetFontContent(const JSCallbackInfo& args, std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight, std::optional<std::vector<std::string>>& fontFamily, std::optional<FontStyle>& fontStyle) GetFontContent() argument
314 SetItemSize(const JSCallbackInfo& args) SetItemSize() argument
328 SetAlignStyle(const JSCallbackInfo& args) SetAlignStyle() argument
350 SetSelected(const JSCallbackInfo& args) SetSelected() argument
363 SetPopupPosition(const JSCallbackInfo& args) SetPopupPosition() argument
388 SetPopupSelectedColor(const JSCallbackInfo& args) SetPopupSelectedColor() argument
396 SetPopupUnselectedColor(const JSCallbackInfo& args) SetPopupUnselectedColor() argument
404 SetPopupItemFont(const JSCallbackInfo& args) SetPopupItemFont() argument
432 SetPopupItemBackgroundColor(const JSCallbackInfo& args) SetPopupItemBackgroundColor() argument
440 PaseColor(const JSCallbackInfo& args) PaseColor() argument
450 SetAutoCollapse(const JSCallbackInfo& args) SetAutoCollapse() argument
459 SetPopupItemBorderRadius(const JSCallbackInfo& args) SetPopupItemBorderRadius() argument
481 SetItemBorderRadius(const JSCallbackInfo& args) SetItemBorderRadius() argument
503 SetPopupBackgroundBlurStyle(const JSCallbackInfo& args) SetPopupBackgroundBlurStyle() argument
524 SetPopupTitleBackground(const JSCallbackInfo& args) SetPopupTitleBackground() argument
532 SetWidth(const JSCallbackInfo& args) SetWidth() argument
542 SetEnableHapticFeedback(const JSCallbackInfo& args) SetEnableHapticFeedback() argument
[all...]
H A Djs_indicator.cpp360 void JSIndicatorController::Constructor(const JSCallbackInfo& args) in Constructor() argument
374 void JSIndicatorController::ChangeIndex(const JSCallbackInfo& args) in ChangeIndex() argument
H A Djs_gesture.cpp277 void JSTapGesture::Create(const JSCallbackInfo& args) in Create() argument
306 void JSLongPressGesture::Create(const JSCallbackInfo& args) in Create() argument
333 void JSPanGesture::Create(const JSCallbackInfo& args) in Create() argument
377 Create(const JSCallbackInfo& args) Create() argument
412 Create(const JSCallbackInfo& args) Create() argument
435 Create(const JSCallbackInfo& args) Create() argument
457 Create(const JSCallbackInfo& args) Create() argument
470 JsHandlerOnGestureEvent(Ace::GestureEventAction action, const JSCallbackInfo& args) JsHandlerOnGestureEvent() argument
498 SetTag(const JSCallbackInfo& args) SetTag() argument
510 SetAllowedTypes(const JSCallbackInfo& args) SetAllowedTypes() argument
535 JsHandlerOnAction(const JSCallbackInfo& args) JsHandlerOnAction() argument
539 JsHandlerOnActionStart(const JSCallbackInfo& args) JsHandlerOnActionStart() argument
543 JsHandlerOnActionUpdate(const JSCallbackInfo& args) JsHandlerOnActionUpdate() argument
548 JsHandlerOnActionEnd(const JSCallbackInfo& args) JsHandlerOnActionEnd() argument
552 JsHandlerOnActionCancel(const JSCallbackInfo& args) JsHandlerOnActionCancel() argument
573 SetDirection(const JSCallbackInfo& args) SetDirection() argument
584 SetDistance(const JSCallbackInfo& args) SetDistance() argument
596 SetFingers(const JSCallbackInfo& args) SetFingers() argument
608 GetDirection(const JSCallbackInfo& args) GetDirection() argument
617 Constructor(const JSCallbackInfo& args) Constructor() argument
748 Create(const JSCallbackInfo& args) Create() argument
[all...]
H A Djs_water_flow.cpp154 void UpdateWaterFlowSections(const JSCallbackInfo& args, const JSRef<JSVal>& sections) in UpdateWaterFlowSections() argument
63 ParseChanges( const JSCallbackInfo& args, const JSRef<JSArray>& changeArray, RefPtr<NG::WaterFlowSections>& waterFlowSections) ParseChanges() argument
92 ParseSections( const JSCallbackInfo& args, const JSRef<JSArray>& sectionArray, RefPtr<NG::WaterFlowSections>& waterFlowSections) ParseSections() argument
129 UpdateSections( const JSCallbackInfo& args, const JSRef<JSVal>& sections, RefPtr<NG::WaterFlowSections>& waterFlowSections) UpdateSections() argument
161 UpdateWaterFlowSectionsByFrameNode( NG::FrameNode* frameNode, const JSCallbackInfo& args, const JSRef<JSVal>& sections) UpdateWaterFlowSectionsByFrameNode() argument
169 Create(const JSCallbackInfo& args) Create() argument
346 SetNestedScroll(const JSCallbackInfo& args) SetNestedScroll() argument
378 SetScrollEnabled(const JSCallbackInfo& args) SetScrollEnabled() argument
393 ReachStartCallback(const JSCallbackInfo& args) ReachStartCallback() argument
408 ReachEndCallback(const JSCallbackInfo& args) ReachEndCallback() argument
423 ScrollFrameBeginCallback(const JSCallbackInfo& args) ScrollFrameBeginCallback() argument
485 JsOnScroll(const JSCallbackInfo& args) JsOnScroll() argument
499 JsOnScrollStart(const JSCallbackInfo& args) JsOnScrollStart() argument
511 JsOnScrollStop(const JSCallbackInfo& args) JsOnScrollStop() argument
523 JsOnScrollIndex(const JSCallbackInfo& args) JsOnScrollIndex() argument
[all...]
H A Djs_xcomponent.cpp285 void JSXComponent::JsOnLoad(const JSCallbackInfo& args) in JsOnLoad() argument
347 void JSXComponent::JsOnDestroy(const JSCallbackInfo& args) in JsOnDestroy() argument
364 JsOnAppear(const JSCallbackInfo& args) JsOnAppear() argument
374 JsOnDisAppear(const JSCallbackInfo& args) JsOnDisAppear() argument
384 JsOnAttach(const JSCallbackInfo& args) JsOnAttach() argument
394 JsOnDetach(const JSCallbackInfo& args) JsOnDetach() argument
404 JsOnTouch(const JSCallbackInfo& args) JsOnTouch() argument
414 JsOnClick(const JSCallbackInfo& args) JsOnClick() argument
424 JsOnKeyEvent(const JSCallbackInfo& args) JsOnKeyEvent() argument
434 JsOnMouse(const JSCallbackInfo& args) JsOnMouse() argument
444 JsOnHover(const JSCallbackInfo& args) JsOnHover() argument
455 JsOnFocus(const JSCallbackInfo& args) JsOnFocus() argument
465 JsOnBlur(const JSCallbackInfo& args) JsOnBlur() argument
475 JsBackgroundColor(const JSCallbackInfo& args) JsBackgroundColor() argument
491 JsBackgroundImage(const JSCallbackInfo& args) JsBackgroundImage() argument
500 JsBackgroundImageSize(const JSCallbackInfo& args) JsBackgroundImageSize() argument
509 JsBackgroundImagePosition(const JSCallbackInfo& args) JsBackgroundImagePosition() argument
519 JsOpacity(const JSCallbackInfo& args) JsOpacity() argument
528 JsBlur(const JSCallbackInfo& args) JsBlur() argument
537 JsBackdropBlur(const JSCallbackInfo& args) JsBackdropBlur() argument
546 JsGrayscale(const JSCallbackInfo& args) JsGrayscale() argument
555 JsBrightness(const JSCallbackInfo& args) JsBrightness() argument
564 JsSaturate(const JSCallbackInfo& args) JsSaturate() argument
573 JsContrast(const JSCallbackInfo& args) JsContrast() argument
582 JsInvert(const JSCallbackInfo& args) JsInvert() argument
591 JsSepia(const JSCallbackInfo& args) JsSepia() argument
600 JsHueRotate(const JSCallbackInfo& args) JsHueRotate() argument
609 JsColorBlend(const JSCallbackInfo& args) JsColorBlend() argument
618 JsSphericalEffect(const JSCallbackInfo& args) JsSphericalEffect() argument
627 JsLightUpEffect(const JSCallbackInfo& args) JsLightUpEffect() argument
636 JsPixelStretchEffect(const JSCallbackInfo& args) JsPixelStretchEffect() argument
645 JsLinearGradientBlur(const JSCallbackInfo& args) JsLinearGradientBlur() argument
663 JsRenderFit(const JSCallbackInfo& args) JsRenderFit() argument
686 JsEnableSecure(const JSCallbackInfo& args) JsEnableSecure() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_drag_function.cpp62 void SetPlainText(const JSCallbackInfo& args) in SetPlainText() argument
69 void GetPlainText(const JSCallbackInfo& args) in GetPlainText() argument
87 static void Constructor(const JSCallbackInfo& args) in Constructor() argument
139 void JsDragEvent::GetJsPasteData(const JSCallbackInfo& args) in GetJsPasteData() argument
144 void JsDragEvent::GetScreenX(const JSCallbackInfo& args) in GetScreenX() argument
151 GetScreenY(const JSCallbackInfo& args) GetScreenY() argument
158 GetX(const JSCallbackInfo& args) GetX() argument
165 GetY(const JSCallbackInfo& args) GetY() argument
172 GetDescription(const JSCallbackInfo& args) GetDescription() argument
179 SetDescription(const JSCallbackInfo& args) SetDescription() argument
186 SetData(const JSCallbackInfo& args) SetData() argument
203 GetData(const JSCallbackInfo& args) GetData() argument
236 GetSummary(const JSCallbackInfo& args) GetSummary() argument
247 SetResult(const JSCallbackInfo& args) SetResult() argument
255 GetResult(const JSCallbackInfo& args) GetResult() argument
263 GetPreviewRect(const JSCallbackInfo& args) GetPreviewRect() argument
270 SetUseCustomDropAnimation(const JSCallbackInfo& args) SetUseCustomDropAnimation() argument
277 GetUseCustomDropAnimation(const JSCallbackInfo& args) GetUseCustomDropAnimation() argument
284 SetDragInfo(const JSCallbackInfo& args) SetDragInfo() argument
301 GetDragInfo(const JSCallbackInfo& args) GetDragInfo() argument
323 SetDragBehavior(const JSCallbackInfo& args) SetDragBehavior() argument
331 GetDragBehavior(const JSCallbackInfo& args) GetDragBehavior() argument
340 GetVelocityX(const JSCallbackInfo& args) GetVelocityX() argument
347 GetVelocityY(const JSCallbackInfo& args) GetVelocityY() argument
354 GetVelocity(const JSCallbackInfo& args) GetVelocity() argument
362 GetModifierKeyState(const JSCallbackInfo& args) GetModifierKeyState() argument
375 Constructor(const JSCallbackInfo& args) Constructor() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_rendering_context.cpp185 void JSRenderingContext::Constructor(const JSCallbackInfo& args) in Constructor() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_alert_dialog.cpp340 auto args = textStyle->GetProperty("wordBreak"); in ParseTextStyle() local
366 void JSAlertDialog::Show(const JSCallbackInfo& args) in Show() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_picker_base.cpp446 void DOMPickerBase::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
H A Ddom_input.cpp138 void DOMInput::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
H A Ddom_list.cpp632 void DOMList::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
758 void DOMList::ScrollToEdgeMethod(const std::string& method, const std::string& args) in ScrollToEdgeMethod() argument
784 ScrollPageMethod(const std::string& method, const std::string& args) ScrollPageMethod() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_xcomponent_bridge.cpp256 Framework::JSRef<Framework::JSVal> args = info[ARG_CONTROLLER]; in SetXComponentInitialize() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dtemplates_parser.cpp337 std::pair<std::vector<double>, double> ParseArgsWithoutAutoFill(const std::string& args, double size, double gap) in ParseArgsWithoutAutoFill() argument
182 CheckAutoFillParameter( const std::string& args, double size, std::vector<double>& out, std::vector<Value>& resultvec) CheckAutoFillParameter() argument
208 ParseArgsWithAutoFill( const std::string& args, double size, double gap, int32_t childrenCount) ParseArgsWithAutoFill() argument
491 ParseTemplateArgs( const std::string& args, double size, double gap, int32_t childrenCount) ParseTemplateArgs() argument
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager_sync.cpp67 bool ParseWantWithParameter(napi_env env, napi_value args, Want &want) in ParseWantWithParameter() argument
111 bool ParseWantListWithParameter(napi_env env, napi_value args, std::vector<Want> &wants) in ParseWantListWithParameter() argument
296 ParamsExtensionTypeSync(napi_env env, napi_valuetype valueType, napi_value args, ExtensionParamInfo& extensionParamInfo) ParamsExtensionTypeSync() argument
[all...]
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_system_ability_client.cpp637 napi_value args[ARGS_SIZE_TWO] = {0}; in SubscribeState() local
707 napi_value args[ARGS_SIZE_TW in UnsubscribeState() local
682 GetAccessibilityStateEventType( napi_env env, napi_value* args, OHOS::Accessibility::RetError& errCode, uint32_t& type) GetAccessibilityStateEventType() argument
955 napi_value args[ARGS_SIZE_TWO] = {0}; RegisterCaptionStateCallback() local
1013 napi_value args[ARGS_SIZE_TWO] = {0}; DeregisterCaptionStateCallback() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcamera_component.cpp371 TakePhoto(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t size) TakePhoto() argument

Completed in 41 milliseconds

1...<<101102103104105106107108109110>>...156