/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_time_test.cpp | 55 bool isCountDown = true; variable 99 bool isCountDown = true; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/ |
H A D | text_timer_layout_property.h | 85 void OnIsCountDownUpdate(bool isCountDown) in OnIsCountDownUpdate()
|
H A D | text_timer_model_ng.h | 26 …TextTimerConfiguration(double count, bool isCountDown, bool started, int64_t elapsedTime, bool ena… in TextTimerConfiguration()
|
H A D | text_timer_model_ng.cpp | 51 void TextTimerModelNG::SetIsCountDown(bool isCountDown) in SetIsCountDown() 129 void TextTimerModelNG::SetIsCountDown(FrameNode* frameNode, bool isCountDown) in SetIsCountDown()
|
H A D | text_timer_pattern.cpp | 381 auto isCountDown = textTimerLayoutProperty->GetIsCountDown().value_or(false); in BuildContentModifierNode() local 392 auto isCountDown = textTimerLayoutProperty->GetIsCountDown().value_or(false); in DumpInfo() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/texttimer/ |
H A D | texttimer_component.cpp | 56 void TextTimerComponent::SetIsCountDown(bool isCountDown) in SetIsCountDown()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | text_timer_model_impl.cpp | 32 void TextTimerModelImpl::SetIsCountDown(bool isCountDown) in SetIsCountDown()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_texttimer_ffi.cpp | 63 void FfiOHOSAceFrameworkTextTimerCreate(bool isCountDown, int64_t count, int64_t controllerId) in FfiOHOSAceFrameworkTextTimerCreate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_texttimer.cpp | 74 bool isCountDown = tempIsCountDown->ToBoolean(); in Create() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | text_timer_modifier.cpp | 174 void setTextTimerOptions(ArkUINodeHandle node, ArkUI_Bool isCountDown, ArkUI_Float64 count) in setTextTimerOptions()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 108 bool isCountDown; member
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_manager_impl.cpp | 581 bool isCountDown = cjRequest.isCountDown; in GetNotificationRequestByBool() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_text_timer_bridge.cpp | 325 bool isCountDown = DEFAULT_COUNT_DOWN; in SetTextTimerOptions() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/ |
H A D | text_timer_test_ng.cpp | 68 std::optional<bool> isCountDown = std::nullopt; member
|
H A D | text_timer_builder_test_ng.cpp | 49 std::optional<bool> isCountDown = std::nullopt; member
|
/ohos5.0/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi_convert_request.cpp | 915 bool isCountDown = false; in GetNotificationIsCountDown() local
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_request.cpp | 418 void NotificationRequest::SetCountdownTimer(bool isCountDown) in SetCountdownTimer()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_request.cpp | 1451 bool isCountDown = false; in GetNotificationIsCountDown() local
|