Home
last modified time | relevance | path

Searched refs:ToJson (Results 1 – 25 of 78) sorted by relevance

1234

/base/notification/distributed_notification_service/interfaces/inner_api/
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()
Dnotification_normal_content.h43 bool ToJson(nlohmann::json &jsonObject) const override;
Dnotification_flags.h73 bool ToJson(nlohmann::json &jsonObject) const override;
Dnotification_media_content.h84 virtual bool ToJson(nlohmann::json &jsonObject) const override;
Dnotification_picture_content.h93 virtual bool ToJson(nlohmann::json &jsonObject) const override;
/base/notification/distributed_notification_service/frameworks/ans/src/
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()
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()
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()
Dnotification_multiline_content.cpp75 bool NotificationMultiLineContent::ToJson(nlohmann::json &jsonObject) const in ToJson() function in OHOS::Notification::NotificationMultiLineContent
77 if (!NotificationBasicContent::ToJson(jsonObject)) { in ToJson()
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/interfaces/inner_api/include/
Djson_builder.h57 builder_.append("\"").append(key).append("\"").append(":").append(jsonBuilder.ToJson()); in Append()
67 jsonArray.Append(valueList[i].ToJson()); in Append()
79 std::string ToJson() const in ToJson() function
/base/update/updateservice/services/core/ability/callback/src/
Dbase_callback_utils.cpp80 … ENGINE_LOGD("CallbackToHap upgradeCallback eventInfoStr %{public}s", eventInfo.ToJson().c_str()); in CallbackToHap()
99 std::string eventInfoStr = info.ToJson(); in NotifyToHap()
103 OHOS::UpdateEngine::UpdateNotify::NotifyToAppService(eventInfoStr, subscribeInfo.ToJson()); in NotifyToHap()
/base/security/dlp_permission_service/frameworks/common/include/
Di_json_operator.h30 virtual Json ToJson() const = 0;
/base/inputmethod/imf/services/include/
Dime_cfg_manager.h73 inline static void ToJson(nlohmann::json &jsonCfg, const ImePersistCfg &cfg) in ToJson() function
79 static void ToJson(nlohmann::json &jsonConfigs, const std::vector<ImePersistCfg> &configs);
/base/update/updateservice/services/core/ability/model/include/
Ddevice_info.h32 nlohmann::ordered_json ToJson(bool isPrint) in ToJson() function
/base/print/print_fwk/services/src/
Dprint_security_guard_info.cpp70 nlohmann::json PrintSecurityGuardInfo::ToJson() in ToJson() function in OHOS::Print::PrintSecurityGuardInfo
96 return ToJson().dump(); in ToJsonStr()
/base/notification/distributed_notification_service/test/fuzztest/notificationmultilinecontentannex_fuzzer/
Dnotificationmultilinecontentannex_fuzzer.cpp28 notificationMultiLineContent.ToJson(jsonObject); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationpicturecontentannex_fuzzer/
Dnotificationpicturecontentannex_fuzzer.cpp28 notificationPictureContent.ToJson(jsonObject); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationlongtextcontentannex_fuzzer/
Dnotificationlongtextcontentannex_fuzzer.cpp29 notificationLongTextContent.ToJson(jsonObject); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationnormalcontent_fuzzer/
Dnotificationnormalcontent_fuzzer.cpp31 notificationNormalContent.ToJson(jsonObject); in DoSomethingInterestingWithMyAPI()
/base/inputmethod/imf/services/src/
Dime_cfg_manager.cpp71 ToJson(jsonConfigs, imeConfigs_); in WriteImeCfgFile()
146 void ImeCfgManager::ToJson(json &jsonConfigs, const std::vector<ImePersistCfg> &configs) in ToJson() function in OHOS::MiscServices::ImeCfgManager
150 ToJson(jsonCfg, cfg); in ToJson()
/base/notification/distributed_notification_service/test/fuzztest/notificationflags_fuzzer/
Dnotificationflags_fuzzer.cpp38 notificationFlags.ToJson(jsonObject); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationrequestannex_fuzzer/
Dnotificationrequestannex_fuzzer.cpp32 request.ToJson(jsonObject); in DoSomethingInterestingWithMyAPI()
/base/usb/usb_manager/interfaces/innerkits/native/include/
Dusb_config.h159 Json::Value ToJson() const in ToJson() function
171 interfaces.append(intf.ToJson()); in ToJson()
/base/print/print_fwk/services/include/
Dprint_security_guard_info.h63 nlohmann::json ToJson();

1234