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
defs:interceptorId
(Results
1 - 10
of
10
) sorted by relevance
/foundation/multimodalinput/input/test/fuzztest/removeinterceptor_fuzzer/
H
A
D
removeinterceptor_fuzzer.cpp
33
int32_t
interceptorId
= *(reinterpret_cast<const int32_t*>(data));
in RemoveInterceptorFuzzTest()
local
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H
A
D
input_interceptor_manager.cpp
43
int32_t InputInterceptorManager::RemoveInterceptor(int32_t
interceptorId
)
in RemoveInterceptor()
argument
H
A
D
input_manager_impl.cpp
972
int32_t InputManagerImpl::RemoveInterceptor(int32_t
interceptorId
)
in RemoveInterceptor()
argument
/foundation/multimodalinput/input/intention/adapters/test/unittest/src/
H
A
D
input_adapter_test.cpp
154
int32_t
interceptorId
= inputAdapter->AddInterceptor(callback);
in HWTEST_F()
local
174
int32_t
interceptorId
= inputAdapter->AddInterceptor(callback);
in HWTEST_F()
local
197
int32_t
interceptorId
= inputAdapter->AddInterceptor(pointerCallback, keyCallback);
in HWTEST_F()
local
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H
A
D
mock_input_manager.cpp
98
int32_t InputManager::AddInterceptor(std::shared_ptr<IInputEventConsumer>
interceptorId
)
in AddInterceptor()
argument
118
void InputManager::RemoveInterceptor(int32_t
interceptorId
)
in RemoveInterceptor()
argument
/foundation/multimodalinput/input/intention/adapters/input_adapter/src/
H
A
D
input_adapter.cpp
126
int32_t
interceptorId
= MMI::InputManager::GetInstance()->AddInterceptor(interceptor, DEFAULT_PRIORITY, tags);
in AddInterceptor()
local
133
void InputAdapter::RemoveInterceptor(int32_t
interceptorId
)
in RemoveInterceptor()
argument
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H
A
D
input_manager_simulate_test.cpp
244
int32_t
interceptorId
= InputManager::GetInstance()->AddInterceptor(interceptor);
in HWTEST_F()
local
292
int32_t
interceptorId
= InputManager::GetInstance()->AddInterceptor(interceptor);
HWTEST_F()
local
382
int32_t
interceptorId
=
HWTEST_F()
local
533
int32_t
interceptorId
= InputManager::GetInstance()->AddInterceptor(fun);
HWTEST_F()
local
[all...]
/foundation/multimodalinput/input/intention/cooperate/test/src/
H
A
D
test_context.cpp
68
void MockInputAdapter::RemoveInterceptor(int32_t
interceptorId
)
in RemoveInterceptor()
argument
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H
A
D
input_manager_util.cpp
980
TestInterceptorIdAndPointerEvent( int32_t
interceptorId
, std::shared_ptr<PointerEvent> pointerEvent)
TestInterceptorIdAndPointerEvent()
argument
H
A
D
input_manager.cpp
194
void InputManager::RemoveInterceptor(int32_t
interceptorId
)
in RemoveInterceptor()
argument
Completed in 11 milliseconds