Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/notificationrequestannex_fuzzer/
Dnotificationrequestannex_fuzzer.cpp34 request.ConvertObjectsToJson(jsonObject); in DoSomethingInterestingWithMyAPI()
35 request.ConvertObjectsToJson(jsonObject); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h1257 bool ConvertObjectsToJson(nlohmann::json &jsonObject) const;
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp798 if (!ConvertObjectsToJson(jsonObject)) { in ToJson()
1645 bool NotificationRequest::ConvertObjectsToJson(nlohmann::json &jsonObject) const in ConvertObjectsToJson() function in OHOS::Notification::NotificationRequest