Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.cpp640 checkedType_ = checkedType; in SetUserCheckedType()
645 return checkedType_.has_value(); in HasUserCheckedType()
650 return checkedType_.value_or(0); in GetUserCheckedType()
655 checkedType_.reset(); in ResetUserCheckedType()
H A Daccessibility_property.h798 std::optional<int32_t> checkedType_; variable