/foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
H A D | event_config.cpp | 29 if (!jsonObj || !jsonObj->IsValid() || !jsonObj->IsObject()) { in Init() 39 if (!item || !item->IsObject()) { in Init() 64 if (switchVal && switchVal->IsObject()) { in ParseSwitch() 71 if (globalSwitchVal && globalSwitchVal->IsObject()) { in ParseSwitch() 98 if (!exposureCfgJson || !exposureCfgJson->IsObject()) { in ParseExposureCfg()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_tab_content.cpp | 103 if (!tabBarInfo->IsObject()) { in SetTabBar() 168 if (info->IsObject()) { in SetIndicator() 176 if (!info->IsObject() || !ConvertFromJSValue(obj->GetProperty("color"), indicator.color)) { in SetIndicator() 182 if (!info->IsObject() || !ParseJsDimensionVp(obj->GetProperty("height"), indicatorHeight) || in SetIndicator() 191 if (!info->IsObject() || !ParseJsDimensionVp(obj->GetProperty("width"), indicatorWidth) || in SetIndicator() 197 if (!info->IsObject() || !ParseJsDimensionVp(obj->GetProperty("borderRadius"), indicatorBorderRadius) || in SetIndicator() 203 if (!info->IsObject() || !ParseJsDimensionVp(obj->GetProperty("marginTop"), indicatorMarginTop) || in SetIndicator() 218 if (info->IsObject()) { in SetBoard() 223 if (!info->IsObject() || !ParseJsDimensionVp(obj->GetProperty("borderRadius"), borderRadius) || in SetBoard() 281 if (!info->IsObject()) { in SetLabelStyle() [all...] |
H A D | js_navigation_utils.cpp | 39 if (itemSymbolIconObject->IsObject()) { in ParseSymbolAndIcon() 50 if (itemActiveSymbolIconObject->IsObject()) { in ParseSymbolAndIcon() 65 if (!obj->IsObject()) { in ParseBackgroundOptions() 89 if (!obj->IsObject()) { in ParseBarOptions() 116 if (!obj->IsObject()) { in ParseTextOptions() 153 if (!item->IsObject()) { in ParseToolbarItemsConfiguration() 194 if (!info[1]->IsObject()) { in ParseTitleBarOptions() 233 if (!item->IsObject()) { in ParseBarItems() 245 if (itemSymbolIconObject->IsObject()) { in ParseBarItems()
|
H A D | js_container_span.cpp | 32 if (!jsValue->IsObject()) { in ParseTextBackgroundStyle() 42 if (!radiusValue->IsString() && !radiusValue->IsNumber() && !radiusValue->IsObject()) { in ParseTextBackgroundStyle() 52 } else if (radiusValue->IsObject()) { in ParseTextBackgroundStyle()
|
H A D | js_datepicker.cpp | 259 if (acceptButtonStyle->IsObject()) { in ParseButtonStyles() 268 if (cancelButtonStyle->IsObject()) { in ParseButtonStyles() 323 if (info.Length() >= 1 && info[0]->IsObject()) { in Create() 361 if (!disappearProperty->IsNull() && disappearProperty->IsObject()) { in ParseTextProperties() 366 if (!normalProperty->IsNull() && normalProperty->IsObject()) { in ParseTextProperties() 371 if (!selectedProperty->IsNull() && selectedProperty->IsObject()) { in ParseTextProperties() 405 if (!fontOptions->IsObject()) { in ParseTextStyle() 457 if (info[0]->IsObject()) { in SetDisappearTextStyle() 469 if (info[0]->IsObject()) { in SetTextStyle() 481 if (info[0]->IsObject()) { in SetSelectedTextStyle() [all...] |
H A D | js_list_item_group.cpp | 110 if (args.Length() != 1 || !(args[0]->IsObject())) { in SetChildrenMainSize() 138 if (!change->IsObject()) { in SetChildrenMainSize() 164 if (args.Length() < 1 || !args[0]->IsObject()) { in Create() 205 if (args.Length() >= 1 && args[0]->IsObject()) { in SetDivider() 229 if (!contentParam->IsObject()) { in ParseHeaderAndFooterContent() 234 if (!builderNodeParam->IsObject()) { in ParseHeaderAndFooterContent() 282 if (args.Length() >= 1 && args[0]->IsObject()) { in GetListItemGroupStyle()
|
H A D | js_particle.cpp | 139 if (!arrayItemJsValue->IsObject()) { in ParseAnimationFloatArray() 306 if (updaterJsValue->IsObject()) { in ParseFloatOption() 334 if (!configJsValue->IsObject()) { in ParseParticleObject() 412 if (!particleJsValue->IsObject()) { in ParseEmitterOption() 467 if (!arrayItemJsValue->IsObject()) { in ParseAnimationColorArray() 504 if (!configJsValue->IsObject()) { in ParseColorRandomUpdater() 607 if (updaterJsValue->IsObject()) { in ParseColorOption() 624 if (!jsValue->IsObject()) { in ParseParticleVelocity() 648 if (!jsValue->IsObject()) { in ParseParticleAcceleration() 655 if (speedValue->IsObject()) { in ParseParticleAcceleration() [all...] |
H A D | js_tabs_feature.cpp | 310 if (!info[INDEX_ZERO]->IsObject() || !info[INDEX_ONE]->IsObject()) { in BindTabsToScrollable() 322 if (!info[INDEX_ZERO]->IsObject() || !info[INDEX_ONE]->IsObject()) { in UnbindTabsFromScrollable() 334 if (!info[INDEX_ZERO]->IsObject() || !info[INDEX_ONE]->IsObject() || !info[INDEX_TWO]->IsObject()) { in BindTabsToNestedScrollable() 347 if (!info[INDEX_ZERO]->IsObject() || !info[INDEX_ONE]->IsObject() || !info[INDEX_TWO]->IsObject()) { in UnbindTabsFromNestedScrollable() [all...] |
H A D | js_relative_container.cpp | 75 if (!args->IsObject()) { in ParseBarrierInfo() 119 if (!tmpInfo->IsArray() && !tmpInfo->IsObject()) { in JsBarrier() 138 if (!args->IsObject()) { in ParseGuideline() 157 if (positionVal->IsObject()) { in ParseGuideline() 179 if (!tmpInfo->IsArray() && !tmpInfo->IsObject()) { in JsGuideline()
|
H A D | js_calendar_picker.cpp | 139 if (acceptButtonStyle->IsObject()) { in ParseButtonStyles() 148 if (cancelButtonStyle->IsObject()) { in ParseButtonStyles() 211 if (!info[0]->IsObject()) { in SetBorder() 218 if (ParseJsDimensionVpNG(valueWidth, value) || valueWidth->IsObject()) { in SetBorder() 243 if (!args->IsObject() && !args->IsNumber() && !args->IsString()) { in ParseCalendarPickerBorderColor() 258 if (!info[1]->IsObject()) { in SetEdgeAlign() 284 if (!info[0]->IsObject()) { in SetTextStyle() 314 if (info[0]->IsObject()) { in JsPadding() 351 if (ParseJsColor(jsValue, borderColor) || jsValue->IsObject()) { in JsBorderColor() 362 if (ParseJsDimensionVpNG(jsValue, value) || jsValue->IsObject()) { in JsBorderRadius() [all...] |
H A D | js_view_abstract.cpp | 172 if (!jsValue->IsObject()) { in ParseJsScale() 197 if (!jsValue->IsObject()) { in ParseJsTranslate() 218 if (!jsValue->IsObject()) { in ParseJsRotate() 264 if (!jsValue->IsObject()) { in ParseMotionPath() 327 } else if (item->IsObject()) { in GetReplaceContentStr() 335 } else if (item->IsObject()) { in GetReplaceContentStr() 343 } else if (item->IsObject()) { in GetReplaceContentStr() 463 if (jsTop->IsObject()) { in CheckLengthMetrics() 470 if (jsBottom->IsObject()) { in CheckLengthMetrics() 488 if (startVal->IsObject()) { in ParseLocalizedEdges() [all...] |
H A D | js_animatable_arithmetic.h | 62 if (!retVal->IsObject()) { 78 if (!retVal->IsObject()) { 90 if (!retVal->IsObject()) {
|
H A D | js_page_transition.cpp | 94 if (info.Length() > 0 && info[0]->IsObject()) { in Translate() 113 if (info.Length() > 0 && info[0]->IsObject()) { in Scale() 216 if (!transitionArgs->IsObject()) { in ParseTransitionOption() 235 } else if (curveArgs->IsObject()) { in ParseTransitionOption() 249 if (info.Length() > 0 && info[0]->IsObject()) { in Create() 257 if (info.Length() > 0 && info[0]->IsObject()) { in Create()
|
H A D | js_tabs.cpp | 226 if (jsValue->IsObject()) { in Create() 236 if (controller->IsObject()) { in Create() 254 } else if (indexVal->IsObject()) { in Create() 315 if (info.Length() > 1 && info[1]->IsObject()) { in SetBarMode() 467 if (info.Length() > 1 && info[1]->IsObject()) { in SetBarBackgroundBlurStyle() 486 if (dividerInfo->IsObject()) { in SetDivider() 492 if (!dividerInfo->IsObject() || !ParseJsDimensionVp(obj->GetProperty("strokeWidth"), dividerStrokeWidth) || in SetDivider() 498 if (!dividerInfo->IsObject() || !ConvertFromJSValue(obj->GetProperty("color"), divider.color)) { in SetDivider() 501 if (!dividerInfo->IsObject() || !ParseJsDimensionVp(obj->GetProperty("startMargin"), dividerStartMargin) || in SetDivider() 507 if (!dividerInfo->IsObject() || !ParseJsDimensionV in SetDivider() [all...] |
H A D | js_utils.cpp | 56 if (!obj->IsObject()) { in UnwrapNapiValue() 90 if (!obj->IsObject()) { in CreatePixelMapFromNapiValue() 148 if (!obj->IsObject()) { in CreateWantWrapFromNapiValue() 199 if (!args->IsObject()) { in HandleDifferentRadius() 251 if (!args->IsObject() && !args->IsNumber() && !args->IsString()) { in ParseBorderRadiusAttr() 259 } else if (args->IsObject()) { in ParseBorderRadiusAttr() 273 if (!shadowObject->IsNumber() && !shadowObject->IsObject() && !shadowObject->IsArray()) { in ParseTextShadowFromShadowObject() 322 if (!jsValue->IsObject()) { in IsDrawable()
|
H A D | js_badge.cpp | 54 if (!info[0]->IsObject()) { in Create() 65 if (!info[0]->IsObject()) { in CreateBadgeParameters() 84 } else if (!position->IsNull() && position->IsObject()) { in CreateBadgeParameters() 103 if (!style->IsNull() && style->IsObject()) { in CreateBadgeParameters()
|
H A D | js_plugin.cpp | 42 if (!info[0]->IsObject()) { in Create() 50 if (templateObj->IsObject()) { in Create() 73 if (dataValue->IsObject()) { in Create() 80 if (!info[0]->IsObject()) { in JsSize()
|
H A D | js_lazy_foreach.cpp | 127 if (!info[PARAM_PARENT_VIEW]->IsObject()) { in ParseAndVerifyParams() 130 if (!info[PARAM_DATA_SOURCE]->IsObject()) { in ParseAndVerifyParams() 171 if (!params[PARAM_PARENT_VIEW]->IsObject()|| !params[PARAM_DATA_SOURCE]->IsObject() in Create()
|
H A D | js_content_slot.cpp | 37 if (info.Length() > 0 && info[0]->IsObject()) { in Create() 66 if (info.Length() != 1 && !info[0]->IsObject()) { in GetNativeContent()
|
H A D | js_scrollable_base.cpp | 49 if (!result->IsObject()) { in JsOnWillScroll() 86 if (info.Length() == 2 && info[1]->IsObject()) { /* 2: parameter count */ in SetFadingEdge() 119 } else if (info[0]->IsObject()) { in JSClipContent()
|
H A D | js_xcomponent_controller.cpp | 99 if (!jsPromise->IsObject()) { in ReturnPromise() 164 if (args.Length() < 1 || !args[0]->IsObject()) { in SetSurfaceConfig() 204 if (args.Length() < 1 || !args[0]->IsObject()) { in SetXComponentSurfaceRect() 255 if (args.Length() < 1 || !args[0]->IsObject()) { in StartImageAnalyzer() 293 if (!args[0]->IsObject()) { in SetXComponentSurfaceRotation()
|
H A D | js_search.cpp | 187 if (!info[0]->IsString() && !info[0]->IsObject()) { in SetFontFeature() 201 if (info[0]->IsObject()) { in Create() 212 if (textValue->IsObject()) { in Create() 233 if (!controllerObj->IsUndefined() && !controllerObj->IsNull() && controllerObj->IsObject()) { in Create() 307 if (info[1]->IsObject()) { in SetSearchButton() 343 if (info[0]->IsObject()) { in SetSearchIcon() 361 if (info[0]->IsObject()) { in SetCancelSymbolIcon() 372 if (!info[0]->IsObject()) { in SetCancelImageIcon() 379 if (!iconJsVal->IsObject()) { in SetCancelImageIcon() 421 if (!info[0]->IsObject()) { in SetSearchSymbolIcon() [all...] |
H A D | js_calendar.cpp | 89 if (!info[0]->IsObject()) { in Create() 97 if (!(dataJsVal->IsObject() && currentDataJsVal->IsObject() && preDataJsVal->IsObject() && in Create() 98 nextDataJsVal->IsObject())) { in Create() 124 if (controllerObj->IsObject()) { in Create() 171 if (!item->IsObject()) { in GetCalendarData() 379 if (!info[0]->IsObject()) { in SetCurrentDayStyle() 516 if (info.Length() < 1 || !info[0]->IsObject()) { in SetNonCurrentDayStyle() 542 if (info.Length() < 1 || !info[0]->IsObject()) { in SetTodayStyle() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_chart_bridge.cpp | 28 if (!runtime || !valObject || !valObject->IsObject(runtime)) { in GetAttrOptionsAxis() 70 if (!runtime || !valObject || !valObject->IsObject(runtime)) { in GetAttrOptionsSeriesPoint() 124 if (!runtime || !valObject || !valObject->IsObject(runtime)) { in GetChartAttrOptionsSeriesLineStyle() 167 if (!runtime || !valObject || !valObject->IsObject(runtime)) { in GetChartAttrOptionsSeriesLoop() 209 if (!runtime || !valObject || !valObject->IsObject(runtime)) { in GetChartAttrOptionsSeries() 228 if (val->IsObject(runtime)) { in GetChartAttrOptionsSeries() 315 if (!runtime || !valObject || !valObject->IsObject(runtime)) { in ParseAttrDataStyle() 339 } else if (val->IsObject(runtime)) { in ParseAttrDataStyle() 387 } else if (dataArrayItemVal->IsObject(runtime)) { in GetAttrDataSetData() 400 if (!runtime || !valObject || !valObject->IsObject(runtim in GetAttrDataset() [all...] |
H A D | jsi_input_bridge.cpp | 24 if (!valObject->IsObject(runtime)) { in GetInputOption() 69 if (itemVal->IsObject(runtime)) { in ParseInputOptions()
|