Home
last modified time | relevance | path

Searched refs:SlotLevelCToJS (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp275 NotificationNapi::AnsEnumUtil::SlotLevelCToJS(inType, outType);
278 NotificationNapi::AnsEnumUtil::SlotLevelCToJS(inType, outType);
281 NotificationNapi::AnsEnumUtil::SlotLevelCToJS(inType, outType);
284 NotificationNapi::AnsEnumUtil::SlotLevelCToJS(inType, outType);
287 NotificationNapi::AnsEnumUtil::SlotLevelCToJS(inType, outType);
290 NotificationNapi::AnsEnumUtil::SlotLevelCToJS(inType, outType);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h189 …static bool SlotLevelCToJS(const NotificationSlot::NotificationLevel &inLevel, SlotLevel &outLevel…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp199 bool AnsEnumUtil::SlotLevelCToJS(const NotificationSlot::NotificationLevel &inLevel, SlotLevel &out… in SlotLevelCToJS() function in OHOS::NotificationNapi::AnsEnumUtil
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp149 if (!AnsEnumUtil::SlotLevelCToJS(slot.GetLevel(), outLevel)) { in SetNotificationSlot()