Searched defs:rootJson (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.h | 44 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 D | js_card_parser.cpp | 618 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() 922 …const 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() 1850 …const 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 D | fa_context.cpp | 25 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/ |
H A D | stage_context.cpp | 26 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/ |
H A D | manifest_parser.cpp | 49 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | thp_extra_manager_impl.cpp | 57 auto rootJson = JsonUtil::ParseJsonString(jsonStr); in Init() local
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | stage_card_parser.cpp | 26 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_state_storage.cpp | 161 nlohmann::json rootJson; in SaveBundleStateStorage() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | plugin_component_manager.cpp | 258 auto rootJson = JsonUtil::ParseJsonString(jsonString); in GetTemplatePathFromJsonFile() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme_constants.cpp | 499 auto rootJson = JsonUtil::ParseJsonString(content); in ParseCustomStyle() local
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_ability.cpp | 87 auto rootJson = JsonUtil::ParseJsonString(jsonStr); in GetFrontendTypeFromManifest() local
|