Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h1464 …static bool ConvertJsonToNotificationBundleOption(NotificationRequest *target, const nlohmann::jso…
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp917 if (!ConvertJsonToNotificationBundleOption(pRequest, jsonObject)) { in FromJson()
2333 bool NotificationRequest::ConvertJsonToNotificationBundleOption( in ConvertJsonToNotificationBundleOption() function in OHOS::Notification::NotificationRequest