Home
last modified time | relevance | path

Searched refs:callbackWithId_ (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/inner_api/composer/
H A Dvsync_receiver.h41 VSyncCallbackWithId callbackWithId_; member
55 vsyncCallbacksWithId_ = cb.callbackWithId_; in SetCallback()
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dvsync_station.h63 .callbackWithId_ = OnVsync,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_vsync_client_ohos.cpp52 .callbackWithId_ = OnVsync, in RequestNextVsync()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_receiver.cpp125 } else if (cb.callbackWithId_ != nullptr) { in HandleVsyncCallbacks()
126 cb.callbackWithId_(now, data[2], cb.userData_); // data[2] is vsyncId in HandleVsyncCallbacks()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dform_render_window.cpp84 frameCallback_.callbackWithId_ = onVsyncCallback_; in FormRenderWindow()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dvsync_station.cpp151 .userData_ = nullptr, .callbackWithId_ = task, in RequestVsync()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp92 callback.callbackWithId_(time, frameCount, callback.userData_); in RequestNextVSync()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_render_service_client.cpp92 callback.callbackWithId_(time, frameCount, callback.userData_); in RequestNextVSync()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread.cpp257 .callbackWithId_ = [this](uint64_t timestamp, int64_t frameCount, in RequestNextVSync()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp2647 .callbackWithId_ = [this](uint64_t timestamp, uint64_t frameCount, void* data) { in RequestNextVSync()