Home
last modified time | relevance | path

Searched refs:SetLabelWithCheck (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H A Dbutton_extend_test_ng.cpp176 buttonModelNG.SetLabelWithCheck(AceType::RawPtr(buttonNode), testChar);
197 buttonModelNGEx.SetLabelWithCheck(AceType::RawPtr(buttonNodeEx), testChar);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_model_ng.h86 static void SetLabelWithCheck(FrameNode* frameNode, const char* label);
H A Dbutton_model_ng.cpp607 void ButtonModelNG::SetLabelWithCheck(FrameNode* frameNode, const char* label) in SetLabelWithCheck() function in OHOS::Ace::NG::ButtonModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dbutton_modifier.cpp593 ButtonModelNG::SetLabelWithCheck(frameNode, value); in SetButtonLabelWithCheck()
600 ButtonModelNG::SetLabelWithCheck(frameNode, ""); in ResetButtonLabelWithCheck()