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:ActiveKeyEvent
(Results
1 - 5
of
5
) sorted by relevance
/base/hiviewdfx/hiview/plugins/eventlogger/include/
H
A
D
active_key_event.h
27
class
ActiveKeyEvent
{
class
29
ActiveKeyEvent
();
30
~
ActiveKeyEvent
();
31
ActiveKeyEvent
& operator=(const
ActiveKeyEvent
&) = delete;
32
ActiveKeyEvent
(const
ActiveKeyEvent
&) = delete;
H
A
D
event_logger.h
75
std::unique_ptr<
ActiveKeyEvent
> activeKeyEvent_;
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
H
A
D
active_key_event_test.cpp
67
std::shared_ptr<
ActiveKeyEvent
> activeKeyEvent = std::make_shared<
ActiveKeyEvent
>();
in HWTEST_F()
85
std::shared_ptr<
ActiveKeyEvent
> activeKeyEvent = std::make_shared<
ActiveKeyEvent
>();
in HWTEST_F()
103
std::shared_ptr<
ActiveKeyEvent
> activeKeyEvent = std::make_shared<
ActiveKeyEvent
>();
in HWTEST_F()
116
std::shared_ptr<
ActiveKeyEvent
> activeKeyEvent = std::make_shared<
ActiveKeyEvent
>();
in HWTEST_F()
117
activeKeyEvent->triggeringTime_ = (uint64_t)
ActiveKeyEvent
::SystemTimeMillisecond();
in HWTEST_F()
133
std::shared_ptr<
ActiveKeyEvent
> activeKeyEven
in HWTEST_F()
[all...]
/base/hiviewdfx/hiview/plugins/eventlogger/
H
A
D
active_key_event.cpp
39
DEFINE_LOG_LABEL(0xD002D01, "EventLogger-
ActiveKeyEvent
");
40
ActiveKeyEvent
::
ActiveKeyEvent
()
in ActiveKeyEvent()
function in OHOS::HiviewDFX::ActiveKeyEvent
46
ActiveKeyEvent
::~
ActiveKeyEvent
()
in ~ActiveKeyEvent()
52
HIVIEW_LOGI("~
ActiveKeyEvent
subscribeId_: %{public}d", *it);
in ~ActiveKeyEvent()
57
int64_t
ActiveKeyEvent
::SystemTimeMillisecond()
in SystemTimeMillisecond()
66
void
ActiveKeyEvent
::InitSubscribe(std::set<int32_t> preKeys, int32_t finalKey, int32_t count, int32_t holdTime)
in InitSubscribe()
102
void
ActiveKeyEvent
::Init(std::shared_ptr<LogStoreEx> logStore)
in Init()
121
void
ActiveKeyEvent
[all...]
H
A
D
event_logger.cpp
923
activeKeyEvent_ = std::make_unique<
ActiveKeyEvent
>();
in OnLoad()
Completed in 4 milliseconds