Searched refs:testChannelElementId_ (Results 1 - 7 of 7) sorted by relevance
/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_accessibility_element_operator_proxy.cpp | 42 testChannelElementId_ = elementId; in SearchElementInfoByAccessibilityId() 54 testChannelElementId_ = elementId; in SearchElementInfosByText() 65 testChannelElementId_ = elementId; in FindFocusedElementInfo() 76 testChannelElementId_ = elementId; in FocusMoveSearch() 88 testChannelElementId_ = elementId; in ExecuteAction() 100 testChannelElementId_ = elementId; in GetCursorPosition()
|
H A D | mock_aams_accessible_ability_channel.cpp | 191 EXPECT_EQ(-1, proxy_->testChannelElementId_); in HWTEST_F() 218 EXPECT_EQ(-1, proxy_->testChannelElementId_); in HWTEST_F() 244 EXPECT_EQ(-1, proxy_->testChannelElementId_); in HWTEST_F() 270 EXPECT_EQ(-1, proxy_->testChannelElementId_); in HWTEST_F() 296 EXPECT_EQ(-1, proxy_->testChannelElementId_); in HWTEST_F() 322 EXPECT_EQ(-1, proxy_->testChannelElementId_); in HWTEST_F() 348 EXPECT_EQ(-1, proxy_->testChannelElementId_); in HWTEST_F() 372 EXPECT_EQ(-1, proxy_->testChannelElementId_); in HWTEST_F() 397 EXPECT_EQ(-1, proxy_->testChannelElementId_); in HWTEST_F() 424 EXPECT_EQ(-1, proxy_->testChannelElementId_); in HWTEST_F() [all...] |
H A D | mock_accessibility_element_operator_proxy.h | 158 int64_t testChannelElementId_ = -1; member in OHOS::Accessibility::MockAccessibilityElementOperatorProxy
|
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessible_ability_channel_test/ |
H A D | aams_accessible_ability_channel_test.cpp | 191 EXPECT_EQ(-1, proxy_->testChannelElementId_); in HWTEST_F() 218 EXPECT_EQ(-1, proxy_->testChannelElementId_); in HWTEST_F() 244 EXPECT_EQ(-1, proxy_->testChannelElementId_); in HWTEST_F() 270 EXPECT_EQ(-1, proxy_->testChannelElementId_); in HWTEST_F() 296 EXPECT_EQ(-1, proxy_->testChannelElementId_); in HWTEST_F() 322 EXPECT_EQ(-1, proxy_->testChannelElementId_); in HWTEST_F() 348 EXPECT_EQ(-1, proxy_->testChannelElementId_); in HWTEST_F() 372 EXPECT_EQ(-1, proxy_->testChannelElementId_); in HWTEST_F() 397 EXPECT_EQ(-1, proxy_->testChannelElementId_); in HWTEST_F() 424 EXPECT_EQ(-1, proxy_->testChannelElementId_); in HWTEST_F() [all...] |
/foundation/barrierfree/accessibility/services/aams/test/mock/include/ |
H A D | accessibility_ut_helper.h | 99 return testChannelElementId_; in GetTestChannelElementId() 104 testChannelElementId_ = ElementId; in SetTestChannelElementId() 434 int testChannelElementId_ = -1; member in OHOS::Accessibility::AccessibilityAbilityHelper
|
/foundation/barrierfree/accessibility/services/test/moduletest/mock/include/ |
H A D | accessibility_module_test_helper.h | 99 return testChannelElementId_; in GetTestChannelElementId() 104 testChannelElementId_ = ElementId; in SetTestChannelElementId() 434 int testChannelElementId_ = -1; member in OHOS::Accessibility::AccessibilityAbilityMtHelper
|
/foundation/barrierfree/accessibility/services/test/xts/inc/ |
H A D | accessibility_ut_helper.h | 99 return testChannelElementId_; in GetTestChannelElementId() 104 testChannelElementId_ = ElementId; in SetTestChannelElementId() 434 int testChannelElementId_ = -1; member in OHOS::A11y::A11yAbilityHelper
|
Completed in 5 milliseconds