Home
last modified time | relevance | path

Searched refs:ContentTypeCToJS (Results 1 – 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dcommon.h1400 static bool ContentTypeCToJS(const NotificationContent::Type &inType, ContentType &outType);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp924 if (!ContentTypeCToJS(type, outType)) { in SetNotificationContent()
4337 bool Common::ContentTypeCToJS(const NotificationContent::Type &inType, ContentType &outType) in ContentTypeCToJS() function in OHOS::NotificationNapi::Common