Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
H A Dstage_context.cpp26 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
/foundation/arkui/ace_engine/adapter/preview/external/ability/fa/
H A Dfa_context.cpp25 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dthp_extra_manager_impl.cpp57 auto rootJson = JsonUtil::ParseJsonString(jsonStr); in Init() local
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_parser.cpp49 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dstage_card_parser.cpp26 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_state_storage.cpp161 nlohmann::json rootJson; in SaveBundleStateStorage() local
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_component_manager.cpp258 auto rootJson = JsonUtil::ParseJsonString(jsonString); in GetTemplatePathFromJsonFile() local
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.h39 void CreateDomNode(const RefPtr<Framework::JsAcePage>& page, const std::unique_ptr<JsonValue>& rootJson, in CreateDomNode() argument
44 void ParseAttributes(const std::unique_ptr<JsonValue>& rootJson, int32_t nodeId, in ParseAttributes() argument
49 void ParseEvents(const std::unique_ptr<JsonValue>& rootJson, std::vector<std::string>& events, in ParseEvents() argument
54 void UpdateDomNode(const RefPtr<Framework::JsAcePage>& page, const std::unique_ptr<JsonValue>& rootJson, in UpdateDomNode() argument
67 void ParseStyles(const std::unique_ptr<JsonValue>& rootJson, int32_t nodeId, in ParseStyles() argument
190 GetBoolValue(const std::unique_ptr<JsonValue>& rootJson, const std::string& key, bool& value, bool& hasAttr) GetBoolValue() argument
[all...]
H A Djs_card_parser.cpp612 void JsCardParser::ParseAttributes(const std::unique_ptr<JsonValue>& rootJson, int32_t nodeId, in ParseAttributes() argument
881 void JsCardParser::ParseStyles(const std::unique_ptr<JsonValue>& rootJson, int32_t nodeId, in ParseStyles() argument
1000 void JsCardParser::PreUpdateMethodToAction(const std::unique_ptr<JsonValue>& rootJson) in PreUpdateMethodToAction() argument
915 ParseInlineStyles( const std::unique_ptr<JsonValue>& rootJson, std::vector<std::pair<std::string, std::string>>& styles) ParseInlineStyles() argument
1018 ParseEvents(const std::unique_ptr<JsonValue>& rootJson, const std::unique_ptr<JsonValue>& eventJson, std::vector<std::string>& events, const RefPtr<Framework::JsAcePage>& page, int32_t nodeId) ParseEvents() argument
1255 UpdateDomNode(const RefPtr<Framework::JsAcePage>& page, const std::unique_ptr<JsonValue>& rootJson, int32_t parentId, const std::vector<int>& idArray, const std::unique_ptr<JsonValue>& dataJson, const std::unique_ptr<JsonValue>& styleJson, const std::unique_ptr<JsonValue>& propsJson) UpdateDomNode() argument
1633 CreateDomNode(const RefPtr<Framework::JsAcePage>& page, const std::unique_ptr<JsonValue>& rootJson, int32_t parentId, const std::unique_ptr<JsonValue>& dataJson, const std::unique_ptr<JsonValue>& actionJson, const std::unique_ptr<JsonValue>& styleJson, const std::unique_ptr<JsonValue>& propsJson, bool isNewNode) CreateDomNode() argument
1727 CreateRepeatDomNode( const RefPtr<Framework::JsAcePage>& page, const std::unique_ptr<JsonValue>& rootJson, int32_t parentId) CreateRepeatDomNode() argument
1850 ProcessRepeatNode(const RefPtr<Framework::JsAcePage>& page, const std::unique_ptr<JsonValue>& rootJson, const std::string& key, int32_t parentId, bool hasKeyValue, std::unique_ptr<JsonValue>& repeatValue) ProcessRepeatNode() argument
1918 GetShownAttr(const std::unique_ptr<JsonValue>& rootJson, const std::unique_ptr<JsonValue>& dataJson, const std::unique_ptr<JsonValue>& propsJson, bool& shouldShow, bool& hasShownAttr) GetShownAttr() argument
1996 CreateBlockNode(const OHOS::Ace::RefPtr<OHOS::Ace::Framework::JsAcePage>& page, const std::unique_ptr<JsonValue>& rootJson, int32_t parentId) CreateBlockNode() argument
2019 GetBoolValue(const std::unique_ptr<JsonValue>& rootJson, const std::unique_ptr<JsonValue>& dataJson, const std::unique_ptr<JsonValue>& propsJson, const std::string& key, bool& value, bool& hasAttr) GetBoolValue() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_constants.cpp499 auto rootJson = JsonUtil::ParseJsonString(content); in ParseCustomStyle() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp86 auto rootJson = JsonUtil::ParseJsonString(jsonStr); in GetFrontendTypeFromManifest() local

Completed in 9 milliseconds