Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp354 NotificationNapi::AnsEnumUtil::DoNotDisturbTypeJSToC(inType, outType);
357 NotificationNapi::AnsEnumUtil::DoNotDisturbTypeJSToC(inType, outType);
360 NotificationNapi::AnsEnumUtil::DoNotDisturbTypeJSToC(inType, outType);
363 NotificationNapi::AnsEnumUtil::DoNotDisturbTypeJSToC(inType, outType);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h207 …static bool DoNotDisturbTypeJSToC(const DoNotDisturbType &inType, NotificationConstant::DoNotDistu…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp329 bool AnsEnumUtil::DoNotDisturbTypeJSToC(const DoNotDisturbType &inType, NotificationConstant::DoNot… in DoNotDisturbTypeJSToC() function in OHOS::NotificationNapi::AnsEnumUtil
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Ddisturb_mode.cpp53 if (!AnsEnumUtil::DoNotDisturbTypeJSToC(DoNotDisturbType(type), outType)) { in GetDoNotDisturbDate()