Home
last modified time | relevance | path

Searched refs:SendSimulateGesture (Results 1 - 25 of 28) sorted by relevance

12

/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_aams_accessibility_touchEvent_injector_test.cpp156 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 Dmock_aams_accessible_ability_channel.cpp482 * @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 Daams_accessibility_touchEvent_injector_test.cpp156 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 Daccessible_ability_channel_client.h70 RetError SendSimulateGesture(const std::shared_ptr<AccessibilityGestureInjectPath> &gesturePath);
/foundation/barrierfree/accessibility/frameworks/aafwk/test/mock/include/
H A Dmock_accessible_ability_channel_stub.h54 MOCK_METHOD1(SendSimulateGesture, RetError(const std::shared_ptr<AccessibilityGestureInjectPath>& gesturePath));
H A Dmock_accessible_ability_channel_proxy.h52 MOCK_METHOD1(SendSimulateGesture, RetError(const std::shared_ptr<AccessibilityGestureInjectPath>& gesturePath));
/foundation/barrierfree/accessibility/common/interface/include/
H A Di_accessible_ability_channel.h159 virtual RetError SendSimulateGesture(const std::shared_ptr<AccessibilityGestureInjectPath>& gesturePath) = 0;
H A Daccessible_ability_channel_proxy.h164 virtual RetError SendSimulateGesture(const std::shared_ptr<AccessibilityGestureInjectPath>& gesturePath) override;
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessible_ability_channel_test.cpp383 * @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 Daams_accessibility_ability_channel_test.cpp383 * @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 Daccessible_ability_channel_client_test.cpp154 * @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 Dmock_accessible_ability_connection.h50 MOCK_METHOD1(SendSimulateGesture, RetError(const std::shared_ptr<AccessibilityGestureInjectPath>& gesturePath));
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessible_ability_channel_proxy.cpp144 RetError AccessibleAbilityChannelProxy::SendSimulateGesture( in SendSimulateGesture() function in OHOS::Accessibility::AccessibleAbilityChannelProxy
H A Dmock_accessible_ability_connection.cpp163 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 Dmock_accessible_ability_channel_proxy.cpp157 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 Dmock_mt_accessible_ability_channel_proxy.cpp144 RetError AccessibleAbilityChannelProxy::SendSimulateGesture( in SendSimulateGesture() function in OHOS::Accessibility::AccessibleAbilityChannelProxy
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessible_ability_channel.h61 RetError SendSimulateGesture(const std::shared_ptr<AccessibilityGestureInjectPath>& gesturePath) override;
/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessible_ability_channel_client.cpp110 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 Daams_accessible_ability_channel_test.cpp482 * @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 Daccessible_ability_channel_stub.cpp404 RetError result = SendSimulateGesture(gesturePath); in HandleSendSimulateGesturePath()
H A Daccessible_ability_channel_proxy.cpp509 RetError AccessibleAbilityChannelProxy::SendSimulateGesture( in SendSimulateGesture() function in OHOS::Accessibility::AccessibleAbilityChannelProxy
/foundation/barrierfree/accessibility/common/interface/test/fuzztest/accessibleabilitychannelstub_fuzzer/
H A Daccessibleabilitychannelstub_fuzzer.cpp85 RetError SendSimulateGesture(const std::shared_ptr<AccessibilityGestureInjectPath> &gesturePath) override
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessible_ability_channel_stub.cpp404 RetError result = SendSimulateGesture(gesturePath); in HandleSendSimulateGesturePath()
H A Dmock_accessible_ability_channel_proxy.cpp509 RetError AccessibleAbilityChannelProxyMock::SendSimulateGesture( in SendSimulateGesture() function in OHOS::Accessibility::AccessibleAbilityChannelProxyMock
/foundation/barrierfree/accessibility/services/test/xts/src/asac_register_elemnt_operator_test/
H A Dasac_ability_channel_benchmark.cpp583 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()

Completed in 17 milliseconds

12