Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.cpp95 bool ButtonComponent::GetWaitingState() const in GetWaitingState() function in OHOS::Ace::ButtonComponent
97 return declaration_->GetWaitingState(); in GetWaitingState()
H A Dbutton_component.h61 bool GetWaitingState() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp330 if (buttonDeclaration_->GetWaitingState()) { in PrepareButtonState()
377 …((buttonType_ == BUTTON_TYPE_CIRCLE) || isWatchDownload || buttonDeclaration_->GetWaitingState()) { in PrepareDisabledChildStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h123 bool GetWaitingState() const in GetWaitingState() function