Home
last modified time | relevance | path

Searched refs:GetPrimaryButtonValue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_element_v2.h53 std::string GetPrimaryButtonValue() const in GetPrimaryButtonValue() function
57 return popupComponentV2->GetPrimaryButtonValue(); in GetPrimaryButtonValue()
H A Dpopup_component_v2.h74 std::string GetPrimaryButtonValue() const in GetPrimaryButtonValue() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp1366 primaryButtonJson->Put("value", popupElement->GetPrimaryButtonValue().c_str()); in GetBindPopup()