/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | texttimer_composed_element.cpp | 28 …CountDown", [](const TextTimerComposedElement& inspector) { return inspector.GetIsCountDown(); } }, in __anon977ee0c20202() 43 DumpLog::GetInstance().AddDesc(std::string("isCountDown: ").append(GetIsCountDown())); in Dump() 62 std::string TextTimerComposedElement::GetIsCountDown() const in GetIsCountDown() function in OHOS::Ace::V2::TextTimerComposedElement 66 return ConvertBoolToString(render->GetIsCountDown()); in GetIsCountDown()
|
H A D | texttimer_composed_element.h | 37 std::string GetIsCountDown() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/texttimer/ |
H A D | texttimer_component.cpp | 51 bool TextTimerComponent::GetIsCountDown() const in GetIsCountDown() function in OHOS::Ace::TextTimerComponent 53 return declaration_->GetIsCountDown(); in GetIsCountDown()
|
H A D | texttimer_component.h | 40 bool GetIsCountDown() const;
|
H A D | render_texttimer.h | 38 bool GetIsCountDown() const in GetIsCountDown() function
|
H A D | render_texttimer.cpp | 49 isCountDown_ = timerComponent->GetIsCountDown(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/ |
H A D | text_timer_pattern.cpp | 192 isCountDown_ = GetIsCountDown(); in OnModifyDone() 270 bool TextTimerPattern::GetIsCountDown() const in GetIsCountDown() function in OHOS::Ace::NG::TextTimerPattern 274 return textTimerLayoutProperty->GetIsCountDown().value_or(false); in GetIsCountDown() 381 auto isCountDown = textTimerLayoutProperty->GetIsCountDown().value_or(false); in BuildContentModifierNode() 392 auto isCountDown = textTimerLayoutProperty->GetIsCountDown().value_or(false); in DumpInfo()
|
H A D | text_timer_pattern.h | 125 bool GetIsCountDown() const;
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_time.h | 46 bool GetIsCountDown() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/texttimer/ |
H A D | texttimer_declaration.h | 67 bool GetIsCountDown() const in GetIsCountDown() function
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_time.cpp | 40 bool NotificationTime::GetIsCountDown() const in GetIsCountDown() function in OHOS::Notification::NotificationTime
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_time_test.cpp | 57 EXPECT_EQ(rrc->GetIsCountDown(), isCountDown);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/ |
H A D | text_timer_test_ng.cpp | 171 EXPECT_EQ(textTimerLayoutProperty->GetIsCountDown(), IS_COUNT_DOWN); 230 EXPECT_EQ(layoutProperty->GetIsCountDown(), true); 671 EXPECT_EQ(layoutProperty->GetIsCountDown(), true); 735 EXPECT_EQ(textTimerLayoutProperty->GetIsCountDown(), IS_COUNT_DOWN);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_liveview.cpp | 175 napi_get_boolean(env, time.GetIsCountDown(), &value); in SetTime()
|