/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/ |
H A D | sem_ver.cpp | 22 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 D | swiper_indicator_common_test_ng.cpp | 38 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 D | swiper_controller_test_ng.cpp | 63 model.SetIndicatorType(SwiperIndicatorType::DOT); in CreateForEachSwiper() 87 model.SetIndicatorType(SwiperIndicatorType::DOT); in CreateLazyForEachSwiper()
|
H A D | swiper_indicator_extent_test_ng.cpp | 34 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 D | swiper_indicator_test_ng.cpp | 176 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 D | swiper_indicator_pattern.h | 47 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 D | indicator_pattern.h | 99 if (GetIndicatorType() == SwiperIndicatorType::DOT) { 128 if (GetIndicatorType() == SwiperIndicatorType::DOT) {
|
H A D | indicator_pattern.cpp | 59 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 D | swiper_indicator_utils.h | 26 static SwiperIndicatorType swiperIndicatorType = SwiperIndicatorType::DOT;
|
H A D | swiper_indicator_pattern.cpp | 66 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 D | token.h | 44 DOT, // '.' member in OHOS::Idl::Token
|
H A D | lexer.h | 126 {'.', Token::DOT},
|
H A D | lexer.cpp | 253 case Token::DOT: in TokenToChar() 292 case Token::DOT: in DumpToken()
|
/foundation/ability/idl_tool/idl_tool_2/lexer/ |
H A D | token.h | 68 DOT, // "."
member in OHOS::Idl::TokenType
|
H A D | lexer.cpp | 66 {".", TokenType::DOT },
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_indicator.cpp | 294 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 D | js_swiper.cpp | 80 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 D | js_radio.cpp | 40 DOT, member in OHOS::Ace::RadioIndicatorType
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/ |
H A D | js_swiper_theme.h | 40 SwiperModel::GetInstance()->SetIndicatorType(SwiperIndicatorType::DOT); in ApplyThemeInConstructor()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_model_ng.h | 36 DOT, member in OHOS::Ace::NG::RadioIndicatorType
|
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/ |
H A D | dfx_const.h | 119 const std::string DOT = "."; member
|
/foundation/ability/idl_tool/test/unittest/lexer_test/ |
H A D | lexer_test.cpp | 179 * @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 D | dfx_utils.cpp | 80 size_t splitIndex = displayName.find_last_of(DOT); in GetSafeDiaplayName()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_swiper_modifier.cpp | 84 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 D | swiper_declaration.h | 38 DOT = 0, member in OHOS::Ace::SwiperIndicatorType
|