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:SetLevel
(Results
1 - 19
of
19
) sorted by relevance
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H
A
D
sys_event_repeat_test.cpp
76
sysEvent->
SetLevel
("CRITICAL");
in HWTEST_F()
84
repeatSysEvent->
SetLevel
("CRITICAL");
in HWTEST_F()
107
sysEvent->
SetLevel
("CRITICAL");
in HWTEST_F()
116
repeatSysEvent->
SetLevel
("CRITICAL");
in HWTEST_F()
127
repackSysEvent->
SetLevel
("CRITICAL");
in HWTEST_F()
148
sysEvent->
SetLevel
("CRITICAL");
in HWTEST_F()
157
repeatSysEvent->
SetLevel
("CRITICAL");
in HWTEST_F()
H
A
D
sys_event_database_test.cpp
62
sysEvent->
SetLevel
("CRITICAL");
in HWTEST_F()
H
A
D
sys_event_doc_test.cpp
74
sysEvent->
SetLevel
("CRITICAL");
in HWTEST_F()
H
A
D
sys_event_dao_test.cpp
87
sysEvent->
SetLevel
(TEST_LEVEL);
in HWTEST_F()
118
sysEvent1->
SetLevel
(TEST_LEVEL);
in HWTEST_F()
134
sysEvent2->
SetLevel
(TEST_LEVEL);
in HWTEST_F()
170
sysEvent->
SetLevel
(TEST_LEVEL);
in HWTEST_F()
338
sysEvent->
SetLevel
(TEST_LEVEL);
in HWTEST_F()
/base/hiviewdfx/hiview/plugins/privacy_controller/test/unittest/common/
H
A
D
privacy_controller_test.cpp
57
event->
SetLevel
(DEBUG_LEVEL);
in CreateEvent()
128
event->
SetLevel
(DEBUG_LEVEL);
in HWTEST_F()
131
event->
SetLevel
(INFO_LEVEL);
in HWTEST_F()
134
event->
SetLevel
(MINOR_LEVEL);
in HWTEST_F()
137
event->
SetLevel
(MAJOR_LEVEL);
in HWTEST_F()
140
event->
SetLevel
(CRITICAL_LEVEL);
in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_slot.cpp
89
void NotificationSlot::
SetLevel
(NotificationLevel level)
in SetLevel()
function in OHOS::Notification::NotificationSlot
135
SetLevel
(LEVEL_HIGH);
in SetType()
143
SetLevel
(LEVEL_DEFAULT);
in SetType()
150
SetLevel
(LEVEL_MIN);
in SetType()
158
SetLevel
(LEVEL_DEFAULT);
in SetType()
167
SetLevel
(LEVEL_LOW);
in SetType()
175
SetLevel
(LEVEL_HIGH);
in SetType()
182
SetLevel
(LEVEL_MIN);
in SetType()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H
A
D
ans_innerkits_module_slot_test.cpp
92
slot.
SetLevel
(NotificationSlot::NotificationLevel::LEVEL_LOW);
in HWTEST_F()
138
slot.
SetLevel
(NotificationSlot::NotificationLevel::LEVEL_LOW);
in HWTEST_F()
184
slot.
SetLevel
(NotificationSlot::NotificationLevel::LEVEL_LOW);
in HWTEST_F()
229
slot.
SetLevel
(NotificationSlot::NotificationLevel::LEVEL_LOW);
in HWTEST_F()
276
slot.
SetLevel
(NotificationSlot::NotificationLevel::LEVEL_LOW);
in HWTEST_F()
392
slot.
SetLevel
(NotificationSlot::NotificationLevel::LEVEL_LOW);
in HWTEST_F()
/base/notification/distributed_notification_service/test/fuzztest/addnotificationslot_fuzzer/
H
A
D
addnotificationslot_fuzzer.cpp
43
slot.
SetLevel
(notificatoinLevel);
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/addnotificationslots_fuzzer/
H
A
D
addnotificationslots_fuzzer.cpp
39
slot.
SetLevel
(notificatoinLevel);
in DoSomethingInterestingWithMyAPI()
/base/hiviewdfx/hilog/frameworks/libhilog/param/
H
A
D
properties.cpp
501
static int
SetLevel
(PropType type, const string& suffix, uint16_t lvl)
in SetLevel()
function
524
return
SetLevel
(PropType::PROP_GLOBAL_LOG_LEVEL, "", lvl);
in SetGlobalLevel()
529
return
SetLevel
(PropType::PROP_TAG_LOG_LEVEL, tag, lvl);
in SetTagLevel()
534
return
SetLevel
(PropType::PROP_DOMAIN_LOG_LEVEL, Uint2HexStr(domain), lvl);
in SetDomainLevel()
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
notification_slot.h
139
* @brief Obtains the level of a NotificationSlot object, which is set by
SetLevel
(NotificationLevel).
147
* @note
SetLevel
must be set before the NotificationHelper::AddNotificationSlot(NotificationSlot) method is called.
153
void
SetLevel
(NotificationLevel level);
/base/hiviewdfx/hiview/base/include/
H
A
D
sys_event.h
74
void
SetLevel
(const std::string& level);
/base/hiviewdfx/hiview/plugins/sysevent_source/
H
A
D
sysevent_source.cpp
342
event->
SetLevel
(baseInfo.level);
in DecorateSysEvent()
/base/hiviewdfx/hiview/plugins/eventlogger/
H
A
D
event_logger.cpp
873
userPanicEvent->
SetLevel
("CRITICAL");
in ReportUserPanicWarning()
1015
event->
SetLevel
(LONGPRESS_LEVEL);
in ProcessRebootEvent()
/base/hiviewdfx/hiview/base/
H
A
D
sys_event.cpp
201
void SysEvent::
SetLevel
(const std::string& level)
in SetLevel()
function in OHOS::SysEvent
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H
A
D
faultlogger_unittest.cpp
707
sysEvent->
SetLevel
("MINOR");
in HWTEST_F()
863
sysEvent->
SetLevel
("MINOR");
in HWTEST_F()
/base/location/frameworks/js/napi/notification/src/
H
A
D
notification_napi.cpp
614
slot.
SetLevel
(outLevel);
in GetNotificationSlotByNumber()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H
A
D
common.cpp
882
slot.
SetLevel
(outLevel);
in GetNotificationSlotByNumber()
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
notification_preferences_database.cpp
1324
slot->
SetLevel
(level);
in ParseSlotLevel()
Completed in 21 milliseconds