Home
last modified time | relevance | path

Searched refs:SetInputCount (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/texttimer/
H A Dtexttimer_component.cpp46 void TextTimerComponent::SetInputCount(double value) in SetInputCount() function in OHOS::Ace::TextTimerComponent
48 declaration_->SetInputCount(value); in SetInputCount()
H A Dtexttimer_component.h38 void SetInputCount(double value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_model_ng.h45 void SetInputCount(double count) override;
56 static void SetInputCount(FrameNode* frameNode, double count);
H A Dtext_timer_model_ng.cpp56 void TextTimerModelNG::SetInputCount(double count) in SetInputCount() function in OHOS::Ace::NG::TextTimerModelNG
134 void TextTimerModelNG::SetInputCount(FrameNode* frameNode, double count) in SetInputCount() function in OHOS::Ace::NG::TextTimerModelNG
H A Dtext_timer_model.h35 virtual void SetInputCount(double count) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_timer_model_impl.cpp39 void TextTimerModelImpl::SetInputCount(double count) in SetInputCount() function in OHOS::Ace::Framework::TextTimerModelImpl
43 component->SetInputCount(count); in SetInputCount()
H A Dtext_timer_model_impl.h30 void SetInputCount(double count) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_texttimer.cpp81 TextTimerModel::GetInstance()->SetInputCount(inputCount); in Create()
83 TextTimerModel::GetInstance()->SetInputCount(TIME_DEFAULT_COUNT); in Create()
87 TextTimerModel::GetInstance()->SetInputCount(TIME_DEFAULT_COUNT); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/texttimer/
H A Dtexttimer_declaration.h61 void SetInputCount(double value) in SetInputCount() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_texttimer_ffi.cpp70 TextTimerModel::GetInstance()->SetInputCount(count); in FfiOHOSAceFrameworkTextTimerCreate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dtext_timer_modifier.cpp180 TextTimerModelNG::SetInputCount(frameNode, count); in setTextTimerOptions()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/
H A Dtext_timer_test_ng.cpp106 textTimerModel.SetInputCount(testProperty.inputCount.value()); in CreateTextTimerParagraph()
910 TextTimerModelNG::SetInputCount(node, INPUT_COUNT);
H A Dtext_timer_builder_test_ng.cpp87 textTimerModel.SetInputCount(testProperty.inputCount.value()); in CreateTextTimerParagraph()