Searched refs:SetInputCount (Results 1 – 13 of 13) sorted by relevance
46 void TextTimerComponent::SetInputCount(double value) in SetInputCount() function in OHOS::Ace::TextTimerComponent48 declaration_->SetInputCount(value); in SetInputCount()
38 void SetInputCount(double value);
45 void SetInputCount(double count) override;56 static void SetInputCount(FrameNode* frameNode, double count);
56 void TextTimerModelNG::SetInputCount(double count) in SetInputCount() function in OHOS::Ace::NG::TextTimerModelNG134 void TextTimerModelNG::SetInputCount(FrameNode* frameNode, double count) in SetInputCount() function in OHOS::Ace::NG::TextTimerModelNG
35 virtual void SetInputCount(double count) = 0;
39 void TextTimerModelImpl::SetInputCount(double count) in SetInputCount() function in OHOS::Ace::Framework::TextTimerModelImpl43 component->SetInputCount(count); in SetInputCount()
30 void SetInputCount(double count) override;
81 TextTimerModel::GetInstance()->SetInputCount(inputCount); in Create()83 TextTimerModel::GetInstance()->SetInputCount(TIME_DEFAULT_COUNT); in Create()87 TextTimerModel::GetInstance()->SetInputCount(TIME_DEFAULT_COUNT); in Create()
61 void SetInputCount(double value) in SetInputCount() function
70 TextTimerModel::GetInstance()->SetInputCount(count); in FfiOHOSAceFrameworkTextTimerCreate()
180 TextTimerModelNG::SetInputCount(frameNode, count); in setTextTimerOptions()
106 textTimerModel.SetInputCount(testProperty.inputCount.value()); in CreateTextTimerParagraph()910 TextTimerModelNG::SetInputCount(node, INPUT_COUNT);
87 textTimerModel.SetInputCount(testProperty.inputCount.value()); in CreateTextTimerParagraph()