Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/cardfrontend/frontend/
Dcard_frontend_test.cpp66 const std::string rootJson = "{\n" variable
123 const std::string rootJson = "{\n" variable
177 const std::string rootJson = "{\n" variable
223 const std::string rootJson = "{\n" variable
264 const std::string rootJson = "{\n" variable
305 const std::string rootJson = "{\n" variable
346 const std::string rootJson = "{\n" variable
387 const std::string rootJson = "{\n" variable
446 const std::string rootJson = "{\n" variable
533 const std::string rootJson = "{\n" variable
[all …]
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/jsfrontend/manifest/
Dmanifest_router_test.cpp97 auto rootJson = JsonUtil::ParseJsonString(PAGES_LIST); variable
127 auto rootJson = JsonUtil::ParseJsonString(PAGES_LIST); variable
Dmanifest_window_test.cpp113 auto rootJson = JsonUtil::ParseJsonString(json); in AssertParseMenifest() local
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
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()
Djs_card_parser.cpp633 void JsCardParser::ParseAttributes(const std::unique_ptr<JsonValue>& rootJson, int32_t nodeId, in ParseAttributes()
905 void JsCardParser::ParseStyles(const std::unique_ptr<JsonValue>& rootJson, int32_t nodeId, in ParseStyles()
940const std::unique_ptr<JsonValue>& rootJson, std::vector<std::pair<std::string, std::string>>& styl… in ParseInlineStyles()
1026 void JsCardParser::PreUpdateMethodToAction(const std::unique_ptr<JsonValue>& rootJson) in PreUpdateMethodToAction()
1044 void JsCardParser::ParseEvents(const std::unique_ptr<JsonValue>& rootJson, const std::unique_ptr<Js… in ParseEvents()
1286 …UpdateDomNode(const RefPtr<Framework::JsAcePage>& page, const std::unique_ptr<JsonValue>& rootJson, in UpdateDomNode()
1663 …CreateDomNode(const RefPtr<Framework::JsAcePage>& page, const std::unique_ptr<JsonValue>& rootJson, in CreateDomNode()
1759 …const RefPtr<Framework::JsAcePage>& page, const std::unique_ptr<JsonValue>& rootJson, int32_t pare… in CreateRepeatDomNode()
1892const std::unique_ptr<JsonValue>& rootJson, const std::string& key, int32_t parentId, bool hasKeyV… in ProcessRepeatNode()
1959 void JsCardParser::GetShownAttr(const std::unique_ptr<JsonValue>& rootJson, const std::unique_ptr<J… in GetShownAttr()
[all …]
/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
Dstage_context.cpp25 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
/foundation/arkui/ace_engine/adapter/preview/external/ability/fa/
Dfa_context.cpp25 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
Dmanifest_parser.cpp49 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
/foundation/arkui/ace_engine/adapter/preview/osal/
Dstage_card_parser.cpp25 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
Dplugin_component_manager.cpp249 auto rootJson = JsonUtil::ParseJsonString(jsonString); in GetTemplatePathFromJsonFile() local
/foundation/arkui/ace_engine/frameworks/core/components/theme/
Dtheme_constants.cpp494 auto rootJson = JsonUtil::ParseJsonString(content); in ParseCustomStyle() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dace_ability.cpp88 auto rootJson = JsonUtil::ParseJsonString(jsonStr); in GetFrontendTypeFromManifest() local