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:defFilePath
(Results
1 - 3
of
3
) sorted by relevance
/base/hiviewdfx/hiview/plugins/sysevent_source/
H
A
D
event_json_parser.cpp
54
EventJsonParser::EventJsonParser(const std::string&
defFilePath
)
in EventJsonParser()
argument
57
ReadDefFile(
defFilePath
);
in EventJsonParser()
190
void EventJsonParser::ReadDefFile(const std::string&
defFilePath
)
in ReadDefFile()
argument
193
if (!ReadSysEventDefFromFile(
defFilePath
, hiSysEventDef)) {
in ReadDefFile()
194
HIVIEW_LOGE("parse json file failed, please check the style of json file: %{public}s",
defFilePath
.c_str());
in ReadDefFile()
H
A
D
sysevent_source.cpp
138
auto
defFilePath
= HiViewConfigUtil::GetConfigFilePath(DEF_ZIP_NAME, DEF_CFG_DIR, DEF_FILE_NAME);
in OnLoad()
local
139
HIVIEW_LOGI("init json parser with %{public}s",
defFilePath
.c_str());
in OnLoad()
140
sysEventParser_ = std::make_shared<EventJsonParser>(
defFilePath
);
in OnLoad()
225
auto
defFilePath
= HiViewConfigUtil::GetConfigFilePath(DEF_ZIP_NAME, DEF_CFG_DIR, DEF_FILE_NAME);
in CheckEvent()
local
226
HIVIEW_LOGI("update json parser with %{public}s",
defFilePath
.c_str());
in CheckEvent()
227
sysEventParser_->ReadDefFile(
defFilePath
);
in CheckEvent()
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H
A
D
event_json_parser.h
48
EventJsonParser(const std::string&
defFilePath
);
55
void ReadDefFile(const std::string&
defFilePath
);
Completed in 2 milliseconds