Home
last modified time | relevance | path

Searched defs:rootJson (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.h44 void ParseAttributes(const std::unique_ptr<JsonValue>& rootJson, int32_t nodeId, in ParseAttributes()
49 void ParseEvents(const std::unique_ptr<JsonValue>& rootJson, std::vector<std::string>& events, in ParseEvents()
67 void ParseStyles(const std::unique_ptr<JsonValue>& rootJson, int32_t nodeId, in ParseStyles()
190 …void GetBoolValue(const std::unique_ptr<JsonValue>& rootJson, const std::string& key, bool& value,… in GetBoolValue()
H A Djs_card_parser.cpp618 void JsCardParser::ParseAttributes(const std::unique_ptr<JsonValue>& rootJson, int32_t nodeId, in ParseAttributes()
887 void JsCardParser::ParseStyles(const std::unique_ptr<JsonValue>& rootJson, int32_t nodeId, in ParseStyles()
922const std::unique_ptr<JsonValue>& rootJson, std::vector<std::pair<std::string, std::string>>& styl… in ParseInlineStyles()
1006 void JsCardParser::PreUpdateMethodToAction(const std::unique_ptr<JsonValue>& rootJson) in PreUpdateMethodToAction()
1024 void JsCardParser::ParseEvents(const std::unique_ptr<JsonValue>& rootJson, const std::unique_ptr<Js… in ParseEvents()
1261 …UpdateDomNode(const RefPtr<Framework::JsAcePage>& page, const std::unique_ptr<JsonValue>& rootJson, in UpdateDomNode()
1632 …CreateDomNode(const RefPtr<Framework::JsAcePage>& page, const std::unique_ptr<JsonValue>& rootJson, in CreateDomNode()
1727 …const RefPtr<Framework::JsAcePage>& page, const std::unique_ptr<JsonValue>& rootJson, int32_t pare… in CreateRepeatDomNode()
1850const std::unique_ptr<JsonValue>& rootJson, const std::string& key, int32_t parentId, bool hasKeyV… in ProcessRepeatNode()
1917 void JsCardParser::GetShownAttr(const std::unique_ptr<JsonValue>& rootJson, const std::unique_ptr<J… in GetShownAttr()
[all …]
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/ability/fa/
H A Dfa_context.cpp25 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
H A Dstage_context.cpp26 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_parser.cpp49 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dthp_extra_manager_impl.cpp57 auto rootJson = JsonUtil::ParseJsonString(jsonStr); in Init() local
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dstage_card_parser.cpp26 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_state_storage.cpp161 nlohmann::json rootJson; in SaveBundleStateStorage() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_component_manager.cpp258 auto rootJson = JsonUtil::ParseJsonString(jsonString); in GetTemplatePathFromJsonFile() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_constants.cpp499 auto rootJson = JsonUtil::ParseJsonString(content); in ParseCustomStyle() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp87 auto rootJson = JsonUtil::ParseJsonString(jsonStr); in GetFrontendTypeFromManifest() local