/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | render_module.cpp | 47 return UNDEFINED; in CreateElement() 52 return UNDEFINED; in CreateElement() 65 return UNDEFINED; in CreateElement() 76 return UNDEFINED; in CreateElement() 99 options = UNDEFINED; in CreateElement() 103 children = UNDEFINED; in CreateElement() 107 options = UNDEFINED; in CreateElement() 108 children = UNDEFINED; in CreateElement() 111 return UNDEFINED; in CreateElement() 142 return UNDEFINED; in LoopRender() [all …]
|
H A D | feature_ability_module.cpp | 55 callbackContext_ = UNDEFINED; in Init() 57 failCallback_ = UNDEFINED; in Init() 126 return UNDEFINED; in Detect() 159 return UNDEFINED; in Detect() 171 return UNDEFINED; in Detect() 180 return UNDEFINED; in SendMsgToPeer() 227 return UNDEFINED; in SendMsgToPeer() 236 return UNDEFINED; in SubscribeMessage() 269 return UNDEFINED; in SubscribeMessage() 279 return UNDEFINED; in UnsubscribeMessage() [all …]
|
H A D | timer_module.cpp | 59 return UNDEFINED; in CreateTimer() 63 return UNDEFINED; in CreateTimer() 99 jerry_value_t retVal = UNDEFINED; in StartTask() 122 return UNDEFINED; in StartTask() 137 return UNDEFINED; in ClearTimer() 142 return UNDEFINED; in ClearTimer() 145 return UNDEFINED; in ClearTimer() 151 return UNDEFINED; in ClearTimer() 162 return UNDEFINED; in ClearTimer()
|
H A D | console_module.cpp | 43 return UNDEFINED; in LogDebug() 55 return UNDEFINED; in LogInfo() 67 return UNDEFINED; in LogWarn() 79 return UNDEFINED; in Log() 91 return UNDEFINED; in LogError()
|
H A D | app_data_module.cpp | 42 return UNDEFINED; in GetApp() 47 return UNDEFINED; in GetApp() 52 return UNDEFINED; in GetApp() 57 return UNDEFINED; in GetApp()
|
H A D | image_module.cpp | 106 return UNDEFINED; in CreateImage() 128 return UNDEFINED; in OnLoadSetter() 167 return UNDEFINED; in OnErrorSetter() 205 return UNDEFINED; in OnSrcSetter() 213 return UNDEFINED; in OnSrcSetter() 216 return UNDEFINED; in OnSrcSetter() 236 return UNDEFINED; in OnSrcGetter() 256 return UNDEFINED; in OnHeightSetter() 293 return UNDEFINED; in OnWidthSetter()
|
H A D | localization_module.cpp | 68 return UNDEFINED; in GetValueByKey() 75 return UNDEFINED; in GetValueByKey() 81 return UNDEFINED; in GetValueByKey() 96 return UNDEFINED; in GetValueByKey()
|
H A D | profiler_module.cpp | 43 return UNDEFINED; in StartTracing() 61 return UNDEFINED; in StartTracing() 76 return UNDEFINED; in StopTracing()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/router/test/unittest/common/ |
H A D | router_module_tdd_test.cpp | 88 value = UNDEFINED; in ReleaseJSValue() 100 JSValue routerParam = UNDEFINED; 173 JSValue jsResult = UNDEFINED; in PrepareRouterStateMachine() 193 JSValue result = UNDEFINED; in HookViewModel() 194 sm.Init(UNDEFINED, result); in HookViewModel() 206 JSValue routerParam = UNDEFINED; 235 JSValue routerParam = UNDEFINED; 264 JSValue prameter = UNDEFINED; 321 JSValue object = UNDEFINED; 349 JSValue object = UNDEFINED; [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | grid_property.h | 41 …if ((type_ != GridSizeType::UNDEFINED) && (other.type_ != GridSizeType::UNDEFINED) && (type_ != ot… 47 GridSizeType type_ = GridSizeType::UNDEFINED; 56 …GridProperty() : typedPropertySet_ { { GridSizeType::UNDEFINED, DEFAULT_GRID_SPAN, DEFAULT_GRID_OF… in GridProperty() 85 bool UpdateSpan(int32_t span, GridSizeType type = GridSizeType::UNDEFINED); 87 bool UpdateOffset(int32_t offset, GridSizeType type = GridSizeType::UNDEFINED);
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | event_listener.h | 194 bindTouchStartFunc_(UNDEFINED), in ViewOnTouchListener() 195 bindTouchMoveFunc_(UNDEFINED), in ViewOnTouchListener() 196 bindTouchEndFunc_(UNDEFINED), in ViewOnTouchListener() 197 bindSwipeFunc_(UNDEFINED), in ViewOnTouchListener() 233 SliderEventListener() : bindChangeFunc_(UNDEFINED) {} in SliderEventListener() 247 CallJSFunctionAutoRelease(bindChangeFunc_, UNDEFINED, args, 1); in OnChange() 265 : bindScrollStartFunc_(UNDEFINED), in ListEventListener() 266 bindScrollEndFunc_(UNDEFINED), in ListEventListener() 267 bindScrollSelectedFunc_(UNDEFINED), in ListEventListener() 268 bindScrollTopFunc_(UNDEFINED), in ListEventListener() [all …]
|
H A D | canvas_component.cpp | 187 dom_(UNDEFINED), in CanvasComponent() 371 return UNDEFINED; in FillStyleSetter() 441 return UNDEFINED; in StrokeStyleSetter() 489 return UNDEFINED; in LineWidthSetter() 563 return UNDEFINED; in FontSetter() 641 return UNDEFINED; in TextAlignSetter() 690 return UNDEFINED; in ShadowOffsetXSetter() 730 return UNDEFINED; in ShadowOffsetYSetter() 770 return UNDEFINED; in ShadowBlurSetter() 822 return UNDEFINED; in ShadowColorSetter() [all …]
|
H A D | video_component.cpp | 93 return UNDEFINED; in Start() 98 return UNDEFINED; in Start() 102 return UNDEFINED; in Start() 106 return UNDEFINED; in Start() 116 return UNDEFINED; in Pause() 121 return UNDEFINED; in Pause() 125 return UNDEFINED; in Pause() 129 return UNDEFINED; in Pause() 139 return UNDEFINED; in SetCurrentTime() 148 return UNDEFINED; in SetCurrentTime() [all …]
|
H A D | image_animator_component.cpp | 330 return UNDEFINED; in StartAnimator() 338 return UNDEFINED; in StartAnimator() 350 return UNDEFINED; in PauseAnimator() 358 return UNDEFINED; in PauseAnimator() 370 return UNDEFINED; in ResumeAnimator() 378 return UNDEFINED; in ResumeAnimator() 390 return UNDEFINED; in StopAnimator() 398 return UNDEFINED; in StopAnimator() 411 return UNDEFINED; in GetAnimatorState() 429 return UNDEFINED; in GetAnimatorState()
|
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/ |
H A D | cloud_enhancement_task_state_napi.h | 64 static const int32_t UNDEFINED = -1; variable 65 int32_t transferredFileSize_ {UNDEFINED}; 66 int32_t totalFileSize_ {UNDEFINED}; 67 int32_t expectedDuration_ {UNDEFINED}; 68 int32_t statusCode_ {UNDEFINED};
|
H A D | cloud_enhancement_napi.h | 95 const int32_t UNDEFINED = -1; member 101 int32_t fileId {UNDEFINED}; 108 int32_t transferredFileSize_ {UNDEFINED}; 109 int32_t totalFileSize_ {UNDEFINED}; 110 int32_t expectedDuration_ {UNDEFINED}; 111 int32_t statusCode_ {UNDEFINED};
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.h | 153 UNDEFINED = 1, enumerator 162 { WindowMode::WINDOW_MODE_UNDEFINED, ApiWindowMode::UNDEFINED }, 170 {ApiWindowMode::UNDEFINED, WindowMode::WINDOW_MODE_UNDEFINED }, 244 UNDEFINED = 0, enumerator 254 { WindowSizeChangeReason::UNDEFINED, RectChangeReason::UNDEFINED }, 257 { WindowSizeChangeReason::ROTATION, RectChangeReason::UNDEFINED }, 262 { WindowSizeChangeReason::RESIZE, RectChangeReason::UNDEFINED }, 264 { WindowSizeChangeReason::HIDE, RectChangeReason::UNDEFINED }, 265 { WindowSizeChangeReason::TRANSFORM, RectChangeReason::UNDEFINED }, 266 { WindowSizeChangeReason::CUSTOM_ANIMATION_SHOW, RectChangeReason::UNDEFINED }, [all …]
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | root_component_mock.cpp | 59 rootContainer_ = new DivComponent(UNDEFINED, UNDEFINED, containerStyleMgr_); in PrepareRootContainer() 61 rootContainer_ = new StackComponent(UNDEFINED, UNDEFINED, containerStyleMgr_); in PrepareRootContainer()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_app_context.cpp | 77 return UNDEFINED; in Eval() 89 return UNDEFINED; in Eval() 93 jerry_value_t viewModel = UNDEFINED; in Eval() 110 return UNDEFINED; in Eval() 125 return UNDEFINED; in Eval() 181 return UNDEFINED; in Render() 186 return UNDEFINED; in Render() 192 return UNDEFINED; in Render()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | lazy_load_manager.cpp | 70 (component == nullptr) ? UNDEFINED : component->AddWatcherItem(attrName, attrGetter, true); in RenderSingleLazyWatcher() 99 if (nativeElement == UNDEFINED || attrName == UNDEFINED || getter == UNDEFINED) { in AddLazyLoadWatcher()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/util/ |
H A D | intf_render_frame_util.h | 50 UNDEFINED, in RENDER_BEGIN_NAMESPACE() enumerator 77 UNDEFINED, in RENDER_BEGIN_NAMESPACE() enumerator 91 BackBufferType backBufferType = { BackBufferType::UNDEFINED }; in RENDER_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | grid_column_info.h | 82 columnInfo_->columns_[ScreenSizeType::UNDEFINED] = static_cast<int32_t>(columns); in SetColumns() 85 void ACE_EXPORT SetOffset(int32_t offset, GridSizeType type = GridSizeType::UNDEFINED); 112 return columns_[ScreenSizeType::UNDEFINED]; in GetColumns() 129 columns_[ScreenSizeType::UNDEFINED] = DEFAULT_GRID_COLUMN_SPAN; in GridColumnInfo()
|
H A D | grid_column_info.cpp | 39 columns = columns > 0 ? columns : columns_[GridSizeType::UNDEFINED]; in GetWidth() 70 columns = columns > 0 ? columns : columns_[GridSizeType::UNDEFINED]; in GetMaxWidth() 94 offset = offsets_[GridSizeType::UNDEFINED]; // use common offset in GetOffset()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_command_list.h | 40 UNDEFINED = 0, enumerator 63 UNDEFINED, enumerator 166 DrawType drawType { DrawType::UNDEFINED }; 179 DrawType drawType { DrawType::UNDEFINED }; 304 RenderCommandType renderCommandType { RenderCommandType::UNDEFINED }; 339 UNDEFINED = 0, enumerator 344 CopyType copyType { CopyType::UNDEFINED }; 417 UNDEFINED = 0, enumerator 424 StencilDynamicState dynamicState { StencilDynamicState::UNDEFINED }; 445 RenderCommandType type { RenderCommandType::UNDEFINED };
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/ |
H A D | stylemgr_tdd_test.cpp | 521 DivComponent* divComponent = new DivComponent(UNDEFINED, UNDEFINED, g_testStyleMgr); in ACELiteStyleManagerIDSelector001() 553 DivComponent* divComponent = new DivComponent(styleOption, UNDEFINED, g_testStyleMgr); in ACELiteStyleManagerIDSelector002() 588 DivComponent* divComponent = new DivComponent(styleOption, UNDEFINED, g_testStyleMgr); in ACELiteStyleManagerIDSelector003() 640 DivComponent* divComponent = new DivComponent(option, UNDEFINED, g_testStyleMgr); in ACELiteStyleManagerIDSelector004() 683 DivComponent* divComponent = new DivComponent(styleOption, UNDEFINED, g_testStyleMgr); in ACELiteStyleManagerIDSelector005() 743 DivComponent* divComponent = new DivComponent(UNDEFINED, UNDEFINED, g_testStyleMgr); in ACELiteStyleManagerClassSelector001() 776 DivComponent* divComponent = new DivComponent(styleOption, UNDEFINED, g_testStyleMgr); in ACELiteStyleManagerClassSelector002() 823 DivComponent* divComponent = new DivComponent(styleOption, UNDEFINED, g_testStyleMgr); in ACELiteStyleManagerClassSelector003() 895 DivComponent* divComponent = new DivComponent(option, UNDEFINED, g_testStyleMgr); in ACELiteStyleManagerCSSPesudo001()
|