/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_aams_accessibility_touchEvent_injector_test.cpp | 156 aacs_->SendSimulateGesture(gesturePath); in HWTEST_F() 197 aacs_->SendSimulateGesture(gesturePath); in HWTEST_F() 238 aacs_->SendSimulateGesture(gesturePath); in HWTEST_F() 284 aacs_->SendSimulateGesture(gesturePath); in HWTEST_F() 327 aacs_->SendSimulateGesture(gesturePath); in HWTEST_F() 370 aacs_->SendSimulateGesture(gesturePath); in HWTEST_F() 413 aacs_->SendSimulateGesture(gesturePath); in HWTEST_F() 456 aacs_->SendSimulateGesture(gesturePath); in HWTEST_F() 499 aacs_->SendSimulateGesture(gesturePath); in HWTEST_F() 542 aacs_->SendSimulateGesture(gesturePat in HWTEST_F() [all...] |
H A D | mock_aams_accessible_ability_channel.cpp | 482 * @tc.name: SendSimulateGesture 499 RetError result = AccessibilityHelper::GetInstance().GetTestStub()->SendSimulateGesture(gesturePath); in HWTEST_F() 663 * @tc.name: SendSimulateGesture 681 RetError result = AccessibilityHelper::GetInstance().GetTestStub()->SendSimulateGesture(gesturePath); in HWTEST_F()
|
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessibility_touchEvent_injector_test/ |
H A D | aams_accessibility_touchEvent_injector_test.cpp | 156 aacs_->SendSimulateGesture(gesturePath); in HWTEST_F() 197 aacs_->SendSimulateGesture(gesturePath); in HWTEST_F() 238 aacs_->SendSimulateGesture(gesturePath); in HWTEST_F() 284 aacs_->SendSimulateGesture(gesturePath); in HWTEST_F() 327 aacs_->SendSimulateGesture(gesturePath); in HWTEST_F() 370 aacs_->SendSimulateGesture(gesturePath); in HWTEST_F() 413 aacs_->SendSimulateGesture(gesturePath); in HWTEST_F() 456 aacs_->SendSimulateGesture(gesturePath); in HWTEST_F() 499 aacs_->SendSimulateGesture(gesturePath); in HWTEST_F() 542 aacs_->SendSimulateGesture(gesturePat in HWTEST_F() [all...] |
/foundation/barrierfree/accessibility/frameworks/aafwk/include/ |
H A D | accessible_ability_channel_client.h | 70 RetError SendSimulateGesture(const std::shared_ptr<AccessibilityGestureInjectPath> &gesturePath);
|
/foundation/barrierfree/accessibility/frameworks/aafwk/test/mock/include/ |
H A D | mock_accessible_ability_channel_stub.h | 54 MOCK_METHOD1(SendSimulateGesture, RetError(const std::shared_ptr<AccessibilityGestureInjectPath>& gesturePath));
|
H A D | mock_accessible_ability_channel_proxy.h | 52 MOCK_METHOD1(SendSimulateGesture, RetError(const std::shared_ptr<AccessibilityGestureInjectPath>& gesturePath));
|
/foundation/barrierfree/accessibility/common/interface/include/ |
H A D | i_accessible_ability_channel.h | 159 virtual RetError SendSimulateGesture(const std::shared_ptr<AccessibilityGestureInjectPath>& gesturePath) = 0;
|
H A D | accessible_ability_channel_proxy.h | 164 virtual RetError SendSimulateGesture(const std::shared_ptr<AccessibilityGestureInjectPath>& gesturePath) override;
|
/foundation/barrierfree/accessibility/services/aams/test/unittest/ |
H A D | accessible_ability_channel_test.cpp | 383 * @tc.name: SendSimulateGesture 384 * @tc.desc: Test function SendSimulateGesture 390 EXPECT_EQ(channel_->SendSimulateGesture(nullptr), RET_ERR_NO_INJECTOR); in HWTEST_F() 396 * @tc.name: SendSimulateGesture 397 * @tc.desc: Test function SendSimulateGesture 409 EXPECT_EQ(channel->SendSimulateGesture(nullptr), RET_ERR_NO_CONNECTION); in HWTEST_F() 415 * @tc.name: SendSimulateGesture 416 * @tc.desc: Test function SendSimulateGesture 433 EXPECT_EQ(channel->SendSimulateGesture(nullptr), RET_ERR_NO_CAPABILITY); in HWTEST_F()
|
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessibility_ability_channel_test/ |
H A D | aams_accessibility_ability_channel_test.cpp | 383 * @tc.name: SendSimulateGesture 384 * @tc.desc: Test function SendSimulateGesture 390 EXPECT_EQ(channel_->SendSimulateGesture(nullptr), RET_ERR_NO_INJECTOR); in HWTEST_F() 396 * @tc.name: SendSimulateGesture 397 * @tc.desc: Test function SendSimulateGesture 409 EXPECT_EQ(channel->SendSimulateGesture(nullptr), RET_ERR_NO_CONNECTION); in HWTEST_F() 415 * @tc.name: SendSimulateGesture 416 * @tc.desc: Test function SendSimulateGesture 433 EXPECT_EQ(channel->SendSimulateGesture(nullptr), RET_ERR_NO_CAPABILITY); in HWTEST_F()
|
/foundation/barrierfree/accessibility/frameworks/aafwk/test/unittest/ |
H A D | accessible_ability_channel_client_test.cpp | 154 * @tc.name: SendSimulateGesture 155 * @tc.desc: Test function SendSimulateGesture 160 EXPECT_CALL(*stub_, SendSimulateGesture(_)).Times(1).WillOnce(Return(RET_OK)); in HWTEST_F() 162 EXPECT_EQ(instance_->SendSimulateGesture(gesturePath), RET_OK); in HWTEST_F() 168 * @tc.name: SendSimulateGesture 169 * @tc.desc: Test function SendSimulateGesture 178 EXPECT_EQ(client->SendSimulateGesture(gesturePath), RET_ERR_SAMGR); in HWTEST_F()
|
/foundation/barrierfree/accessibility/services/aams/test/mock/include/ |
H A D | mock_accessible_ability_connection.h | 50 MOCK_METHOD1(SendSimulateGesture, RetError(const std::shared_ptr<AccessibilityGestureInjectPath>& gesturePath));
|
/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessible_ability_channel_proxy.cpp | 144 RetError AccessibleAbilityChannelProxy::SendSimulateGesture( in SendSimulateGesture() function in OHOS::Accessibility::AccessibleAbilityChannelProxy
|
H A D | mock_accessible_ability_connection.cpp | 163 RetError AccessibleAbilityChannel::SendSimulateGesture( in SendSimulateGesture() function in OHOS::Accessibility::AccessibleAbilityChannel 166 GTEST_LOG_(INFO) << "MOCK AccessibleAbilityChannel SendSimulateGesture"; in SendSimulateGesture()
|
/foundation/barrierfree/accessibility/frameworks/aafwk/test/mock/src/ |
H A D | mock_accessible_ability_channel_proxy.cpp | 157 RetError AccessibleAbilityChannelProxy::SendSimulateGesture( in SendSimulateGesture() function in OHOS::Accessibility::AccessibleAbilityChannelProxy 160 GTEST_LOG_(INFO) << "MOCK AccessibleAbilityChannelProxy SendSimulateGesture"; in SendSimulateGesture()
|
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/ |
H A D | mock_mt_accessible_ability_channel_proxy.cpp | 144 RetError AccessibleAbilityChannelProxy::SendSimulateGesture( in SendSimulateGesture() function in OHOS::Accessibility::AccessibleAbilityChannelProxy
|
/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessible_ability_channel.h | 61 RetError SendSimulateGesture(const std::shared_ptr<AccessibilityGestureInjectPath>& gesturePath) override;
|
/foundation/barrierfree/accessibility/frameworks/aafwk/src/ |
H A D | accessible_ability_channel_client.cpp | 110 RetError AccessibleAbilityChannelClient::SendSimulateGesture( in SendSimulateGesture() function in OHOS::Accessibility::AccessibleAbilityChannelClient 115 return proxy_->SendSimulateGesture(gesturePath); in SendSimulateGesture()
|
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessible_ability_channel_test/ |
H A D | aams_accessible_ability_channel_test.cpp | 482 * @tc.name: SendSimulateGesture 499 RetError result = AccessibilityHelper::GetInstance().GetTestStub()->SendSimulateGesture(gesturePath); in HWTEST_F() 663 * @tc.name: SendSimulateGesture 681 RetError result = AccessibilityHelper::GetInstance().GetTestStub()->SendSimulateGesture(gesturePath); in HWTEST_F()
|
/foundation/barrierfree/accessibility/common/interface/src/ |
H A D | accessible_ability_channel_stub.cpp | 404 RetError result = SendSimulateGesture(gesturePath); in HandleSendSimulateGesturePath()
|
H A D | accessible_ability_channel_proxy.cpp | 509 RetError AccessibleAbilityChannelProxy::SendSimulateGesture( in SendSimulateGesture() function in OHOS::Accessibility::AccessibleAbilityChannelProxy
|
/foundation/barrierfree/accessibility/common/interface/test/fuzztest/accessibleabilitychannelstub_fuzzer/ |
H A D | accessibleabilitychannelstub_fuzzer.cpp | 85 RetError SendSimulateGesture(const std::shared_ptr<AccessibilityGestureInjectPath> &gesturePath) override
|
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/ |
H A D | mock_accessible_ability_channel_stub.cpp | 404 RetError result = SendSimulateGesture(gesturePath); in HandleSendSimulateGesturePath()
|
H A D | mock_accessible_ability_channel_proxy.cpp | 509 RetError AccessibleAbilityChannelProxyMock::SendSimulateGesture( in SendSimulateGesture() function in OHOS::Accessibility::AccessibleAbilityChannelProxyMock
|
/foundation/barrierfree/accessibility/services/test/xts/src/asac_register_elemnt_operator_test/ |
H A D | asac_ability_channel_benchmark.cpp | 583 RetError AccessibleAbilityChannel::SendSimulateGesture( in SendSimulateGesture() function in OHOS::A11yBenchmark::AccessibleAbilityChannel 607 HILOG_ERROR("AccessibleAbilityChannel::SendSimulateGesture failed: no capability"); in SendSimulateGesture() 621 }, "SendSimulateGesture"); in SendSimulateGesture() 625 HILOG_ERROR("Failed to wait SendSimulateGesture result"); in SendSimulateGesture()
|