Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/notificationrequestannex_fuzzer/
Dnotificationrequestannex_fuzzer.cpp44 request.ConvertJsonToNotificationDistributedOptions(target, jsonObject); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h1116 static bool ConvertJsonToNotificationDistributedOptions(
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp806 if (!ConvertJsonToNotificationDistributedOptions(pRequest, jsonObject)) { in FromJson()
1799 bool NotificationRequest::ConvertJsonToNotificationDistributedOptions( in ConvertJsonToNotificationDistributedOptions() function in OHOS::Notification::NotificationRequest