Home
last modified time | relevance | path

Searched refs:DPS_END_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.cpp69 ReportEvent(imageId, DeferredProcessingServiceInterfaceCode::DPS_END_SYNCHRONIZE); in EndSynchronize()
92 ReportEvent(imageId, DeferredProcessingServiceInterfaceCode::DPS_END_SYNCHRONIZE); in EndSynchronize()
185 case static_cast<int32_t>(DeferredProcessingServiceInterfaceCode::DPS_END_SYNCHRONIZE): { in ReportEvent()
210 } else if (event == DeferredProcessingServiceInterfaceCode::DPS_END_SYNCHRONIZE) { in ReportEvent()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/base/include/
H A Ddeferred_processing_service_ipc_interface_code.h45 DPS_END_SYNCHRONIZE, enumerator
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/server/src/
H A Ddeferred_photo_processing_session_stub.cpp45 case static_cast<uint32_t>(DeferredProcessingServiceInterfaceCode::DPS_END_SYNCHRONIZE): in OnRemoteRequest()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/src/
H A Ddeferred_photo_processing_session_proxy.cpp50 …static_cast<uint32_t>(DeferredProcessingServiceInterfaceCode::DPS_END_SYNCHRONIZE), data, reply, o… in EndSynchronize()