Home
last modified time | relevance | path

Searched defs:branchId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/ifelse/
H A Dif_else_component.cpp32 void IfElseComponent::SetBranchId(int32_t branchId) in SetBranchId()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_notification_analytics_util.cpp21 HaMetaMessage::HaMetaMessage(uint32_t sceneId, uint32_t branchId) in HaMetaMessage()
37 HaMetaMessage& HaMetaMessage::BranchId(uint32_t branchId) in BranchId()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_analytics_util.cpp59 HaMetaMessage::HaMetaMessage(uint32_t sceneId, uint32_t branchId) in HaMetaMessage()
78 HaMetaMessage& HaMetaMessage::BranchId(uint32_t branchId) in BranchId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp299 void UINode::Clean(bool cleanDirectly, bool allowTransition, int32_t branchId) in Clean()
1325 void UINode::AddDisappearingChild(const RefPtr<UINode>& child, uint32_t index, int32_t branchId) in AddDisappearingChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js405 ifElseBranchUpdateFunction(branchId, branchfunc) { argument