Home
last modified time | relevance | path

Searched defs:outType (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp89 NotificationContent::Type outType; variable
122 NotificationNapi::ContentType outType; variable
154 NotificationConstant::SlotType outType; variable
189 NotificationNapi::SlotType outType; variable
224 NotificationSlot::NotificationLevel outType; variable
273 NotificationNapi::SlotLevel outType; variable
302 int outType; variable
375 NotificationNapi::DoNotDisturbType outType; variable
398 NotificationNapi::DeviceRemindType outType; variable
421 NotificationNapi::SourceType outType; variable
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp21 bool AnsEnumUtil::ContentTypeJSToC(const ContentType &inType, NotificationContent::Type &outType) in ContentTypeJSToC()
52 bool AnsEnumUtil::ContentTypeCToJS(const NotificationContent::Type &inType, ContentType &outType) in ContentTypeCToJS()
83 bool AnsEnumUtil::SlotTypeJSToC(const SlotType &inType, NotificationConstant::SlotType &outType) in SlotTypeJSToC()
115 bool AnsEnumUtil::SlotTypeCToJS(const NotificationConstant::SlotType &inType, SlotType &outType) in SlotTypeCToJS()
176 const LiveViewStatus &inType, NotificationLiveViewContent::LiveViewStatus &outType) in LiveViewStatusJSToC()
225 bool AnsEnumUtil::ReasonCToJS(const int &inType, int &outType) in ReasonCToJS()
329 …oNotDisturbTypeJSToC(const DoNotDisturbType &inType, NotificationConstant::DoNotDisturbType &outTy… in DoNotDisturbTypeJSToC()
351 …otDisturbTypeCToJS(const NotificationConstant::DoNotDisturbType &inType, DoNotDisturbType &outType) in DoNotDisturbTypeCToJS()
373 …l::DeviceRemindTypeCToJS(const NotificationConstant::RemindType &inType, DeviceRemindType &outType) in DeviceRemindTypeCToJS()
395 …l AnsEnumUtil::SourceTypeCToJS(const NotificationConstant::SourceType &inType, SourceType &outType) in SourceTypeCToJS()
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/
H A Dnapi_slot.h66 NotificationConstant::SlotType outType = NotificationConstant::SlotType::OTHER; member
73 NotificationConstant::SlotType outType = NotificationConstant::SlotType::OTHER; member
113 NotificationConstant::SlotType outType = NotificationConstant::SlotType::OTHER; member
126 NotificationConstant::SlotType outType = NotificationConstant::SlotType::OTHER; member
133 NotificationConstant::SlotType outType = NotificationConstant::SlotType::OTHER; member
145 NotificationConstant::SlotType outType = NotificationConstant::SlotType::OTHER; member
160 NotificationConstant::SlotType outType = NotificationConstant::SlotType::OTHER; member
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Daudio_data_source_filter.cpp174 …atus AudioDataSourceFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in LinkNext()
260 …us AudioDataSourceFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UpdateNext()
266 …us AudioDataSourceFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UnLinkNext()
H A Daudio_encoder_filter.cpp214 Status AudioEncoderFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in LinkNext()
238 Status AudioEncoderFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UpdateNext()
244 Status AudioEncoderFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UnLinkNext()
H A Dsurface_decoder_filter.cpp302 Status SurfaceDecoderFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in LinkNext()
313 …tus SurfaceDecoderFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UpdateNext()
319 …tus SurfaceDecoderFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UnLinkNext()
H A Dsurface_encoder_filter.cpp333 Status SurfaceEncoderFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in LinkNext()
344 …tus SurfaceEncoderFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UpdateNext()
350 …tus SurfaceEncoderFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UnLinkNext()
H A Daudio_capture_filter.cpp272 Status AudioCaptureFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in LinkNext()
390 Status AudioCaptureFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UpdateNext()
396 Status AudioCaptureFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UnLinkNext()
H A Dmetadata_filter.cpp254 Status MetaDataFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in LinkNext()
266 Status MetaDataFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UpdateNext()
272 Status MetaDataFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UnLinkNext()
H A Dmuxer_filter.cpp219 Status MuxerFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in LinkNext()
224 Status MuxerFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UpdateNext()
230 Status MuxerFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UnLinkNext()
H A Dvideo_capture_filter.cpp253 Status VideoCaptureFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in LinkNext()
265 Status VideoCaptureFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UpdateNext()
271 Status VideoCaptureFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UnLinkNext()
H A Dvideo_resize_filter.cpp411 Status VideoResizeFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in LinkNext()
426 Status VideoResizeFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UpdateNext()
432 Status VideoResizeFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UnLinkNext()
H A Daudio_decoder_filter.cpp218 Status AudioDecoderFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in LinkNext()
228 Status AudioDecoderFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UpdateNext()
233 Status AudioDecoderFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UnLinkNext()
H A Ddemuxer_filter.cpp554 Status DemuxerFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in LinkNext()
616 bool DemuxerFilter::FindTrackId(StreamType outType, int32_t &trackId) in FindTrackId()
665 Status DemuxerFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UpdateNext()
670 Status DemuxerFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UnLinkNext()
H A Ddecoder_surface_filter.cpp525 Status DecoderSurfaceFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in LinkNext()
532 …tus DecoderSurfaceFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UpdateNext()
537 …tus DecoderSurfaceFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UnLinkNext()
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp301 static bool ContentTypeCJToC(const ContentType &inType, NotificationContent::Type &outType) in ContentTypeCJToC()
332 static bool SlotTypeCJToC(const SlotType &inType, NotificationConstant::SlotType &outType) in SlotTypeCJToC()
363 NotificationContent::Type outType = NotificationContent::Type::NONE; in GetNotificationContent() local
402 NotificationConstant::SlotType outType = NotificationConstant::SlotType::OTHER; in GetNotificationSlotType() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Dvideo_resize_filter_unit_test.cpp218 StreamType outType = StreamType::STREAMTYPE_ENCODED_VIDEO; variable
H A Daudio_data_source_filter_unit_test.h157 FilterCallBackCommand cmd, StreamType outType) in OnCallback()
H A Dsurface_decoder_filter_unit_test.h64 Pipeline::FilterCallBackCommand cmd, Pipeline::StreamType outType) in OnCallback()
H A Dvideo_resize_filter_unit_test.h75 Pipeline::FilterCallBackCommand cmd, Pipeline::StreamType outType) in OnCallback()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_notification.cpp81 enum DeviceRemindType outType = DeviceRemindType::IDLE_DONOT_REMIND; in SetNotificationByDistributedOptions() local
H A Dslot.cpp77 NotificationConstant::SlotType outType = NotificationConstant::SlotType::OTHER; member
84 NotificationConstant::SlotType outType = NotificationConstant::SlotType::OTHER; member
124 NotificationConstant::SlotType outType = NotificationConstant::SlotType::OTHER; member
137 NotificationConstant::SlotType outType = NotificationConstant::SlotType::OTHER; member
144 NotificationConstant::SlotType outType = NotificationConstant::SlotType::OTHER; member
156 NotificationConstant::SlotType outType = NotificationConstant::SlotType::OTHER; member
171 NotificationConstant::SlotType outType = NotificationConstant::SlotType::OTHER; member
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_object.cpp71 uint32_t outType; member
321 …atic int32_t GetResultType(int32_t opType, int32_t typeValue, CfTag &resultType, uint32_t &outType) in GetResultType()
353 uint32_t outType = 0; in ConvertToNapiValue() local
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.cpp52 Pipeline::StreamType outType) in OnCallback()
533 Pipeline::StreamType outType) in OnCallback()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_impl.cpp93 Pipeline::StreamType outType) in OnCallback()
893 Pipeline::StreamType outType) in OnCallback()

12