Home
last modified time | relevance | path

Searched defs:disableDataPrefetch (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
Devent_hub.cpp582 void EventHub::SetDisableDataPrefetch(bool disableDataPrefetch) in SetDisableDataPrefetch()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dview_abstract_model_impl.h324 void SetDisableDataPrefetch(bool disableDataPrefetch) override {}; in SetDisableDataPrefetch()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_abstract_model_ng.h1479 void SetDisableDataPrefetch(bool disableDataPrefetch) override in SetDisableDataPrefetch()
Dview_abstract.cpp5326 void ViewAbstract::SetDisableDataPrefetch(bool disableDataPrefetch) in SetDisableDataPrefetch()
5333 void ViewAbstract::SetDisableDataPrefetch(FrameNode* frameNode, bool disableDataPrefetch) in SetDisableDataPrefetch()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_view_abstract.cpp6639 bool disableDataPrefetch = false; in JsOnDrop() local