Searched refs:Existed (Results 1 – 12 of 12) sorted by relevance
52 ASSERT_TRUE(cache.Existed(val0));55 ASSERT_TRUE(cache.Existed(val0));56 ASSERT_TRUE(cache.Existed(val1));59 ASSERT_TRUE(cache.Existed(val0));60 ASSERT_TRUE(cache.Existed(val1));61 ASSERT_TRUE(cache.Existed(val2));65 ASSERT_TRUE(cache.Existed(val1));66 ASSERT_TRUE(cache.Existed(val2));67 ASSERT_TRUE(cache.Existed(val3));70 ASSERT_TRUE(cache.Existed(val1));[all …]
557 ASSERT_TRUE(backgroundPid.Existed(pid0));558 ASSERT_FALSE(backgroundPid.Existed(pid1));
28 if (Existed(recognizer)) { in AddMember()58 if (!Existed(recognizer)) { in DelMember()76 if (!Existed(recognizer)) { in HandleGestureDisposal()189 bool GestureScope::Existed(const RefPtr<GestureRecognizer>& recognizer) in Existed() function in OHOS::Ace::GestureScope
77 bool Existed(const RefPtr<GestureRecognizer>& recognizer);
74 if (child && !Existed(child) && child->SetGestureGroup(AceType::WeakClaim(this))) { in AddChildren()138 bool RecognizerGroup::Existed(const RefPtr<NGGestureRecognizer>& recognizer) in Existed() function in OHOS::Ace::NG::RecognizerGroup
209 bool Existed(const RefPtr<NGGestureRecognizer>& recognizer);
30 bool Existed(Value value) const in Existed() function
101 bool Existed(const RefPtr<NGGestureRecognizer>& recognizer);
31 if (Existed(recognizer)) { in AddMember()38 bool GestureScope::Existed(const RefPtr<NGGestureRecognizer>& recognizer) in Existed() function in OHOS::Ace::NG::GestureScope
463 exclusiveRecognizer.Existed(clickRecognizerPtr);472 exclusiveRecognizer.Existed(clickRecognizerPtr);
59 auto result = gestureScope.Existed(clickRecognizerPtr);67 result = gestureScope.Existed(nullptr);76 result = gestureScope.Existed(clickRecognizerPtr);
180 return !backgroundPid_.Existed(pid); in CheckPidValid()