Home
last modified time | relevance | path

Searched refs:SetLevel (Results 1 – 14 of 14) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_slot.cpp82 void NotificationSlot::SetLevel(NotificationLevel level) in SetLevel() function in OHOS::Notification::NotificationSlot
102 SetLevel(LEVEL_HIGH); in SetType()
110 SetLevel(LEVEL_DEFAULT); in SetType()
117 SetLevel(LEVEL_LOW); in SetType()
125 SetLevel(LEVEL_DEFAULT); in SetType()
133 SetLevel(LEVEL_LOW); in SetType()
140 SetLevel(LEVEL_MIN); in SetType()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_slot_test.cpp84 slot.SetLevel(NotificationSlot::NotificationLevel::LEVEL_LOW);
130 slot.SetLevel(NotificationSlot::NotificationLevel::LEVEL_LOW);
176 slot.SetLevel(NotificationSlot::NotificationLevel::LEVEL_LOW);
221 slot.SetLevel(NotificationSlot::NotificationLevel::LEVEL_LOW);
268 slot.SetLevel(NotificationSlot::NotificationLevel::LEVEL_LOW);
384 slot.SetLevel(NotificationSlot::NotificationLevel::LEVEL_LOW);
/base/notification/distributed_notification_service/test/fuzztest/addnotificationslot_fuzzer/
Daddnotificationslot_fuzzer.cpp40 slot.SetLevel(notificatoinLevel); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/addnotificationslots_fuzzer/
Daddnotificationslots_fuzzer.cpp39 slot.SetLevel(notificatoinLevel); in DoSomethingInterestingWithMyAPI()
/base/hiviewdfx/hilog/frameworks/libhilog/param/
Dproperties.cpp498 static int SetLevel(PropType type, const string& suffix, uint16_t lvl) in SetLevel() function
521 return SetLevel(PropType::PROP_GLOBAL_LOG_LEVEL, "", lvl); in SetGlobalLevel()
526 return SetLevel(PropType::PROP_TAG_LOG_LEVEL, tag, lvl); in SetTagLevel()
531 return SetLevel(PropType::PROP_DOMAIN_LOG_LEVEL, Uint2HexStr(domain), lvl); in SetDomainLevel()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_slot.h147 void SetLevel(NotificationLevel level);
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
Dsys_event_dao_test.cpp87 sysEvent->SetLevel(TEST_LEVEL);
118 sysEvent1->SetLevel(TEST_LEVEL);
134 sysEvent2->SetLevel(TEST_LEVEL);
169 sysEvent->SetLevel(TEST_LEVEL);
336 sysEvent->SetLevel(TEST_LEVEL);
/base/hiviewdfx/hiview/base/include/
Dsys_event.h64 void SetLevel(const std::string& level);
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
Dfaultlogger_unittest.cpp349 sysEvent->SetLevel("MINOR");
453 sysEvent->SetLevel("MINOR");
/base/hiviewdfx/hiview/core/
Devent_json_parser.cpp207 event->SetLevel(baseInfo.level); in CheckBaseInfoValidity()
/base/hiviewdfx/hiview/base/
Dsys_event.cpp195 void SysEvent::SetLevel(const std::string& level) in SetLevel() function in OHOS::HiviewDFX::SysEvent
Dlibhiviewbase.map254 …"OHOS::HiviewDFX::SysEvent::SetLevel(std::__h::basic_string<char, std::__h::char_traits<char>, std…
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp852 slot.SetLevel(outLevel); in GetNotificationSlotByNumber()
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_database.cpp1165 slot->SetLevel(level); in ParseSlotLevel()