Home
last modified time | relevance | path

Searched refs:SetLevel (Results 1 - 19 of 19) sorted by relevance

/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_repeat_test.cpp76 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 Dsys_event_database_test.cpp62 sysEvent->SetLevel("CRITICAL"); in HWTEST_F()
H A Dsys_event_doc_test.cpp74 sysEvent->SetLevel("CRITICAL"); in HWTEST_F()
H A Dsys_event_dao_test.cpp87 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 Dprivacy_controller_test.cpp57 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 Dnotification_slot.cpp89 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 Dans_innerkits_module_slot_test.cpp92 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 Daddnotificationslot_fuzzer.cpp43 slot.SetLevel(notificatoinLevel); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/addnotificationslots_fuzzer/
H A Daddnotificationslots_fuzzer.cpp39 slot.SetLevel(notificatoinLevel); in DoSomethingInterestingWithMyAPI()
/base/hiviewdfx/hilog/frameworks/libhilog/param/
H A Dproperties.cpp501 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 Dnotification_slot.h139 * @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 Dsys_event.h74 void SetLevel(const std::string& level);
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp342 event->SetLevel(baseInfo.level); in DecorateSysEvent()
/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp873 userPanicEvent->SetLevel("CRITICAL"); in ReportUserPanicWarning()
1015 event->SetLevel(LONGPRESS_LEVEL); in ProcessRebootEvent()
/base/hiviewdfx/hiview/base/
H A Dsys_event.cpp201 void SysEvent::SetLevel(const std::string& level) in SetLevel() function in OHOS::SysEvent
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp707 sysEvent->SetLevel("MINOR"); in HWTEST_F()
863 sysEvent->SetLevel("MINOR"); in HWTEST_F()
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp614 slot.SetLevel(outLevel); in GetNotificationSlotByNumber()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp882 slot.SetLevel(outLevel); in GetNotificationSlotByNumber()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp1324 slot->SetLevel(level); in ParseSlotLevel()

Completed in 21 milliseconds