Home
last modified time | relevance | path

Searched refs:DPS_BEGIN_SYNCHRONIZE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/photo_session/
H A Ddeferred_photo_processing_session.cpp52 ReportEvent(imageId, DeferredProcessingServiceInterfaceCode::DPS_BEGIN_SYNCHRONIZE); in BeginSynchronize()
180 case static_cast<int32_t>(DeferredProcessingServiceInterfaceCode::DPS_BEGIN_SYNCHRONIZE): { in ReportEvent()
208 if (event == DeferredProcessingServiceInterfaceCode::DPS_BEGIN_SYNCHRONIZE) { in ReportEvent()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/base/include/
H A Ddeferred_processing_service_ipc_interface_code.h44 DPS_BEGIN_SYNCHRONIZE = 0, enumerator
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/server/src/
H A Ddeferred_photo_processing_session_stub.cpp41 case static_cast<uint32_t>(DeferredProcessingServiceInterfaceCode::DPS_BEGIN_SYNCHRONIZE): { in OnRemoteRequest()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/src/
H A Ddeferred_photo_processing_session_proxy.cpp35 …static_cast<uint32_t>(DeferredProcessingServiceInterfaceCode::DPS_BEGIN_SYNCHRONIZE), data, reply,… in BeginSynchronize()