Home
last modified time | relevance | path

Searched refs:NODE_INDEX (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_list_item_group_bridge.cpp22 constexpr int32_t NODE_INDEX = 0; variable
34 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NODE_INDEX); in SetDivider()
81 values[NODE_INDEX] = static_cast<ArkUI_Float32>(dividerStrokeWidth.Value()); in SetDivider()
84 units[NODE_INDEX] = static_cast<int32_t>(dividerStrokeWidth.Unit()); in SetDivider()
96 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NODE_INDEX); in ResetDivider()
120 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NODE_INDEX); in ResetChildrenMainSize()
H A Darkts_native_textpicker_bridge.cpp29 constexpr int32_t NODE_INDEX = 0; variable
45 values[NODE_INDEX] = static_cast<ArkUI_Float32>(dividerStrokeWidth.Value()); in PopulateValues()
53 units[NODE_INDEX] = static_cast<int32_t>(dividerStrokeWidth.Unit()); in PopulateUnits()
370 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NODE_INDEX); in SetDivider()
422 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NODE_INDEX); in ResetDivider()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp49 constexpr auto NODE_INDEX = 0U; variable
1212 if (auto nodeHandle = nodeManager_.Read(row->components[NODE_INDEX])) { in Update()
1270 if (const auto& nodeComponent = nodeManager_.Read(row->components[NODE_INDEX])) { in CollectChangedNodes()
1302 IPropertyHandle* handle = nodeManager_.GetData(row->components[NODE_INDEX]); in ProcessNode()