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:HiChecker
(Results
1 - 7
of
7
) sorted by relevance
/base/hiviewdfx/hichecker/test/unittest/common/native/
H
A
D
hichecker_native_test.cpp
59
HiChecker
::RemoveRule(Rule::ALL_RULES);
in SetUp()
64
HiChecker
::RemoveRule(Rule::ALL_RULES);
in TearDown()
82
HiChecker
::AddRule(Rule::RULE_THREAD_CHECK_SLOW_PROCESS);
in HWTEST_F()
83
ASSERT_EQ(
HiChecker
::GetRule(), rule);
in HWTEST_F()
85
HiChecker
::AddRule(Rule::RULE_CAUTION_PRINT_LOG);
in HWTEST_F()
86
ASSERT_EQ(
HiChecker
::GetRule(), rule);
in HWTEST_F()
98
HiChecker
::AddRule(Rule::RULE_THREAD_CHECK_SLOW_PROCESS |
in HWTEST_F()
100
ASSERT_EQ(
HiChecker
::GetRule(), rule);
in HWTEST_F()
102
HiChecker
::AddRule(Rule::RULE_CAUTION_PRINT_LOG | Rule::RULE_CAUTION_TRIGGER_CRASH);
in HWTEST_F()
103
ASSERT_EQ(
HiChecker
in HWTEST_F()
[all...]
/base/hiviewdfx/hichecker/frameworks/native/
H
A
D
hichecker.cpp
44
std::mutex
HiChecker
::mutexLock_;
45
volatile bool
HiChecker
::checkMode_;
46
volatile uint64_t
HiChecker
::processRules_;
47
thread_local uint64_t
HiChecker
::threadLocalRules_;
49
void
HiChecker
::AddRule(uint64_t rule)
in AddRule()
62
void
HiChecker
::RemoveRule(uint64_t rule)
in RemoveRule()
75
uint64_t
HiChecker
::GetRule()
in GetRule()
81
bool
HiChecker
::Contains(uint64_t rule)
in Contains()
90
void
HiChecker
::NotifySlowProcess(const std::string& tag)
in NotifySlowProcess()
102
void
HiChecker
[all...]
H
A
D
hichecker_wrapper.cpp
20
OHOS::HiviewDFX::
HiChecker
::InitHicheckerParam(processName);
in InitHicheckerParamWrapper()
/base/hiviewdfx/hichecker/interfaces/native/innerkits/include/
H
A
D
hichecker.h
55
class
HiChecker
{
class
57
HiChecker
() = delete;
58
HiChecker
(const
HiChecker
&) = delete;
59
HiChecker
& operator = (
HiChecker
&) = delete;
/base/hiviewdfx/hichecker/interfaces/js/kits/napi/src/
H
A
D
napi_hichecker.cpp
41
HiChecker
::AddRule(rule);
in AddRule()
50
HiChecker
::RemoveRule(rule);
in RemoveRule()
57
uint64_t rule =
HiChecker
::GetRule();
in GetRule()
65
napi_get_boolean(env,
HiChecker
::Contains(rule), &result);
in Contains()
73
HiChecker
::AddRule(rule);
in AddCheckRule()
84
HiChecker
::RemoveRule(rule);
in RemoveCheckRule()
98
napi_get_boolean(env,
HiChecker
::Contains(rule), &result);
in ContainsCheckRule()
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H
A
D
lib_event_handler_checker_test.cpp
127
HiChecker
::AddRule(Rule::RULE_CHECK_SLOW_EVENT);
in HWTEST_F()
178
HiChecker
::AddRule(Rule::RULE_CHECK_SLOW_EVENT);
in HWTEST_F()
/base/notification/eventhandler/frameworks/eventhandler/src/
H
A
D
event_handler.cpp
372
if (!
HiChecker
::NeedCheckSlowEvent()) {
in DeliveryTimeAction()
388
HiChecker
::NotifySlowEvent(handOutTag);
in DeliveryTimeAction()
401
if (!
HiChecker
::NeedCheckSlowEvent()) {
in DistributeTimeAction()
418
HiChecker
::NotifySlowEvent(executeTag);
in DistributeTimeAction()
Completed in 4 milliseconds