Home
last modified time | relevance | path

Searched refs:DOT (Results 1 - 25 of 41) sorted by relevance

12

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/
H A Dsem_ver.cpp22 constexpr char DOT = '.'; member
57 while (std::getline(issBase, segment, DOT)) { in SemVer()
72 while (std::getline(issPreRel, segmentPreRel, DOT)) { in SemVer()
77 while (std::getline(issBuild, segmentBuild, DOT)) { in SemVer()
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_indicator_common_test_ng.cpp38 model.SetIndicatorType(SwiperIndicatorType::DOT); in HWTEST_F()
62 model.SetIndicatorType(SwiperIndicatorType::DOT); in HWTEST_F()
106 model.SetIndicatorType(SwiperIndicatorType::DOT); in HWTEST_F()
159 model.SetIndicatorType(SwiperIndicatorType::DOT); in HWTEST_F()
181 model.SetIndicatorType(SwiperIndicatorType::DOT); in HWTEST_F()
239 model.SetIndicatorType(SwiperIndicatorType::DOT); in HWTEST_F()
422 model.SetIndicatorType(SwiperIndicatorType::DOT); in HWTEST_F()
497 model.SetIndicatorType(SwiperIndicatorType::DOT); in HWTEST_F()
536 model.SetIndicatorType(SwiperIndicatorType::DOT); in HWTEST_F()
589 model.SetIndicatorType(SwiperIndicatorType::DOT); in HWTEST_F()
[all...]
H A Dswiper_controller_test_ng.cpp63 model.SetIndicatorType(SwiperIndicatorType::DOT); in CreateForEachSwiper()
87 model.SetIndicatorType(SwiperIndicatorType::DOT); in CreateLazyForEachSwiper()
H A Dswiper_indicator_extent_test_ng.cpp34 layoutProperty_->UpdateIndicatorType(SwiperIndicatorType::DOT); in HWTEST_F()
35 pattern_->lastSwiperIndicatorType_ = SwiperIndicatorType::DOT; in HWTEST_F()
74 layoutProperty_->UpdateIndicatorType(SwiperIndicatorType::DOT); in HWTEST_F()
1627 model.SetIndicatorType(SwiperIndicatorType::DOT); in HWTEST_F()
1668 model.SetIndicatorType(SwiperIndicatorType::DOT); in HWTEST_F()
1709 model.SetIndicatorType(SwiperIndicatorType::DOT); in HWTEST_F()
1880 model.SetIndicatorType(SwiperIndicatorType::DOT); in HWTEST_F()
1924 model.SetIndicatorType(SwiperIndicatorType::DOT); in HWTEST_F()
1968 model.SetIndicatorType(SwiperIndicatorType::DOT); in HWTEST_F()
H A Dswiper_indicator_test_ng.cpp176 model.SetIndicatorType(SwiperIndicatorType::DOT); in HWTEST_F()
343 pattern_->lastSwiperIndicatorType_ = SwiperIndicatorType::DOT; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.h47 if (SwiperIndicatorUtils::GetSwiperIndicatorType() == SwiperIndicatorType::DOT) {
65 if (GetIndicatorType() == SwiperIndicatorType::DOT) {
124 if (GetIndicatorType() == SwiperIndicatorType::DOT) {
207 CHECK_NULL_RETURN(swiperPattern, SwiperIndicatorType::DOT); in GetIndicatorType()
H A Dindicator_pattern.h99 if (GetIndicatorType() == SwiperIndicatorType::DOT) {
128 if (GetIndicatorType() == SwiperIndicatorType::DOT) {
H A Dindicator_pattern.cpp59 CHECK_NULL_RETURN(swiperIndicatorLayoutProperty, SwiperIndicatorType::DOT); in GetIndicatorTypeFromProperty()
60 return swiperIndicatorLayoutProperty->GetIndicatorTypeValue(SwiperIndicatorType::DOT); in GetIndicatorTypeFromProperty()
243 if (GetIndicatorType() == SwiperIndicatorType::DOT) { in OnModifyDone()
H A Dswiper_indicator_utils.h26 static SwiperIndicatorType swiperIndicatorType = SwiperIndicatorType::DOT;
H A Dswiper_indicator_pattern.cpp66 if (GetIndicatorType() == SwiperIndicatorType::DOT) { in OnModifyDone()
799 case SwiperIndicatorType::DOT: { in DumpAdvanceInfo()
800 DumpLog::GetInstance().AddDesc("SwiperIndicatorType:DOT"); in DumpAdvanceInfo()
1171 case SwiperIndicatorType::DOT: { in DumpAdvanceInfo()
1172 json->Put("SwiperIndicatorType", "DOT"); in DumpAdvanceInfo()
/foundation/ability/idl_tool/parser/
H A Dtoken.h44 DOT, // '.' member in OHOS::Idl::Token
H A Dlexer.h126 {'.', Token::DOT},
H A Dlexer.cpp253 case Token::DOT: in TokenToChar()
292 case Token::DOT: in DumpToken()
/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dtoken.h68 DOT, // "." member in OHOS::Idl::TokenType
H A Dlexer.cpp66 {".", TokenType::DOT },
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_indicator.cpp294 IndicatorModel::GetInstance()->SetIndicatorType(SwiperIndicatorType::DOT); in SetIndicator()
299 IndicatorModel::GetInstance()->SetIndicatorType(SwiperIndicatorType::DOT); in SetIndicator()
304 IndicatorModel::GetInstance()->SetIndicatorType(SwiperIndicatorType::DOT); in SetIndicator()
H A Djs_swiper.cpp80 const std::vector<SwiperIndicatorType> INDICATOR_TYPE = { SwiperIndicatorType::DOT, SwiperIndicatorType::DIGIT };
736 SwiperModel::GetInstance()->SetIndicatorType(SwiperIndicatorType::DOT);
744 SwiperModel::GetInstance()->SetIndicatorType(SwiperIndicatorType::DOT);
750 SwiperModel::GetInstance()->SetIndicatorType(SwiperIndicatorType::DOT);
H A Djs_radio.cpp40 DOT, member in OHOS::Ace::RadioIndicatorType
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_swiper_theme.h40 SwiperModel::GetInstance()->SetIndicatorType(SwiperIndicatorType::DOT); in ApplyThemeInConstructor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_model_ng.h36 DOT, member in OHOS::Ace::NG::RadioIndicatorType
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_const.h119 const std::string DOT = "."; member
/foundation/ability/idl_tool/test/unittest/lexer_test/
H A Dlexer_test.cpp179 * @tc.desc: test the token in Lexer's TokenToChar function is DOT.
188 Token token = Token::DOT; in HWTEST_F()
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_utils.cpp80 size_t splitIndex = displayName.find_last_of(DOT); in GetSafeDiaplayName()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp84 const std::vector<SwiperIndicatorType> INDICATOR_TYPE = { SwiperIndicatorType::DOT, SwiperIndicatorType::DIGIT };
749 SwiperModelNG::SetIndicatorType(frameNode, SwiperIndicatorType::DOT);
753 SwiperModelNG::SetIndicatorType(frameNode, SwiperIndicatorType::DOT);
987 if (indicator->type == ArkUISwiperIndicatorType::DOT) { in SetSwiperIndicatorStyle()
991 SwiperModelNG::SetIndicatorType(frameNode, SwiperIndicatorType::DOT); in SetSwiperIndicatorStyle()
1015 if (props->type == ArkUISwiperIndicatorType::DOT) { in GetSwiperIndicator()
1016 props->type = ArkUISwiperIndicatorType::DOT; in GetSwiperIndicator()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.h38 DOT = 0, member in OHOS::Ace::SwiperIndicatorType

Completed in 22 milliseconds

12