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:FreezeCommon
(Results
1 - 13
of
13
) sorted by relevance
/base/hiviewdfx/hiview/plugins/freeze_detector/
H
A
D
freeze_common.cpp
27
FreezeCommon
::
FreezeCommon
()
in FreezeCommon()
function in OHOS::HiviewDFX::FreezeCommon
32
FreezeCommon
::~
FreezeCommon
()
in ~FreezeCommon()
37
bool
FreezeCommon
::Init()
in Init()
43
bool
FreezeCommon
::IsFreezeEvent(const std::string& domain, const std::string& stringId) const
in IsFreezeEvent()
49
bool
FreezeCommon
::IsApplicationEvent(const std::string& domain, const std::string& stringId) const
in IsApplicationEvent()
54
bool
FreezeCommon
::IsSystemEvent(const std::string& domain, const std::string& stringId) const
in IsSystemEvent()
59
bool
FreezeCommon
::IsSysWarningEvent(const std::string& domain, const std::string& stringId) const
in IsSysWarningEvent()
64
bool
FreezeCommon
[all...]
H
A
D
freeze_detector_plugin.cpp
47
freezeCommon_ = std::make_shared<
FreezeCommon
>();
in ReadyToLoad()
60
freezeCommon_ = std::make_shared<
FreezeCommon
>();
in OnLoad()
110
long pid = sysEvent.GetEventIntValue(
FreezeCommon
::EVENT_PID);
in MakeWatchPoint()
112
long uid = sysEvent.GetEventIntValue(
FreezeCommon
::EVENT_UID);
in MakeWatchPoint()
114
std::string packageName = sysEvent.GetEventValue(
FreezeCommon
::EVENT_PACKAGE_NAME);
in MakeWatchPoint()
115
std::string processName = sysEvent.GetEventValue(
FreezeCommon
::EVENT_PROCESS_NAME);
in MakeWatchPoint()
116
std::string hiteaceTime = sysEvent.GetEventValue(
FreezeCommon
::HIREACE_TIME);
in MakeWatchPoint()
117
std::string sysrqTime = sysEvent.GetEventValue(
FreezeCommon
::SYSRQ_TIME);
in MakeWatchPoint()
H
A
D
freeze_common.h
30
class
FreezeCommon
{
class
39
FreezeCommon
();
40
~
FreezeCommon
();
H
A
D
db_helper.h
36
explicit DBHelper(std::shared_ptr<
FreezeCommon
> fc) : freezeCommon_(fc) {};
in DBHelper()
43
std::shared_ptr<
FreezeCommon
> freezeCommon_;
H
A
D
db_helper.cpp
38
std::string packageName = record->GetEventValue(
FreezeCommon
::EVENT_PACKAGE_NAME);
in GetResultMap()
40
record->GetEventValue(
FreezeCommon
::EVENT_PROCESS_NAME) : packageName;
in GetResultMap()
41
long pid = record->GetEventIntValue(
FreezeCommon
::EVENT_PID);
in GetResultMap()
49
long uid = record->GetEventIntValue(
FreezeCommon
::EVENT_UID);
in GetResultMap()
56
.InitProcessName(record->GetEventValue(
FreezeCommon
::EVENT_PROCESS_NAME))
in GetResultMap()
H
A
D
resolver.h
33
explicit FreezeResolver(std::shared_ptr<
FreezeCommon
> fc)
in FreezeResolver()
51
std::shared_ptr<
FreezeCommon
> freezeCommon_ = nullptr;
H
A
D
vendor.h
34
explicit Vendor(std::shared_ptr<
FreezeCommon
> fc) : freezeCommon_(fc) {};
in Vendor()
59
std::shared_ptr<
FreezeCommon
> freezeCommon_ = nullptr;
H
A
D
freeze_detector_plugin.h
46
std::shared_ptr<
FreezeCommon
> freezeCommon_ = nullptr;
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()
162
oss <<
FreezeCommon
::EVENT_PID << std::string(COLON) << watchPoint.GetPid() << std::endl;
in DumpEventInfo()
163
oss <<
FreezeCommon
::EVENT_UID << std::string(COLON) << watchPoint.GetUid() << std::endl;
in DumpEventInfo()
164
oss <<
FreezeCommon
::EVENT_PACKAGE_NAME << std::string(COLON) << watchPoint.GetPackageName() << std::endl;
in DumpEventInfo()
165
oss <<
FreezeCommon
::EVENT_PROCESS_NAME << std::string(COLON) << watchPoint.GetProcessName() << std::endl;
in DumpEventInfo()
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
H
A
D
freeze_detector_unittest.cpp
87
auto freezeCommon = std::make_shared<
FreezeCommon
>();
in HWTEST_F()
98
auto freezeCommon = std::make_shared<
FreezeCommon
>();
in HWTEST_F()
111
auto freezeCommon = std::make_shared<
FreezeCommon
>();
in HWTEST_F()
126
auto freezeCommon = std::make_shared<
FreezeCommon
>();
in HWTEST_F()
146
auto freezeCommon = std::make_shared<
FreezeCommon
>();
in HWTEST_F()
164
auto freezeCommon = std::make_shared<
FreezeCommon
>();
in HWTEST_F()
183
auto freezeCommon = std::make_shared<
FreezeCommon
>();
in HWTEST_F()
235
auto freezeCommon = std::make_shared<
FreezeCommon
>();
in HWTEST_F()
252
auto freezeCommon = std::make_shared<
FreezeCommon
>();
in HWTEST_F()
281
auto freezeCommon = std::make_shared<
FreezeCommon
>();
in HWTEST_F()
[all...]
H
A
D
freeze_detector_test.cpp
481
* @tc.desc:
FreezeCommon
487
auto freezeCommon = std::make_shared<
FreezeCommon
>();
in HWTEST_F()
/base/hiviewdfx/hiview/plugins/eventlogger/include/
H
A
D
event_logger.h
65
std::shared_ptr<
FreezeCommon
> freezeCommon_ = nullptr;
/base/hiviewdfx/hiview/plugins/eventlogger/
H
A
D
event_logger.cpp
925
FreezeCommon
freezeCommon;
in OnLoad()
927
HIVIEW_LOGE("
FreezeCommon
filed.");
in OnLoad()
954
freezeCommon_ = std::make_shared<
FreezeCommon
>();
in OnLoad()
Completed in 7 milliseconds