Home
last modified time | relevance | path

Searched refs:GetChild (Results 1 - 25 of 118) sorted by relevance

12345

/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dtimeout_recognizer.cpp55 if (!child_->ReconcileFrom(rhs->GetChild())) { in ReconcileFrom()
72 RefPtr<GestureRecognizer> SingleChildGestureRecognizer::GetChild() const in GetChild() function in OHOS::Ace::SingleChildGestureRecognizer
96 if (GetChild()->GetDetectState() == DetectState::DETECTED) { in OnAccepted()
97 GetChild()->SetCoordinateOffset(coordinateOffset_); in OnAccepted()
98 GetChild()->OnAccepted(touchId); in OnAccepted()
106 GetChild()->OnRejected(touchId); in OnRejected()
129 GetChild()->SetRefereeState(RefereeState::SUCCEED); in BatchAdjudicate()
131 GetChild()->OnAccepted(touchId); in BatchAdjudicate()
140 GetChild()->SetRefereeState(RefereeState::FAIL); in BatchAdjudicate()
142 GetChild() in BatchAdjudicate()
[all...]
H A Dsingle_child_gesture.cpp25 const RefPtr<Gesture>& SingleChildGesture::GetChild() const in GetChild() function in OHOS::Ace::SingleChildGesture
H A Dsingle_child_gesture.h29 const RefPtr<Gesture>& GetChild() const;
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dsole_child_component.h41 auto child = GetChild();
50 auto child = GetChild();
59 auto child = GetChild();
H A Dsole_child_element.cpp35 UpdateChild(child, component->GetChild()); in PerformBuild()
57 if ((updateElement == nullptr) || (sc == nullptr) || (sc->GetChild() == nullptr)) { in LocalizedUpdateWithItemComponent()
60 updateComponent = sc->GetChild(); in LocalizedUpdateWithItemComponent()
H A Dcomposed_component.h43 auto child = GetChild();
52 auto child = GetChild();
61 auto child = GetChild();
H A Dcomposed_element.cpp75 auto composedChild = composedComponent->GetChild(); in PerformBuild()
117 return compose->GetChild(); in BuildChild()
178 auto childComponent = compose->GetChild(); in CanUpdate()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp61 if (node.GetChild().IsNull()) { in CheckLeafNode()
65 if (!node.GetChild().IsNull()) { in CheckLeafNode()
66 JsonObject nodeNew = node.GetChild(); in CheckLeafNode()
117 if (!item.GetChild().IsNull()) { in CheckNode()
118 jsonQueue.push(item.GetChild()); in CheckNode()
162 if (!item.GetChild().IsNull()) { in CheckProjectionNode()
163 jsonQueue.push(item.GetChild()); in CheckProjectionNode()
222 if (!node.GetChild().IsNull() && node.GetChild().GetItemField() != "") { in ParseNode()
223 JsonObject nodeNew = node.GetChild(); in ParseNode()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_container_element.cpp50 child = inspectorComposedComponent->GetChild(); in UpdateChildStyle()
67 child = soleChildComponent->GetChild(); in UpdateChildStyle()
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_list_component.cpp47 RefPtr<ListItemComponent> listItem = AceType::DynamicCast<ListItemComponent>(composedItem->GetChild()); in AppendChild()
63 RefPtr<ListItemComponent> listItem = AceType::DynamicCast<ListItemComponent>(composedItem->GetChild()); in RemoveChild()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dcheck_common.cpp126 JsonObject idObjChild = idObj.GetChild(); in CheckIdFormat()
150 JsonObject documentObjChild = documentObj.GetChild(); in CheckDocument()
193 JsonObject jsonTemp = updataObj.GetChild(); in CheckUpdata()
245 if (!projectionObj.GetChild().IsNull()) { in CheckProjection()
246 JsonObject projectionObjChild = projectionObj.GetChild(); in CheckProjection()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dresult_set.cpp77 JsonObject filterObjChild = filterObj.GetChild(); in GetNextWithField()
204 if (nodeInstance.GetType() != JsonObject::Type::JSON_ARRAY && !nodeInstance.GetChild().IsNull()) { in CheckCutNode()
205 JsonObject nodeChiled = nodeInstance.GetChild(); in CheckCutNode()
235 cjsonObj.InsertItemObject(0, idObj.GetChild()); // idObj's child is _id node in InsertId()
245 JsonObject cjsonObjChild = cjsonObj.GetChild(); in CutJsonBranchInner()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsearch_model_impl.cpp79 auto childComponent = searchComponent->GetChild(); in SetPlaceholderColor()
101 auto childComponent = searchComponent->GetChild(); in SetPlaceholderFont()
135 auto childComponent = searchComponent->GetChild(); in SetTextFont()
166 auto childComponent = component->GetChild(); in SetTextAlign()
197 auto childComponent = searchComponent->GetChild(); in SetHeight()
209 auto childComponent = searchComponent->GetChild(); in SetBackBorder()
252 auto childComponent = component->GetChild(); in SetOnCopy()
264 auto childComponent = component->GetChild(); in SetOnCut()
276 auto childComponent = component->GetChild(); in SetOnPaste()
/foundation/arkui/ace_engine/frameworks/core/components/tip/
H A Dtip_element.cpp27 UpdateChild(child, tip->GetChild()); in PerformBuild()
/foundation/arkui/ace_engine/frameworks/core/components/scroll_bar/
H A Dscroll_bar_element.cpp27 UpdateChild(child, scrollBar->GetChild()); in PerformBuild()
/foundation/arkui/ace_engine/frameworks/core/components/padding/
H A Dpadding_element.h34 UpdateChild(child, padding->GetChild());
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp113 auto child = jsonPoint->GetChild(); in GetAttrOptionsSeriesPoint()
167 auto child = jsonLineStyle->GetChild(); in GetChartAttrOptionsSeriesLineStyle()
186 auto child = jsonSeries->GetChild(); in GetChartAttrOptionsSeries()
231 auto child = jsonAxis->GetChild(); in GetAttrOptionsAxis()
279 auto child = jsonOption->GetChild(); in GetAttrOptions()
347 auto data = jsonData->GetArrayItem(i)->GetChild(); in GetAttrDataSetData()
387 auto data = jsonDataSet->GetChild(); in GetAttrDataset()
425 auto data = jsonDataSet->GetChild(); in ParseSegmentObject()
471 auto data = jsonDataSets->GetChild(); in GetBadgeConfig()
621 auto attr = attrList->GetChild(); in ParseAttributes()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/
H A Drender_hyperlink.cpp129 auto child = composedComponent->GetChild(); in SetImageChildColor()
132 auto child = singleChildComponent->GetChild(); in SetImageChildColor()
/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
H A Dstage_pkg_context_info.cpp46 std::unique_ptr<JsonValue> item = json->GetChild(); in SetPkgContextInfoAndAliasMap()
57 std::unique_ptr<JsonValue> item1 = item->GetChild(); in AliasMap()
/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_xml_unit_test.cpp93 std::shared_ptr<XmlElement> child = root->GetChild(); in HWTEST_F()
111 std::shared_ptr<XmlElement> child = root->GetChild(); in HWTEST_F()
133 std::shared_ptr<XmlElement> child = root->GetChild(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_item_component.cpp46 item = parent->GetChild(); in GetStepperItem()
H A Dstepper_item_element.cpp41 UpdateChild(child, component->GetChild()); in PerformBuild()
/foundation/arkui/ace_engine/frameworks/core/components/root/
H A Droot_component.h40 const RefPtr<Component>& GetChild() const in GetChild() function in OHOS::Ace::RootComponent
/foundation/arkui/ace_engine/frameworks/core/components/display/
H A Ddisplay_element.cpp35 auto tween = AceType::DynamicCast<TweenComponent>(displayComponent->GetChild()); in Update()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_element.cpp28 UpdateChild(child, scroll->GetChild()); in PerformBuild()

Completed in 10 milliseconds

12345