Home
last modified time | relevance | path

Searched refs:SetSelectedOptionFontWeight (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_model_ng.h50 void SetSelectedOptionFontWeight(const FontWeight& value) override;
111 static void SetSelectedOptionFontWeight(FrameNode* frameNode, const FontWeight& value);
H A Dselect_model_ng.cpp128 void SelectModelNG::SetSelectedOptionFontWeight(const FontWeight& value) in SetSelectedOptionFontWeight() function in OHOS::Ace::NG::SelectModelNG
132 pattern->SetSelectedOptionFontWeight(value); in SetSelectedOptionFontWeight()
660 void SelectModelNG::SetSelectedOptionFontWeight(FrameNode* frameNode, const FontWeight& value) in SetSelectedOptionFontWeight() function in OHOS::Ace::NG::SelectModelNG
664 pattern->SetSelectedOptionFontWeight(value); in SetSelectedOptionFontWeight()
H A Dselect_model.h68 virtual void SetSelectedOptionFontWeight(const FontWeight& value);
H A Dselect_pattern.h135 void SetSelectedOptionFontWeight(const FontWeight& value);
H A Dselect_pattern.cpp736 void SelectPattern::SetSelectedOptionFontWeight(const FontWeight& value) in SetSelectedOptionFontWeight() function in OHOS::Ace::NG::SelectPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dselect_model_impl.h37 void SetSelectedOptionFontWeight(const FontWeight& value) override;
H A Dselect_model_impl.cpp179 void SelectModelImpl::SetSelectedOptionFontWeight(const FontWeight& value) in SetSelectedOptionFontWeight() function in OHOS::Ace::Framework::SelectModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_select_ffi.cpp95 SelectModel::GetInstance()->SetSelectedOptionFontWeight(ConvertStrToFontWeight(weight)); in FfiOHOSAceFrameworkSelectSetSelectedOptionFont()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dselect_modifier.cpp226 SelectModelNG::SetSelectedOptionFontWeight(frameNode, weight); in SetSelectedOptionFont()
366 … SelectModelNG::SetSelectedOptionFontWeight(frameNode, textTheme->GetTextStyle().GetFontWeight()); in ResetSelectedOptionFont()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select/
H A Dselect_test_ng.cpp415 selectPattern->SetSelectedOptionFontWeight(FONT_WEIGHT_VALUE);
890 selectModelInstance.SetSelectedOptionFontWeight(FontWeight::NORMAL);
1406 SelectModelNG::SetSelectedOptionFontWeight(&frameNode, FontWeight::NORMAL);
1430 pattern->SetSelectedOptionFontWeight(FontWeight::NORMAL);
1478 pattern->SetSelectedOptionFontWeight(FontWeight::NORMAL);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_select.cpp292 …SelectModel::GetInstance()->SetSelectedOptionFontWeight(ConvertStrToFontWeight(weight, FontWeight:… in ParseFontWeight()
351 SelectModel::GetInstance()->SetSelectedOptionFontWeight(FontWeight::REGULAR); in ResetFontWeight()