Home
last modified time | relevance | path

Searched defs:jsonObject (Results 151 – 175 of 294) sorted by relevance

12345678910>>...12

/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_interface.h72 static int GetIntValue(const cJSON *jsonObject, const char *key) in GetIntValue()
83 static std::string GetStringValue(const cJSON *jsonObject, const char *key) in GetStringValue()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_system_data.cpp48 bool ScanSystemData::ParseScannerListJsonV1(nlohmann::json& jsonObject) in ParseScannerListJsonV1()
90 nlohmann::json jsonObject = nlohmann::json::parse(fileData); in Init() local
361 nlohmann::json jsonObject; in SaveScannerMap() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
H A Dbms_extension_profile.cpp83 ErrCode BmsExtensionProfile::TransformTo(const nlohmann::json &jsonObject, in TransformTo()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dmessage_user_test.cpp44 nlohmann::json jsonObject; variable
H A Dnotification_flags_test.cpp84 nlohmann::json jsonObject; variable
H A Dnotification_user_input_test.cpp65 nlohmann::json jsonObject; variable
91 nlohmann::json jsonObject; variable
104 nlohmann::json jsonObject; variable
H A Dnotification_media_content_test.cpp86 nlohmann::json jsonObject; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/bundle_resource/
H A Dbundle_system_state.cpp76 nlohmann::json jsonObject = nlohmann::json::parse(systemState, nullptr, false); in FromString() local
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_provider_data.cpp208 nlohmann::json jsonObject = nlohmann::json::parse(jsonDataString, nullptr, false); in SetDataString() local
289 nlohmann::json jsonObject = nlohmann::json::parse(jsonDataString, nullptr, false); in ReadFromParcel() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_live_view_content.cpp138 void NotificationLiveViewContent::ConvertPictureFromJson(const nlohmann::json &jsonObject) in ConvertPictureFromJson()
156 NotificationLiveViewContent *NotificationLiveViewContent::FromJson(const nlohmann::json &jsonObject) in FromJson()
H A Dnotification_basic_content.cpp81 void NotificationBasicContent::ReadFromJson(const nlohmann::json &jsonObject) in ReadFromJson()
H A Dnotification_long_text_content.cpp94 NotificationLongTextContent *NotificationLongTextContent::FromJson(const nlohmann::json &jsonObject) in FromJson()
H A Dnotification_multiline_content.cpp91 …ificationMultiLineContent *NotificationMultiLineContent::FromJson(const nlohmann::json &jsonObject) in FromJson()
H A Dnotification_picture_content.cpp75 NotificationPictureContent *NotificationPictureContent::FromJson(const nlohmann::json &jsonObject) in FromJson()
H A Dnotification_time.cpp90 NotificationTime *NotificationTime::FromJson(const nlohmann::json &jsonObject) in FromJson()
H A Dnotification_bundle_option.cpp136 NotificationBundleOption *NotificationBundleOption::FromJson(const nlohmann::json &jsonObject) in FromJson()
H A Dnotification_capsule.cpp91 NotificationCapsule *NotificationCapsule::FromJson(const nlohmann::json &jsonObject) in FromJson()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/uninstall_data_mgr/
H A Duninstall_data_mgr_storage_rdb.cpp98 nlohmann::json jsonObject = nlohmann::json::parse(value, nullptr, false); in GetUninstallBundleInfo() local
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_user_data_test.cpp267 nlohmann::json jsonObject; variable
292 nlohmann::json jsonObject; variable
331 nlohmann::json jsonObject; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp296 void from_json(const nlohmann::json &jsonObject, Metadata &metadata) in from_json()
326 void from_json(const nlohmann::json &jsonObject, HnpPackage &hnpPackage) in from_json()
348 void from_json(const nlohmann::json &jsonObject, Ability &ability) in from_json()
687 void from_json(const nlohmann::json &jsonObject, Extension &extension) in from_json()
874 void from_json(const nlohmann::json &jsonObject, DeviceConfig &deviceConfig) in from_json()
945 void from_json(const nlohmann::json &jsonObject, MultiAppMode &multiAppMode) in from_json()
967 void from_json(const nlohmann::json &jsonObject, App &app) in from_json()
1372 void from_json(const nlohmann::json &jsonObject, Module &module) in from_json()
1664 void from_json(const nlohmann::json &jsonObject, ModuleJson &moduleJson) in from_json()
1905 bool ParserAtomicConfig(const nlohmann::json &jsonObject, InnerBundleInfo &innerBundleInfo) in ParserAtomicConfig()
[all …]
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Djson_helper.cpp264 cJSON *jsonObject = json->json_; in Put() local
326 cJSON *jsonObject = json->json_; in Add() local
383 bool EffectJson::Replace(const std::string &key, Json *json, bool jsonObject) in Replace()
397 cJSON *jsonObject = json->json_; in Replace() local
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_credential_manager.cpp181 nlohmann::json jsonObject; variable
279 nlohmann::json jsonObject = nlohmann::json::parse(credentialInfo, nullptr, false); variable
714 nlohmann::json jsonObject; variable
1686 nlohmann::json jsonObject; variable
1710 nlohmann::json jsonObject; variable
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H A Dsandbox_json_manager.cpp406 Json jsonObject; in ToJson() local
432 void SandboxJsonManager::FromJson(const Json& jsonObject) in FromJson()
473 auto jsonObject = ToJson(); in ToString() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp287 void from_json(const nlohmann::json &jsonObject, Metadata &metadata) in from_json()
317 void from_json(const nlohmann::json &jsonObject, Ability &ability) in from_json()
592 void from_json(const nlohmann::json &jsonObject, Extension &extension) in from_json()
747 void from_json(const nlohmann::json &jsonObject, DeviceConfig &deviceConfig) in from_json()
818 void from_json(const nlohmann::json &jsonObject, App &app) in from_json()
1147 void from_json(const nlohmann::json &jsonObject, Module &module) in from_json()
1357 void from_json(const nlohmann::json &jsonObject, ModuleJson &moduleJson) in from_json()
1803 nlohmann::json jsonObject = nlohmann::json::parse(buffer.data(), nullptr, false); in TransformTo() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dplugins_manager_src_framework_test.cpp450 const nlohmann::json jsonObject; variable
480 const nlohmann::json jsonObject; variable
511 const nlohmann::json jsonObject; variable
527 const nlohmann::json jsonObject; variable
543 const nlohmann::json jsonObject; variable

12345678910>>...12