Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_touchEvent_injector_test.cpp51 bool isDestroyEvents_ = false; member in OHOS::Accessibility::TouchEventInjectorTest
134 isDestroyEvents_ = AccessibilityAbilityHelper::GetInstance().GetDestroyState();
135 EXPECT_EQ(isDestroyEvents_, true);
169 isDestroyEvents_ = AccessibilityAbilityHelper::GetInstance().GetDestroyState();
170 EXPECT_EQ(isDestroyEvents_, true);
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Daccessibility_ut_helper.h79 return isDestroyEvents_; in GetDestroyState()
84 isDestroyEvents_ = true; in SetDestroyState()
430 bool isDestroyEvents_ = false; variable