Home
last modified time | relevance | path

Searched defs:styleJson (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_info_helper_test.cpp398 auto& styleJson = jsonComponent[JsonTagConstants::JSON_STYLE_TAG]; variable
417 auto& styleJson = jsonComponent[JsonTagConstants::JSON_STYLE_TAG]; variable
448 auto& styleJson = jsonComponent[JsonTagConstants::JSON_STYLE_TAG]; variable
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
H A Dpaste_button_test.cpp59 auto& styleJson = jsonComponent[JsonTagConstants::JSON_STYLE_TAG]; variable
H A Dlocation_button_test.cpp274 auto& styleJson = jsonComponent[JsonTagConstants::JSON_STYLE_TAG]; variable
327 auto& styleJson = jsonComponent[JsonTagConstants::JSON_STYLE_TAG]; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.cpp71 auto styleJson = JsonUtil::Create(true); in ToJsonValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp888 …::vector<std::pair<std::string, std::string>>& styles, const std::unique_ptr<JsonValue>& styleJson) in ParseStyles()
1263 const std::unique_ptr<JsonValue>& styleJson, const std::unique_ptr<JsonValue>& propsJson) in UpdateDomNode()
1634const std::unique_ptr<JsonValue>& styleJson, const std::unique_ptr<JsonValue>& propsJson, bool isN… in CreateDomNode()