| /foundation/arkui/ace_engine/frameworks/bridge/test/unittest/cardfrontend/frontend/ |
| D | card_frontend_test.cpp | 66 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/ |
| D | manifest_router_test.cpp | 97 auto rootJson = JsonUtil::ParseJsonString(PAGES_LIST); variable 127 auto rootJson = JsonUtil::ParseJsonString(PAGES_LIST); variable
|
| D | manifest_window_test.cpp | 113 auto rootJson = JsonUtil::ParseJsonString(json); in AssertParseMenifest() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
| 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()
|
| D | js_card_parser.cpp | 633 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() 940 …const 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() 1892 …const 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/ |
| D | stage_context.cpp | 25 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
|
| /foundation/arkui/ace_engine/adapter/preview/external/ability/fa/ |
| D | fa_context.cpp | 25 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/manifest/ |
| D | manifest_parser.cpp | 49 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
|
| /foundation/arkui/ace_engine/adapter/preview/osal/ |
| D | stage_card_parser.cpp | 25 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
| D | plugin_component_manager.cpp | 249 auto rootJson = JsonUtil::ParseJsonString(jsonString); in GetTemplatePathFromJsonFile() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/theme/ |
| D | theme_constants.cpp | 494 auto rootJson = JsonUtil::ParseJsonString(content); in ParseCustomStyle() local
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| D | ace_ability.cpp | 88 auto rootJson = JsonUtil::ParseJsonString(jsonStr); in GetFrontendTypeFromManifest() local
|