Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Drefresh_model_impl.h41 void SetIsShowLastTime(bool IsShowLastTime) override;
H A Drefresh_model_impl.cpp129 void RefreshModelImpl::SetIsShowLastTime(bool IsShowLastTime) in SetIsShowLastTime() function in OHOS::Ace::Framework::RefreshModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_model.h47 virtual void SetIsShowLastTime(bool IsShowLastTime) = 0;
H A Drefresh_model_ng.h56 void SetIsShowLastTime(bool IsShowLastTime) override {} in SetIsShowLastTime() function