Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationrequestannex_fuzzer/
H A Dnotificationrequestannex_fuzzer.cpp34 request.ConvertObjectsToJson(jsonObject); in DoSomethingInterestingWithMyAPI()
35 request.ConvertObjectsToJson(jsonObject); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h1446 bool ConvertObjectsToJson(nlohmann::json &jsonObject) const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp839 if (!ConvertObjectsToJson(jsonObject)) { in ToJson()
1931 bool NotificationRequest::ConvertObjectsToJson(nlohmann::json &jsonObject) const in ConvertObjectsToJson() function in OHOS::Notification::NotificationRequest