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:FreezeRule
(Results
1 - 3
of
3
) sorted by relevance
/base/hiviewdfx/hiview/plugins/freeze_detector/
H
A
D
rule_cluster.h
60
class
FreezeRule
{
class
62
FreezeRule
() : domain_(""), stringId_("") {};
in FreezeRule()
function in OHOS::HiviewDFX::FreezeRule
63
FreezeRule
(const std::string& domain, const std::string& stringId)
in FreezeRule()
function in OHOS::HiviewDFX::FreezeRule
65
~
FreezeRule
()
in ~FreezeRule()
98
void ParseTagLinks(xmlNode* tag,
FreezeRule
& rule);
110
std::map<std::string,
FreezeRule
> rules_;
H
A
D
rule_cluster.cpp
161
FreezeRule
rule =
FreezeRule
(domain, stringId);
in ParseTagRule()
177
void FreezeRuleCluster::ParseTagLinks(xmlNode* tag,
FreezeRule
& rule)
in ParseTagLinks()
339
std::string
FreezeRule
::GetDomain() const
in GetDomain()
344
void
FreezeRule
::SetDomain(const std::string& domain)
in SetDomain()
349
std::string
FreezeRule
::GetStringId() const
in GetStringId()
354
void
FreezeRule
::SetStringId(const std::string& stringId)
in SetStringId()
359
std::map<std::string, FreezeResult>
FreezeRule
::GetMap() const
in GetMap()
364
void
FreezeRule
::AddResult(const std::string& domain, const std::string& stringId, const FreezeResult& result)
in AddResult()
374
bool
FreezeRule
[all...]
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
H
A
D
freeze_detector_unittest.cpp
528
auto freezeRule = std::make_unique<
FreezeRule
>();
in HWTEST_F()
542
auto freezeRule = std::make_unique<
FreezeRule
>();
in HWTEST_F()
Completed in 4 milliseconds