Home
last modified time | relevance | path

Searched refs:GetNotificationRequestByString (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp535 …static bool GetNotificationRequestByString(CNotificationRequest cjRequest, NotificationRequest &re… in GetNotificationRequestByString() function
623 if (!GetNotificationRequestByString(params, request)) { in ParseParameters()
/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h254 static napi_value GetNotificationRequestByString(
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp69 napi_value NotificationNapi::GetNotificationRequestByString( in GetNotificationRequestByString() function in OHOS::Location::NotificationNapi
208 if (!GetNotificationRequestByString(env, value, request)) { in GetNotificationRequest()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h632 static napi_value GetNotificationRequestByString(
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp591 napi_value Common::GetNotificationRequestByString( in GetNotificationRequestByString() function in OHOS::NotificationNapi::Common
733 if (!GetNotificationRequestByString(env, value, request)) { in GetNotificationRequest()