Home
last modified time | relevance | path

Searched refs:ConvertJsonToNotificationDistributedOptions (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_request_test.cpp518 …bool result1 = notificationRequest.ConvertJsonToNotificationDistributedOptions(nullptr, jsonObject… in HWTEST_F()
535 …bool result1 = notificationRequest.ConvertJsonToNotificationDistributedOptions(target, jsonObject); in HWTEST_F()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h1565 static bool ConvertJsonToNotificationDistributedOptions(
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp1029 if (!ConvertJsonToNotificationDistributedOptions(pRequest, jsonObject)) { in FromJson()
2580 bool NotificationRequest::ConvertJsonToNotificationDistributedOptions( in ConvertJsonToNotificationDistributedOptions() function in OHOS::Notification::NotificationRequest