Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp443 NotificationNapi::AnsEnumUtil::LiveViewStatusCToJS(inType, outType);
446 NotificationNapi::AnsEnumUtil::LiveViewStatusCToJS(inType, outType);
449 NotificationNapi::AnsEnumUtil::LiveViewStatusCToJS(inType, outType);
452 NotificationNapi::AnsEnumUtil::LiveViewStatusCToJS(inType, outType);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h243 …static bool LiveViewStatusCToJS(const NotificationLiveViewContent::LiveViewStatus &inType, LiveVie…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp414 bool AnsEnumUtil::LiveViewStatusCToJS(const NotificationLiveViewContent::LiveViewStatus &inType, in LiveViewStatusCToJS() function in OHOS::NotificationNapi::AnsEnumUtil
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_liveview.cpp324 if (!AnsEnumUtil::LiveViewStatusCToJS(liveViewContent->GetLiveViewStatus(), outType)) { in SetNotificationLiveViewContent()