Home
last modified time | relevance | path

Searched refs:IsInReleaseList (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_model_ng.h98 static bool IsInReleaseList(uint32_t value);
H A Dsecurity_component_model_ng.cpp264 bool SecurityComponentModelNG::IsInReleaseList(uint32_t value) in IsInReleaseList() function in OHOS::Ace::NG::SecurityComponentModelNG
322 …if (!res && !IsInReleaseList(resColor.GetValue()) && !IsArkuiComponent() && IsBelowThreshold(value… in SetBackgroundColor()