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 - 10
of
10
) sorted by relevance
/base/hiviewdfx/hiview/plugins/freeze_detector/
H
A
D
freeze_detector_plugin.cpp
47
freezeCommon_
= std::make_shared<FreezeCommon>();
in ReadyToLoad()
48
bool ret1 =
freezeCommon_
->Init();
in ReadyToLoad()
49
freezeResolver_ = std::make_unique<FreezeResolver>(
freezeCommon_
);
in ReadyToLoad()
60
freezeCommon_
= std::make_shared<FreezeCommon>();
in OnLoad()
61
bool ret =
freezeCommon_
->Init();
in OnLoad()
63
HIVIEW_LOGW("
freezeCommon_
->Init false.");
in OnLoad()
64
freezeCommon_
= nullptr;
in OnLoad()
67
freezeResolver_ = std::make_unique<FreezeResolver>(
freezeCommon_
);
in OnLoad()
71
freezeCommon_
= nullptr;
in OnLoad()
182
if (
freezeCommon_
in OnEventListeningCallback()
[all...]
H
A
D
vendor.cpp
55
if (
freezeCommon_
== nullptr) {
in ReduceRelevanceEvents()
58
if (!
freezeCommon_
->IsSystemResult(result) && !
freezeCommon_
->IsApplicationResult(result) &&
in ReduceRelevanceEvents()
59
!
freezeCommon_
->IsSysWarningResult(result)) {
in ReduceRelevanceEvents()
65
if (
freezeCommon_
->IsSystemResult(result)) {
in ReduceRelevanceEvents()
68
if (
freezeCommon_
->IsSystemEvent(watchPoint->GetDomain(), watchPoint->GetStringId())) {
in ReduceRelevanceEvents()
77
if (
freezeCommon_
->IsApplicationResult(result)) {
in ReduceRelevanceEvents()
80
if (
freezeCommon_
->IsApplicationEvent(watchPoint->GetDomain(), watchPoint->GetStringId())) {
in ReduceRelevanceEvents()
89
if (
freezeCommon_
->IsSysWarningResult(result)) {
in ReduceRelevanceEvents()
92
if (
freezeCommon_
in ReduceRelevanceEvents()
[all...]
H
A
D
db_helper.h
36
explicit DBHelper(std::shared_ptr<FreezeCommon> fc) :
freezeCommon_
(fc) {};
in DBHelper()
43
std::shared_ptr<FreezeCommon>
freezeCommon_
;
member in OHOS::HiviewDFX::DBHelper
H
A
D
resolver.cpp
39
if (
freezeCommon_
== nullptr) {
in Init()
42
freezeRuleCluster_ =
freezeCommon_
->GetFreezeRuleCluster();
in Init()
46
dBHelper_ = std::make_unique<DBHelper>(
freezeCommon_
);
in Init()
47
vendor_ = std::make_unique<Vendor>(
freezeCommon_
);
in Init()
H
A
D
resolver.h
34
: startTime_(time(nullptr) * MILLISECOND),
freezeCommon_
(fc) {};
in FreezeResolver()
51
std::shared_ptr<FreezeCommon>
freezeCommon_
= nullptr;
member in OHOS::HiviewDFX::FreezeResolver
H
A
D
vendor.h
34
explicit Vendor(std::shared_ptr<FreezeCommon> fc) :
freezeCommon_
(fc) {};
in Vendor()
59
std::shared_ptr<FreezeCommon>
freezeCommon_
= nullptr;
member in OHOS::HiviewDFX::Vendor
H
A
D
freeze_detector_plugin.h
46
std::shared_ptr<FreezeCommon>
freezeCommon_
= nullptr;
member in OHOS::HiviewDFX::FreezeDetectorPlugin
H
A
D
db_helper.cpp
77
if (
freezeCommon_
== nullptr) {
in SelectEventFromDB()
/base/hiviewdfx/hiview/plugins/eventlogger/include/
H
A
D
event_logger.h
65
std::shared_ptr<FreezeCommon>
freezeCommon_
= nullptr;
member in OHOS::HiviewDFX::EventLogger
/base/hiviewdfx/hiview/plugins/eventlogger/
H
A
D
event_logger.cpp
954
freezeCommon_
= std::make_shared<FreezeCommon>();
in OnLoad()
955
if (
freezeCommon_
->Init() &&
freezeCommon_
!= nullptr &&
freezeCommon_
->GetFreezeRuleCluster() != nullptr) {
in OnLoad()
956
dbHelper_ = std::make_unique<DBHelper>(
freezeCommon_
);
in OnLoad()
Completed in 6 milliseconds