Home
last modified time | relevance | path

Searched defs:callbackVector (Results 1 – 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
Dability_auto_startup_service.cpp290 void AbilityAutoStartupService::GetCallbackVector(std::vector<sptr<IRemoteObject>>& callbackVector) in GetCallbackVector()
310 std::vector<sptr<IRemoteObject>> callbackVector; in ExecuteCallbacks() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
Drs_render_service_client.cpp244 std::vector<std::shared_ptr<SurfaceCaptureCallback>> callbackVector; in TriggerSurfaceCaptureCallback() local
328 std::vector<std::shared_ptr<SurfaceCaptureCallback>> callbackVector = {callback}; in TakeSurfaceCapture() local
372 std::vector<std::shared_ptr<SurfaceCaptureCallback>> callbackVector = {callback}; in TakeSelfSurfaceCapture() local
408 std::vector<std::shared_ptr<SurfaceCaptureCallback>> callbackVector = {callback}; in SetWindowFreezeImmediately() local
441 std::vector<std::shared_ptr<SurfaceCaptureCallback>> callbackVector = { callback }; in TaskSurfaceCaptureWithAllWindows() local
491 std::vector<std::shared_ptr<SurfaceCaptureCallback>> callbackVector = {callback}; in TakeUICaptureInRange() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
Drs_render_service_client_test.cpp1373 std::vector<std::shared_ptr<SurfaceCaptureCallback>> callbackVector; variable