Home
last modified time | relevance | path

Searched refs:SecCompColor (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/security_component_manager/frameworks/common/include/
H A Dsec_comp_tool.h23 bool IsColorSimilar(const SecCompColor& color1, const SecCompColor& color2);
24 bool IsColorTransparent(const SecCompColor& color);
25 bool IsColorFullTransparent(const SecCompColor& color);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/
H A Dsec_comp_base_mock.h39 union SecCompColor { union
81 SecCompColor fontColor_;
82 SecCompColor iconColor_;
83 SecCompColor bgColor_;
/ohos5.0/base/security/security_component_manager/frameworks/common/src/
H A Dsec_comp_tool.cpp126 static bool IsColorAplhaSimilar(const SecCompColor& fgColor, const SecCompColor& bgColor) in IsColorAplhaSimilar()
140 bool IsColorSimilar(const SecCompColor& color1, const SecCompColor& color2) in IsColorSimilar()
151 bool IsColorTransparent(const SecCompColor& color) in IsColorTransparent()
157 bool IsColorFullTransparent(const SecCompColor& color) in IsColorFullTransparent()
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_base.h108 SecCompColor fontColor_;
109 SecCompColor iconColor_;
110 SecCompColor bgColor_;
140 bool ParseColor(const nlohmann::json& json, const std::string& tag, SecCompColor& res);
H A Dsec_comp_info.h55 union SecCompColor { union
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_info_helper_test.cpp639 SecCompColor color1 = {
648 SecCompColor color2 = {
/ohos5.0/base/security/security_component_manager/frameworks/security_component/src/
H A Dsec_comp_base.cpp77 bool SecCompBase::ParseColor(const nlohmann::json& json, const std::string& tag, SecCompColor& res) in ParseColor()