Home
last modified time | relevance | path

Searched refs:MAX_LABEL_TYPE (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
H A Dpaste_button_test.cpp72 styleJson[JsonTagConstants::JSON_TEXT_TAG] = PasteDesc::MAX_LABEL_TYPE;
139 comp1.text_ = static_cast<int32_t>(PasteDesc::MAX_LABEL_TYPE);
H A Dsave_button_test.cpp72 stylesJson[JsonTagConstants::JSON_TEXT_TAG] = SaveDesc::MAX_LABEL_TYPE;
H A Dlocation_button_test.cpp340 styleJson[JsonTagConstants::JSON_TEXT_TAG] = LocationDesc::MAX_LABEL_TYPE;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/paste_button/
H A Dpaste_button_common.h32 MAX_LABEL_TYPE enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/location_button/
H A Dlocation_button_common.h43 MAX_LABEL_TYPE enumerator
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/common/
H A Dfuzz_common.cpp105 GetData<int32_t>() % static_cast<int32_t>(LocationDesc::MAX_LABEL_TYPE) }, in ConstructLocationJson()
147 GetData<int32_t>() % static_cast<int32_t>(SaveDesc::MAX_LABEL_TYPE) }, in ConstructSaveJson()
188 GetData<int32_t>() % static_cast<int32_t>(PasteDesc::MAX_LABEL_TYPE) }, in ConstructPasteJson()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/save_button/
H A Dsave_button_common.h45 MAX_LABEL_TYPE enumerator
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dpaste_button.h27 MAX_LABEL_TYPE enumerator
H A Dlocation_button.h38 MAX_LABEL_TYPE enumerator
H A Dsave_button.h39 MAX_LABEL_TYPE enumerator
/ohos5.0/base/security/security_component_manager/frameworks/security_component/src/
H A Dlocation_button.cpp29 …f ((text_ <= UNKNOWN_TEXT) || (static_cast<LocationDesc>(text_) >= LocationDesc::MAX_LABEL_TYPE) || in IsTextIconTypeValid()
H A Dpaste_button.cpp29 if ((text_ <= UNKNOWN_TEXT) || (static_cast<PasteDesc>(text_) >= PasteDesc::MAX_LABEL_TYPE) || in IsTextIconTypeValid()
H A Dsave_button.cpp31 if ((text_ <= UNKNOWN_TEXT) || (static_cast<SaveDesc>(text_) >= SaveDesc::MAX_LABEL_TYPE) || in IsTextIconTypeValid()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_paste_button.cpp44 (text > PasteButtonPasteDescription::MAX_LABEL_TYPE)) { in ParseComponentStyle()
H A Djs_save_button.cpp44 (text > SaveButtonSaveDescription::MAX_LABEL_TYPE)) { in ParseComponentStyle()