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:sectionMaps
(Results
1 - 11
of
11
) sorted by relevance
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/
H
A
D
faultlogger_client_test.cpp
52
info.
sectionMaps
["APPVERSION"] = "1.0";
in CreateFaultLogInfo()
53
info.
sectionMaps
["FAULT_MESSAGE"] = "Nullpointer";
in CreateFaultLogInfo()
54
info.
sectionMaps
["TRACEID"] = "0x1646145645646";
in CreateFaultLogInfo()
55
info.
sectionMaps
["KEY_THREAD_INFO"] = "Test Thread Info";
in CreateFaultLogInfo()
56
info.
sectionMaps
["REASON"] = "TestReason";
in CreateFaultLogInfo()
57
info.
sectionMaps
["STACKTRACE"] = "#01 xxxxxx\n#02 xxxxxx\n";
in CreateFaultLogInfo()
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/src/
H
A
D
faultlog_info_ohos.cpp
50
uint32_t size =
sectionMaps
.size();
in Marshalling()
54
for (const auto& [key, value] :
sectionMaps
) {
in Marshalling()
56
HIVIEW_LOGE("Parcel failed to write key of
sectionMaps
(%{public}s).", key.c_str());
in Marshalling()
60
HIVIEW_LOGE("Parcel failed to write value of
sectionMaps
(%{public}s).", value.c_str());
in Marshalling()
126
HIVIEW_LOGE("Parcel failed to read key of
sectionMaps
(%{public}s).", key.c_str());
in Unmarshalling()
131
HIVIEW_LOGE("Parcel failed to read value of
sectionMaps
(%{public}s).", value.c_str());
in Unmarshalling()
135
ret->
sectionMaps
[key] = value;
in Unmarshalling()
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/
H
A
D
faultlogger_client_msg.h
38
std::map<std::string, std::string>
sectionMaps
;
member
/base/hiviewdfx/faultloggerd/tools/process_dump/
H
A
D
faultlogger_client_msg.h
38
std::map<std::string, std::string>
sectionMaps
;
member
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/include/
H
A
D
faultlog_info_ohos.h
41
std::map<std::string, std::string>
sectionMaps
;
member in OHOS::HiviewDFX::FaultLogInfoOhos
/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/gwp_asan/
H
A
D
gwpasan_collector.h
51
std::map<std::string, std::string>
sectionMaps
;
member
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/impl/
H
A
D
faultlogger_client.cpp
101
infoOhos.
sectionMaps
= info.
sectionMaps
;
in AddFaultLog()
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/
H
A
D
faultlog_query_result_ohos.cpp
45
ret->
sectionMaps
= info->sectionMap;
in GetNext()
H
A
D
faultlogger_service_ohos.cpp
139
outInfo.sectionMap = info.
sectionMaps
;
in AddFaultLog()
/base/hiviewdfx/hiview/plugins/freeze_detector/
H
A
D
vendor.cpp
146
info.
sectionMaps
[FreezeCommon::HIREACE_TIME] = watchPoint.GetHitraceTime();
in SendFaultLog()
147
info.
sectionMaps
[FreezeCommon::SYSRQ_TIME] = watchPoint.GetSysrqTime();
in SendFaultLog()
148
info.
sectionMaps
[FORE_GROUND] = watchPoint.GetForeGround();
in SendFaultLog()
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/fuzztest/faultloggerservice_fuzzer/
H
A
D
faultlogger_service_fuzzer.cpp
173
info.
sectionMaps
["HILOG"] = hilog;
in FuzzServiceInterfaceAddFaultLog()
176
info.
sectionMaps
["KEYLOGFILE"] = keyLogFile;
in FuzzServiceInterfaceAddFaultLog()
Completed in 4 milliseconds