| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| D | notification_slot.cpp | 82 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/ |
| D | ans_innerkits_module_slot_test.cpp | 84 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/ |
| D | addnotificationslot_fuzzer.cpp | 40 slot.SetLevel(notificatoinLevel); in DoSomethingInterestingWithMyAPI()
|
| /base/notification/distributed_notification_service/test/fuzztest/addnotificationslots_fuzzer/ |
| D | addnotificationslots_fuzzer.cpp | 39 slot.SetLevel(notificatoinLevel); in DoSomethingInterestingWithMyAPI()
|
| /base/hiviewdfx/hilog/frameworks/libhilog/param/ |
| D | properties.cpp | 498 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/ |
| D | notification_slot.h | 147 void SetLevel(NotificationLevel level);
|
| /base/hiviewdfx/hiview/base/event_store/test/unittest/common/ |
| D | sys_event_dao_test.cpp | 87 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/ |
| D | sys_event.h | 64 void SetLevel(const std::string& level);
|
| /base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
| D | faultlogger_unittest.cpp | 349 sysEvent->SetLevel("MINOR"); 453 sysEvent->SetLevel("MINOR");
|
| /base/hiviewdfx/hiview/core/ |
| D | event_json_parser.cpp | 207 event->SetLevel(baseInfo.level); in CheckBaseInfoValidity()
|
| /base/hiviewdfx/hiview/base/ |
| D | sys_event.cpp | 195 void SysEvent::SetLevel(const std::string& level) in SetLevel() function in OHOS::HiviewDFX::SysEvent
|
| D | libhiviewbase.map | 254 …"OHOS::HiviewDFX::SysEvent::SetLevel(std::__h::basic_string<char, std::__h::char_traits<char>, std…
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/ |
| D | common.cpp | 852 slot.SetLevel(outLevel); in GetNotificationSlotByNumber()
|
| /base/notification/distributed_notification_service/services/ans/src/ |
| D | notification_preferences_database.cpp | 1165 slot->SetLevel(level); in ParseSlotLevel()
|