Home
last modified time | relevance | path

Searched defs:jsonObject (Results 126 – 150 of 290) sorted by relevance

12345678910>>...12

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/messageuser_fuzzer/
H A Dmessageuser_fuzzer.cpp59 nlohmann::json jsonObject; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Dapp_utils.cpp270 const nlohmann::json& jsonObject = item.value(); in LoadResidentProcessInExtremeMemory() local
310 const nlohmann::json& jsonObject = item.value(); in LoadAllowNativeChildProcessApps() local
380 const nlohmann::json& jsonObject = item.value(); in LoadStartAbilityWithoutCallerToken() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_button_option.cpp53 NotificationButtonOption *NotificationButtonOption::FromJson(const nlohmann::json &jsonObject) in FromJson()
H A Dnotification_media_content.cpp67 NotificationMediaContent *NotificationMediaContent::FromJson(const nlohmann::json &jsonObject) in FromJson()
H A Dnotification_progress.cpp79 NotificationProgress *NotificationProgress::FromJson(const nlohmann::json &jsonObject) in FromJson()
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/command/
H A Dsync_remote_hap_token_command.cpp67 nlohmann::json jsonObject = nlohmann::json::parse(json, nullptr, false); in SyncRemoteHapTokenCommand() local
H A Ddelete_remote_token_command.cpp49 nlohmann::json jsonObject = nlohmann::json::parse(json, nullptr, false); in DeleteRemoteTokenCommand() local
H A Dupdate_remote_hap_token_command.cpp47 nlohmann::json jsonObject = nlohmann::json::parse(json, nullptr, false); in UpdateRemoteHapTokenCommand() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_bundle_info.cpp133 void NotificationCloneBundleInfo::SlotsFromJson(const nlohmann::json &jsonObject) in SlotsFromJson()
157 void NotificationCloneBundleInfo::FromJson(const nlohmann::json &jsonObject) in FromJson()
H A Dnotification_clone_disturb_service.cpp44 ErrCode NotificationCloneDisturb::OnBackup(nlohmann::json &jsonObject) in OnBackup()
64 void NotificationCloneDisturb::OnRestore(const nlohmann::json &jsonObject) in OnRestore()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_paint_property.h124 auto jsonObject = JsonUtil::CreateArray(true); in ToJsonValue() local
186 auto jsonObject = JsonUtil::CreateArray(true); in ToJsonColorHasValue() local
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_info.cpp288 void OsAccountInfo::GetDomainInfoFromJson(const Json &jsonObject) in GetDomainInfoFromJson()
307 bool OsAccountInfo::FromJson(const Json &jsonObject) in FromJson()
362 nlohmann::json jsonObject = nlohmann::json::parse(jsonString, nullptr, false); in ReadFromParcel() local
372 auto jsonObject = ToJson(); in ToString() local
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/ability/standard/
H A Ddm_ability_manager.cpp45 nlohmann::json jsonObject = nlohmann::json::parse(params, nullptr, false); in StartAbility() local
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dwant_agent_helper.cpp361 nlohmann::json jsonObject; in ToString() local
387 nlohmann::json jsonObject = nlohmann::json::parse(jsonString); in FromString() local
430 std::vector<WantAgentConstant::Flags> WantAgentHelper::ParseFlags(nlohmann::json jsonObject) in ParseFlags()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dextension_config.cpp108 const nlohmann::json& jsonObject = item.value(); in LoadExtensionConfig() local
165 const nlohmann::json& jsonObject = item.value(); in LoadExtensionServiceBlockedList() local
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_config.h68 static int GetIntValue(const cJSON *jsonObject, const char *key) in GetIntValue()
79 static std::string GetStringValue(const cJSON *jsonObject, const char *key) in GetStringValue()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_conversational_message_test.cpp102 nlohmann::json jsonObject; variable
216 nlohmann::json jsonObject; variable
H A Dnotification_long_text_content_test.cpp57 nlohmann::json jsonObject; variable
H A Dmessage_user_test.cpp44 nlohmann::json jsonObject; variable
H A Dnotification_flags_test.cpp84 nlohmann::json jsonObject; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp689 nlohmann::json jsonObject = *this; in Dump() local
701 void from_json(const nlohmann::json &jsonObject, SkillUri &uri) in from_json()
729 void from_json(const nlohmann::json &jsonObject, Skill &skill) in from_json()
775 void to_json(nlohmann::json &jsonObject, const SkillUri &uri) in to_json()
791 void to_json(nlohmann::json &jsonObject, const Skill &skill) in to_json()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_db_info.cpp58 bool InnerFormInfo::FromJson(const nlohmann::json &jsonObject) in FromJson()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp55 void from_json(const nlohmann::json &jsonObject, GroupInfo &groupInfo) in from_json()
237 nlohmann::json jsonObject = nlohmann::json::parse(relatedGroups, nullptr, false); in GetGroupInfo() local
276 nlohmann::json jsonObject = nlohmann::json::parse(relatedGroups, nullptr, false); in GetGroupInfo() local
338 nlohmann::json jsonObject = nlohmann::json::parse(connectInfo, nullptr, false); in AddMember() local
524 nlohmann::json jsonObject = nlohmann::json::parse(connectAddr, nullptr, false); in GetConnectPara() local
979 nlohmann::json jsonObject = nlohmann::json::parse(credentialInfo, nullptr, false); in ParseRemoteCredentialExt() local
1096 nlohmann::json jsonObject = nlohmann::json::parse(jsonStr, nullptr, false); in GetTrustedDevicesUdid() local
1192 nlohmann::json jsonObject = nlohmann::json::parse(relatedGroups, nullptr, false); in GetRelatedGroupsCommon() local
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_user_data_other_test.cpp512 nlohmann::json jsonObject; in TEST_F() local
521 nlohmann::json jsonObject; in TEST_F() local
542 nlohmann::json jsonObject; in TEST_F() local
639 nlohmann::json jsonObject; in TEST_F() local
646 nlohmann::json jsonObject; in TEST_F() local
653 nlohmann::json jsonObject; in TEST_F() local
660 nlohmann::json jsonObject; in TEST_F() local
667 nlohmann::json jsonObject; in TEST_F() 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()

12345678910>>...12