Home
last modified time | relevance | path

Searched refs:IsTagInCrossProcessComponent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.cpp333 bool AccessibilityProperty::IsTagInCrossProcessComponent(const std::string& tag) in IsTagInCrossProcessComponent() function in OHOS::Ace::NG::AccessibilityProperty
397 shouldSearchSelf = IsTagInCrossProcessComponent(node->GetTag()) ? true : shouldSearchSelf; in GetSearchStrategy()
525 if (IsTagInCrossProcessComponent(node->GetTag())) { in IsAccessibilityFocusable()
H A Daccessibility_property.h648 static bool IsTagInCrossProcessComponent(const std::string& tag);