Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_refresh.h30 static void OnRefreshing(const JSCallbackInfo& args);
H A Djs_refresh.cpp101 JSClass<JSRefresh>::StaticMethod("onRefreshing", &JSRefresh::OnRefreshing); in JSBind()
262 void JSRefresh::OnRefreshing(const JSCallbackInfo& args) in OnRefreshing() function in OHOS::Ace::Framework::JSRefresh
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drefresh_component.h53 ACE_DEFINE_COMPONENT_EVENT(OnRefreshing, void());