Searched refs:StreamMetadataInterfaceCode (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/ |
H A D | hstream_metadata_stub.cpp | 34 case static_cast<uint32_t>(StreamMetadataInterfaceCode::CAMERA_STREAM_META_START): in OnRemoteRequest() 37 case static_cast<uint32_t>(StreamMetadataInterfaceCode::CAMERA_STREAM_META_STOP): in OnRemoteRequest() 40 case static_cast<uint32_t>(StreamMetadataInterfaceCode::CAMERA_STREAM_META_RELEASE): in OnRemoteRequest() 43 case static_cast<uint32_t>(StreamMetadataInterfaceCode::CAMERA_STREAM_META_SET_CALLBACK): in OnRemoteRequest() 46 case static_cast<uint32_t>(StreamMetadataInterfaceCode::CAMERA_STREAM_META_ENABLE_RESULTS): in OnRemoteRequest() 49 case static_cast<uint32_t>(StreamMetadataInterfaceCode::CAMERA_STREAM_META_DISABLE_RESULTS): in OnRemoteRequest()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/ |
H A D | hstream_metadata_proxy.cpp | 32 …static_cast<uint32_t>(StreamMetadataInterfaceCode::CAMERA_STREAM_META_START), data, reply, option); in Start() 48 … static_cast<uint32_t>(StreamMetadataInterfaceCode::CAMERA_STREAM_META_STOP), data, reply, option); in Stop() 64 …static_cast<uint32_t>(StreamMetadataInterfaceCode::CAMERA_STREAM_META_RELEASE), data, reply, optio… in Release() 87 …static_cast<uint32_t>(StreamMetadataInterfaceCode::CAMERA_STREAM_META_SET_CALLBACK), data, reply, … in SetCallback() 104 …static_cast<uint32_t>(StreamMetadataInterfaceCode::CAMERA_STREAM_META_ENABLE_RESULTS), data, reply… in EnableMetadataType() 120 …static_cast<uint32_t>(StreamMetadataInterfaceCode::CAMERA_STREAM_META_DISABLE_RESULTS), data, repl… in DisableMetadataType()
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/streammetadatastub_fuzzer/ |
H A D | stream_metadata_stub_fuzzer.cpp | 115 code = static_cast<uint32_t>(StreamMetadataInterfaceCode::CAMERA_STREAM_META_START); in Test_OnRemoteRequest() 119 code = static_cast<uint32_t>(StreamMetadataInterfaceCode::CAMERA_STREAM_META_STOP); in Test_OnRemoteRequest() 123 code = static_cast<uint32_t>(StreamMetadataInterfaceCode::CAMERA_STREAM_META_RELEASE); in Test_OnRemoteRequest()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hstream_metadata.cpp | 108 switch (static_cast<StreamMetadataInterfaceCode>(interfaceCode)) { in OperatePermissionCheck() 109 case StreamMetadataInterfaceCode::CAMERA_STREAM_META_START: { in OperatePermissionCheck()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/ |
H A D | camera_service_ipc_interface_code.h | 219 enum StreamMetadataInterfaceCode { enum
|