Home
last modified time | relevance | path

Searched defs:jsonString (Results 1 – 18 of 18) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
Dmodule_usage_record.cpp83 bool ModuleUsageRecord::FromJsonString(const std::string &jsonString) in FromJsonString()
Ddistributed_bundle_info.cpp110 bool DistributedBundleInfo::FromJsonString(const std::string &jsonString) in FromJsonString()
/foundation/multimedia/image_framework/plugins/manager/src/framework/
Djson_helper.cpp37 uint32_t JsonHelper::GetStringValue(const json &jsonString, string &value) in GetStringValue()
51 const json &jsonString = GetJsonElement(jsonObject, key, result); in GetStringValue() local
/foundation/bundlemanager/bundle_framework/test/benchmarktest/distributed_bundle_info_test/
Ddistributed_bundle_info_test.cpp111 const std::string jsonString = R"({"appId": "ohos.global.systemres_BNtg4JBClbl92Rgc3jm/ in BenchmarkTestForFromJsonString() local
/foundation/arkui/ace_engine/frameworks/core/common/test/unittest/ime/
Dime_test.cpp128 auto jsonString = textInputConfiguration.ToJsonString(); variable
153 auto jsonString = textInputConfiguration.ToJsonString(); variable
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
Dfetch_module.cpp151 …std::unique_ptr<char, decltype(&FreeString)> jsonString(JSI::JsonStringify(body.get()), FreeString… in GetRequestBody() local
/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/process_group/src/
Dcgroup_action.cpp218 std::string jsonString; in ParseConfigFileToJsonObj() local
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
Dplugin_component_manager.cpp245 std::string jsonString(jsonStream.get(), jsonStream.get() + size); in GetTemplatePathFromJsonFile() local
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
Dwant_agent_helper.cpp368 std::shared_ptr<WantAgent> WantAgentHelper::FromString(const std::string &jsonString) in FromString()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
Dplugins_manager_src_framework_test.cpp440 const nlohmann::json jsonString; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_accesstokenid_test/
Dbms_bundle_accesstokenid_test.cpp603 std::string jsonString; variable
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
Djs_plugin_component.cpp113 std::string jsonString("{}"); in UnwrapKVObjectFromJS() local
Djs_plugin_util.cpp582 napi_value AceStringToKVObject(napi_env env, const std::string& jsonString) in AceStringToKVObject()
/foundation/ability/ability_runtime/test/unittest/want_agent_helper_test/
Dwant_agent_helper_test.cpp1075 std::string jsonString; variable
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
Djsi_pa_engine.cpp949 std::string JsiPaEngine::ExcludeTag(const std::string& jsonString, const std::string& tagString) in ExcludeTag()
974 std::string JsiPaEngine::IncludeTag(const std::string& jsonString, const std::string& tagString) in IncludeTag()
/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
Djs_data_ability_helper.cpp2310 static std::string ExcludeTag(const std::string& jsonString, const std::string& tagString) in ExcludeTag()
Dnapi_data_ability_helper.cpp2435 static std::string ExcludeTag(const std::string& jsonString, const std::string& tagString) in ExcludeTag()
/foundation/ability/ability_base/test/unittest/want/
Dwant_test.cpp3906 std::string jsonString = want1->ToString(); variable