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:EventLoggerConfig
(Results
1 - 6
of
6
) sorted by relevance
/base/hiviewdfx/hiview/plugins/eventlogger/config/
H
A
D
event_logger_config.cpp
33
DEFINE_LOG_TAG("EventLogger-
EventLoggerConfig
");
35
EventLoggerConfig
::
EventLoggerConfig
()
in EventLoggerConfig()
function in OHOS::HiviewDFX::EventLoggerConfig
40
EventLoggerConfig
::
EventLoggerConfig
(std::string configPath)
in EventLoggerConfig()
function in OHOS::HiviewDFX::EventLoggerConfig
45
bool
EventLoggerConfig
::OpenConfig()
in OpenConfig()
60
void
EventLoggerConfig
::CloseConfig()
in CloseConfig()
67
bool
EventLoggerConfig
::FindConfigVersion()
in FindConfigVersion()
92
bool
EventLoggerConfig
::ParseConfigData(std::function<bool(EventLoggerConfigData&)> func)
in ParseConfigData()
133
bool
EventLoggerConfig
[all...]
H
A
D
event_logger_config.h
22
class
EventLoggerConfig
{
class
24
EventLoggerConfig
();
25
explicit
EventLoggerConfig
(std::string configPath);
26
~
EventLoggerConfig
(){};
in ~EventLoggerConfig()
/base/hiviewdfx/hiview/plugins/eventlogger/config/test/unittest/common/
H
A
D
event_logger_config_test.cpp
52
auto config = std::make_unique<
EventLoggerConfig
>("/data/test/test_data/event_logger_config");
in HWTEST_F()
53
EventLoggerConfig
::EventLoggerConfigData configOut;
in HWTEST_F()
58
auto config1 = std::make_unique<
EventLoggerConfig
>();
in HWTEST_F()
/base/hiviewdfx/hiview/plugins/eventlogger/include/
H
A
D
event_logger.h
71
std::unordered_map<std::string,
EventLoggerConfig
::EventLoggerConfigData> eventLoggerConfig_;
/base/hiviewdfx/hiview/plugins/eventlogger/
H
A
D
event_logger.cpp
118
EventLoggerConfig
::EventLoggerConfigData& configOut = eventLoggerConfig_[sysEvent->eventName_];
in IsInterestedPipelineEvent()
920
EventLoggerConfig
logConfig;
in OnLoad()
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
H
A
D
event_logger_test.cpp
142
EventLoggerConfig
::EventLoggerConfigData();
in HWTEST_F()
Completed in 5 milliseconds