/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/ |
H A D | stage_context.cpp | 26 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
|
/foundation/arkui/ace_engine/adapter/preview/external/ability/fa/ |
H A D | fa_context.cpp | 25 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | thp_extra_manager_impl.cpp | 57 auto rootJson = JsonUtil::ParseJsonString(jsonStr); in Init() local
|
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/ |
H A D | manifest_parser.cpp | 49 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | stage_card_parser.cpp | 26 auto rootJson = JsonUtil::ParseJsonString(contents); in Parse() local
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_state_storage.cpp | 161 nlohmann::json rootJson; in SaveBundleStateStorage() local
|
/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | plugin_component_manager.cpp | 258 auto rootJson = JsonUtil::ParseJsonString(jsonString); in GetTemplatePathFromJsonFile() local
|
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.h | 39 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 D | js_card_parser.cpp | 612 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 D | theme_constants.cpp | 499 auto rootJson = JsonUtil::ParseJsonString(content); in ParseCustomStyle() local
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_ability.cpp | 86 auto rootJson = JsonUtil::ParseJsonString(jsonStr); in GetFrontendTypeFromManifest() local
|