Home
last modified time | relevance | path

Searched refs:ToJson (Results 1 - 25 of 101) sorted by relevance

12345

/base/update/updateservice/interfaces/inner_api/feature/update/model/common/
H A Dbase_json_struct.h29 virtual std::string ToJson() in ToJson() function
31 return GetJsonBuilder().ToJson(); in ToJson()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_json_convert.h33 virtual bool ToJson(nlohmann::json &jsonObject) const = 0;
52 return convertionBase->ToJson(jsonObject); in ConvertToJson()
70 if (!convertionBase->ToJson(jsonObject)) { in ConvertToJsonString()
H A Dnotification_normal_content.h43 bool ToJson(nlohmann::json &jsonObject) const override;
H A Dnotification_button_option.h57 bool ToJson(nlohmann::json &jsonObject) const override;
H A Dnotification_progress.h70 bool ToJson(nlohmann::json &jsonObject) const override;
H A Dnotification_time.h81 bool ToJson(nlohmann::json &jsonObject) const override;
H A Dnotification_do_not_disturb_profile.h105 std::string ToJson();
H A Dnotification_bundle_option.h123 bool ToJson(nlohmann::json &jsonObject) const override;
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_normal_content.cpp31 bool NotificationNormalContent::ToJson(nlohmann::json &jsonObject) const in ToJson() function in OHOS::Notification::NotificationNormalContent
33 return NotificationBasicContent::ToJson(jsonObject); in ToJson()
H A Dnotification_media_content.cpp55 bool NotificationMediaContent::ToJson(nlohmann::json &jsonObject) const in ToJson() function in OHOS::Notification::NotificationMediaContent
57 if (!NotificationBasicContent::ToJson(jsonObject)) { in ToJson()
H A Dnotification_multiline_content.cpp77 bool NotificationMultiLineContent::ToJson(nlohmann::json &jsonObject) const in ToJson() function in OHOS::Notification::NotificationMultiLineContent
79 if (!NotificationBasicContent::ToJson(jsonObject)) { in ToJson()
H A Dnotification_long_text_content.cpp80 bool NotificationLongTextContent::ToJson(nlohmann::json &jsonObject) const in ToJson() function in OHOS::Notification::NotificationLongTextContent
82 if (!NotificationBasicContent::ToJson(jsonObject)) { in ToJson()
H A Dnotification_picture_content.cpp61 bool NotificationPictureContent::ToJson(nlohmann::json &jsonObject) const in ToJson() function in OHOS::Notification::NotificationPictureContent
63 if (!NotificationBasicContent::ToJson(jsonObject)) { in ToJson()
/base/update/updateservice/services/core/ability/callback/src/
H A Dbase_callback_utils.cpp79 ENGINE_LOGD("CallbackToHap upgradeCallback eventInfoStr %{public}s", eventInfo.ToJson().c_str()); in CallbackToHap()
98 std::string eventInfoStr = info.ToJson(); in NotifyToHap()
102 UpdateNotify::GetInstance()->ConnectToAppService(eventInfoStr, subscribeInfo.ToJson()); in NotifyToHap()
/base/update/updateservice/foundations/ability/utils/include/
H A Djson_builder.h66 builder_.append("\"").append(key).append("\"").append(":").append(jsonBuilder.ToJson()); in Append()
77 jsonArray.Append(valueList[i].ToJson()); in Append()
89 std::string ToJson() const in ToJson() function in OHOS::UpdateEngine::JsonBuilder
/base/security/dlp_permission_service/frameworks/common/include/
H A Di_json_operator.h30 virtual Json ToJson() const = 0;
/base/update/updateservice/services/core/ability/model/include/
H A Ddevice_info.h32 nlohmann::ordered_json ToJson(bool isPrint) in ToJson() function
/base/notification/distributed_notification_service/test/fuzztest/notificationflags_fuzzer/
H A Dnotificationflags_fuzzer.cpp33 // test ToJson function in DoSomethingInterestingWithMyAPI()
38 notificationFlags.ToJson(jsonObject); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationrequestannex_fuzzer/
H A Dnotificationrequestannex_fuzzer.cpp32 request.ToJson(jsonObject); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationlongtextcontentannex_fuzzer/
H A Dnotificationlongtextcontentannex_fuzzer.cpp29 notificationLongTextContent.ToJson(jsonObject); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationmultilinecontentannex_fuzzer/
H A Dnotificationmultilinecontentannex_fuzzer.cpp28 notificationMultiLineContent.ToJson(jsonObject); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationnormalcontent_fuzzer/
H A Dnotificationnormalcontent_fuzzer.cpp29 // test ToJson function in DoSomethingInterestingWithMyAPI()
31 notificationNormalContent.ToJson(jsonObject); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationpicturecontentannex_fuzzer/
H A Dnotificationpicturecontentannex_fuzzer.cpp28 notificationPictureContent.ToJson(jsonObject); in DoSomethingInterestingWithMyAPI()
/base/print/print_fwk/services/print_service/src/
H A Dprint_security_guard_info.cpp82 nlohmann::json PrintSecurityGuardInfo::ToJson() in ToJson() function in OHOS::Print::PrintSecurityGuardInfo
110 return ToJson().dump(); in ToJsonStr()
/base/print/print_fwk/services/print_service/include/
H A Dprint_security_guard_info.h64 nlohmann::json ToJson();

Completed in 9 milliseconds

12345