Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:OnCancelled
(Results
1 - 16
of
16
) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H
A
D
cancel_listener.h
27
virtual void
OnCancelled
(int resultCode) = 0;
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H
A
D
mock_want_receiver.h
35
MOCK_METHOD1(
OnCancelled
, void(int resultCode));
/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H
A
D
mock_accessibility_gesture_recognizer.h
39
MOCK_METHOD1(
OnCancelled
, bool(MMI::PointerEvent& event));
/foundation/barrierfree/accessibility/services/test/moduletest/mock/include/
H
A
D
mock_mt_accessibility_gesture_recognizer.h
39
MOCK_METHOD1(
OnCancelled
, bool(MMI::PointerEvent& event));
/foundation/barrierfree/accessibility/services/test/xts/inc/
H
A
D
mock_accessibility_gesture_recognizer.h
39
MOCK_METHOD1(
OnCancelled
, bool(MMI::PointerEvent& event));
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_gesture_recognizer.cpp
222
return listener_->
OnCancelled
(event);
in HandleTouchMoveEvent()
241
return listener_->
OnCancelled
(event);
in HandleTouchMoveEvent()
376
return listener_->
OnCancelled
(event);
in recognizeDirectionGesture()
391
return listener_->
OnCancelled
(event);
in recognizeDirectionGesture()
H
A
D
accessibility_touch_guider.cpp
386
bool TouchGuider::TouchGuideListener::
OnCancelled
(MMI::PointerEvent &event)
in OnCancelled()
function in OHOS::Accessibility::TouchGuider::TouchGuideListener
/foundation/barrierfree/accessibility/services/aams/include/
H
A
D
accessibility_gesture_recognizer.h
112
virtual bool
OnCancelled
(MMI::PointerEvent &event);
H
A
D
accessibility_touch_guider.h
272
bool
OnCancelled
(MMI::PointerEvent &event) override;
/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/
H
A
D
panding_want_manager_test.cpp
372
EXPECT_CALL(*listener,
OnCancelled
(_)).Times(1).WillOnce(Invoke(cancalCall));
in HWTEST_F()
470
EXPECT_CALL(*listener,
OnCancelled
(_)).Times(1).WillOnce(Invoke(cancalCall));
in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/want_agent_helper_test/
H
A
D
want_agent_helper_test.cpp
69
void
OnCancelled
(int resultCode) override;
75
void WantAgentHelperTest::CancelListenerSon::
OnCancelled
(int resultCode)
in OnCancelled()
function in OHOS::AbilityRuntime::WantAgent::WantAgentHelperTest::CancelListenerSon
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H
A
D
pending_want.cpp
386
cancelListener->
OnCancelled
(resultCode);
in NotifyCancelListeners()
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H
A
D
mock_accessibility_touch_guider.cpp
237
bool TouchGuider::TouchGuideListener::
OnCancelled
(MMI::PointerEvent& event)
in OnCancelled()
function in OHOS::Accessibility::TouchGuider::TouchGuideListener
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H
A
D
mock_mt_accessibility_touch_guider.cpp
237
bool MockTouchGuider::TouchGuideListener::
OnCancelled
(MMI::PointerEvent& event)
in OnCancelled()
function in OHOS::Accessibility::MockTouchGuider::TouchGuideListener
/foundation/ability/ability_runtime/test/unittest/pending_want_test/
H
A
D
pending_want_test.cpp
86
void
OnCancelled
(int resultCode) override;
92
void PendingWantTest::CancelListenerSon::
OnCancelled
(int resultCode)
in OnCancelled()
function in OHOS::AbilityRuntime::WantAgent::PendingWantTest::CancelListenerSon
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H
A
D
sa_get_attribute_value_benchmark.cpp
386
bool GetAttributeValueTest::TouchGuideListener::
OnCancelled
(MMI::PointerEvent &event)
in OnCancelled()
function in OHOS::A11y::GetAttributeValueTest::TouchGuideListener
Completed in 18 milliseconds