Home
last modified time | relevance | path

Searched refs:SaveDesc (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
H A Dsave_button_test.cpp63 stylesJson[JsonTagConstants::JSON_TEXT_TAG] = SaveDesc::DOWNLOAD;
72 stylesJson[JsonTagConstants::JSON_TEXT_TAG] = SaveDesc::MAX_LABEL_TYPE;
75 stylesJson[JsonTagConstants::JSON_TEXT_TAG] = SaveDesc::DOWNLOAD;
104 button1.text_ = static_cast<int32_t>(SaveDesc::DOWNLOAD);
139 comp1.text_ = static_cast<int32_t>(SaveDesc::DOWNLOAD_AND_SHARE);
141 comp1.text_ = static_cast<int32_t>(SaveDesc::DOWNLOAD);
H A Dtest_common.cpp125 { JsonTagConstants::JSON_TEXT_TAG, SaveDesc::DOWNLOAD }, in BuildSaveComponentInfo()
/ohos5.0/base/security/security_component_manager/frameworks/security_component/src/
H A Dsave_button.cpp31 if ((text_ <= UNKNOWN_TEXT) || (static_cast<SaveDesc>(text_) >= SaveDesc::MAX_LABEL_TYPE) || in IsTextIconTypeValid()
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsave_button.h26 enum class SaveDesc : int32_t { enum
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dservice_test_common.cpp125 { JsonTagConstants::JSON_TEXT_TAG, SaveDesc::DOWNLOAD }, in BuildSaveComponentJson()
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/common/
H A Dfuzz_common.cpp147 GetData<int32_t>() % static_cast<int32_t>(SaveDesc::MAX_LABEL_TYPE) }, in ConstructSaveJson()