Home
last modified time | relevance | path

Searched refs:Existed (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhgm_lru_cache_test.cpp52 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 …]
H A Dhgm_multi_app_strategy_test.cpp557 ASSERT_TRUE(backgroundPid.Existed(pid0));
558 ASSERT_FALSE(backgroundPid.Existed(pid1));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_referee.cpp28 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
H A Dgesture_referee.h77 bool Existed(const RefPtr<GestureRecognizer>& recognizer);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Drecognizer_group.cpp74 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
H A Drecognizer_group.h209 bool Existed(const RefPtr<NGGestureRecognizer>& recognizer);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H A Dhgm_lru_cache.h30 bool Existed(Value value) const in Existed() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dgesture_referee.h101 bool Existed(const RefPtr<NGGestureRecognizer>& recognizer);
H A Dgesture_referee.cpp31 if (Existed(recognizer)) { in AddMember()
38 bool GestureScope::Existed(const RefPtr<NGGestureRecognizer>& recognizer) in Existed() function in OHOS::Ace::NG::GestureScope
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dgesture_group_test_ng.cpp463 exclusiveRecognizer.Existed(clickRecognizerPtr);
472 exclusiveRecognizer.Existed(clickRecognizerPtr);
H A Dgesture_referee_test_ng.cpp59 auto result = gestureScope.Existed(clickRecognizerPtr);
67 result = gestureScope.Existed(nullptr);
76 result = gestureScope.Existed(clickRecognizerPtr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_multi_app_strategy.cpp180 return !backgroundPid_.Existed(pid); in CheckPidValid()