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:IEventListener
(Results
1 - 7
of
7
) sorted by relevance
/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H
A
D
input_manager.h
27
class
IEventListener
{
class
29
IEventListener
() = default;
30
virtual ~
IEventListener
() = default;
40
void RegisterEventListener(const std::shared_ptr<
IEventListener
>& listener);
41
void UnRegisterEventListener(const std::shared_ptr<
IEventListener
>& listener);
46
std::vector<std::shared_ptr<
IEventListener
>> listenerList_;
H
A
D
device_info_manager.h
23
class DeviceInfoManager : public
IEventListener
{
H
A
D
decision_maker.h
41
class DecisionMaker : public
IEventListener
{
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H
A
D
input_manager.cpp
42
void InputManager::RegisterEventListener(const std::shared_ptr<
IEventListener
>& listener)
in RegisterEventListener()
62
void InputManager::UnRegisterEventListener(const std::shared_ptr<
IEventListener
>& listener)
in UnRegisterEventListener()
/foundation/multimodalinput/input/intention/frameworks/client/include/
H
A
D
intention_manager.h
57
int32_t RegisterEventListener(const std::string &networkId, std::shared_ptr<
IEventListener
> listener);
58
int32_t UnregisterEventListener(const std::string &networkId, std::shared_ptr<
IEventListener
> listener = nullptr);
/foundation/multimodalinput/input/intention/cooperate/client/include/
H
A
D
cooperate_client.h
49
using MouseLocationListenerPtr = std::shared_ptr<
IEventListener
>;
/foundation/multimodalinput/input/intention/frameworks/client/src/
H
A
D
intention_manager.cpp
238
int32_t IntentionManager::RegisterEventListener(const std::string &networkId, std::shared_ptr<
IEventListener
> listener)
in RegisterEventListener()
253
std::shared_ptr<
IEventListener
> listener)
in UnregisterEventListener()
Completed in 2 milliseconds