Searched refs:GetBranchId (Results 1 – 15 of 15) sorted by relevance
25 return ifElseComponent ? branchId_ == ifElseComponent->GetBranchId() : false; in CanUpdate()37 branchId_ = ifElseComponent->GetBranchId(); in Update()54 if (ifElseComponent->GetBranchId() == ifElseElement->GetBranchId()) { in ComponentToElementLocalizedUpdate()68 ifElseElement->branchId_ = ifElseComponent->GetBranchId(); in ComponentToElementLocalizedUpdate()
27 int32_t IfElseComponent::GetBranchId() in GetBranchId() function in OHOS::Ace::IfElseComponent
32 int32_t GetBranchId();
37 int32_t GetBranchId() in GetBranchId() function
41 static int32_t GetBranchId() in GetBranchId() function43 return IfElseModel::GetInstance()->GetBranchId(); in GetBranchId()
50 JSClass<JSIfElse>::StaticMethod("getBranchId", &JSIfElse::GetBranchId); in JSBind()
109 EXPECT_EQ(ifElse.GetBranchId(), IF_ELSE_BRANCH_ID);112 EXPECT_EQ(ifElseNodeNode->GetBranchId(), IF_ELSE_BRANCH_ID);164 EXPECT_EQ(ifElse.GetBranchId(), IF_ELSE_BRANCH_ID);167 EXPECT_EQ(ifElseNodeNode->GetBranchId(), IF_ELSE_BRANCH_ID);
44 int32_t IfElseModelImpl::GetBranchId() in GetBranchId() function in OHOS::Ace::Framework::IfElseModelImpl52 return (forEachElement != nullptr) ? forEachElement->GetBranchId() : -1; in GetBranchId()
29 int32_t GetBranchId() override;
47 int32_t IfElseModelNG::GetBranchId() in GetBranchId() function in OHOS::Ace::NG::IfElseModelNG52 return node->GetBranchId(); in GetBranchId()
36 virtual int32_t GetBranchId() = 0;
32 int32_t GetBranchId() override;
43 int32_t GetBranchId() const in GetBranchId() function
45 return IfElseModel::GetInstance()->GetBranchId(); in FfiOHOSAceFrameworkIfElseGetBranchId()
1451 if (branchId_ >= 0 && ifElseComponent->GetBranchId() != branchId_) { in Update()1456 branchId_ = ifElseComponent->GetBranchId(); in Update()1462 branchId_ = ifElseComponent->GetBranchId(); in UpdateInternal()1494 if (ifElseComponent->GetBranchId() == branchId_) { in LocalizedUpdate()