Home
last modified time | relevance | path

Searched refs:FlushEmptyCallback (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_transaction_proxy.h35 using FlushEmptyCallback = std::function<bool(const uint64_t)>; variable
60 void SetFlushEmptyCallback(FlushEmptyCallback flushEmptyCallback) in SetFlushEmptyCallback()
111 FlushEmptyCallback flushEmptyCallback_ = nullptr;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_director.h31 using FlushEmptyCallback = std::function<bool(const uint64_t)>; variable
52 void SetFlushEmptyCallback(FlushEmptyCallback flushEmptyCallback);
H A Drs_ui_director.cpp108 void RSUIDirector::SetFlushEmptyCallback(FlushEmptyCallback flushEmptyCallback) in SetFlushEmptyCallback()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsuidirector_fuzzer/
H A Drsuidirector_fuzzer.cpp251 FlushEmptyCallback flushEmptyCallback; in DoSetFlushEmptyCallback()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H A Drs_transaction_proxy_test.cpp240 FlushEmptyCallback callback = [](const uint64_t timestamp) -> bool { in __anon092a98720102()