Home
last modified time | relevance | path

Searched defs:inType (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp90 …NotificationNapi::ContentType inType = NotificationNapi::ContentType::NOTIFICATION_CONTENT_BASIC_T… variable
123 NotificationContent::Type inType = NotificationContent::Type::BASIC_TEXT; variable
155 NotificationNapi::SlotType inType = NotificationNapi::SlotType::SOCIAL_COMMUNICATION; variable
190 NotificationConstant::SlotType inType = NotificationConstant::SlotType::CUSTOM; variable
225 NotificationNapi::SlotLevel inType = NotificationNapi::SlotLevel::LEVEL_NONE; variable
251 NotificationNapi::LiveViewStatus inType = NotificationNapi::LiveViewStatus::LIVE_VIEW_CREATE; variable
274 NotificationSlot::NotificationLevel inType = NotificationSlot::NotificationLevel::LEVEL_NONE; variable
303 int inType = NotificationConstant::CLICK_REASON_DELETE; variable
353 NotificationNapi::DoNotDisturbType inType = NotificationNapi::DoNotDisturbType::TYPE_NONE; variable
376 NotificationConstant::DoNotDisturbType inType = NotificationConstant::DoNotDisturbType::NONE; 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 bool AnsEnumUtil::DoNotDisturbTypeJSToC(const DoNotDisturbType &inType, NotificationConstant::DoNot… in DoNotDisturbTypeJSToC()
351 bool AnsEnumUtil::DoNotDisturbTypeCToJS(const NotificationConstant::DoNotDisturbType &inType, DoNot… in DoNotDisturbTypeCToJS()
373 bool AnsEnumUtil::DeviceRemindTypeCToJS(const NotificationConstant::RemindType &inType, DeviceRemin… in DeviceRemindTypeCToJS()
395 bool AnsEnumUtil::SourceTypeCToJS(const NotificationConstant::SourceType &inType, SourceType &outTy… in SourceTypeCToJS()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp91 inline bool IsIntegerType(reflection::BaseType inType) in IsIntegerType()
96 inline bool IsRealType(reflection::BaseType inType) in IsRealType()
101 inline bool IsScalarType(reflection::BaseType inType) in IsScalarType()
106 inline bool IsStringType(reflection::BaseType inType) in IsStringType()
111 inline bool IsIndexableType(reflection::BaseType inType) in IsIndexableType()
116 inline bool IsVectorType(reflection::BaseType inType) in IsVectorType()
121 inline bool IsStringOrVectorType(reflection::BaseType inType) in IsStringOrVectorType()
126 inline bool IsObjectType(reflection::BaseType inType) in IsObjectType()
131 inline bool IsSupportTypeAtRoot(reflection::BaseType inType) in IsSupportTypeAtRoot()
136 inline bool IsRequiredSupportType(reflection::BaseType inType) in IsRequiredSupportType()
[all …]
H A Djson_object.cpp449 bool InsertFieldCheckParameter(const FieldPath &inPath, FieldType inType, const FieldValue &inValue, in InsertFieldCheckParameter()
460 void LeafJsonNodeAppendValue(Json::Value &leafNode, FieldType inType, const FieldValue &inValue) in LeafJsonNodeAppendValue()
468 void LeafJsonNodeAssignValue(Json::Value &leafNode, FieldType inType, const FieldValue &inValue) in LeafJsonNodeAssignValue()
547 int JsonObject::InsertField(const FieldPath &inPath, FieldType inType, const FieldValue &inValue, b… in InsertField()
H A Dschema_utils.cpp467 std::string SchemaUtils::FieldTypeString(FieldType inType) in FieldTypeString()
483 std::string SchemaUtils::SchemaTypeString(SchemaType inType) in SchemaTypeString()
H A Dschema_object.cpp28 void DisplaySchemaLineByLine(SchemaType inType, const std::string &inSchema) in DisplaySchemaLineByLine()
582 FieldType inType, SchemaAttribute &outAttr) const in CheckSchemaDefineItemDecideAttribute()
1007 inline bool IsTypeMustBeExactlyEqualBetweenSchemaAndValue(FieldType inType) in IsTypeMustBeExactlyEqualBetweenSchemaAndValue()
1014 inline bool IsObjectType(FieldType inType) in IsObjectType()
H A Dvalue_object.cpp156 int ValueObject::InsertField(const FieldPath &inPath, FieldType inType, const FieldValue &inValue) in InsertField()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dsubtitle_sink_filter.cpp191 Status SubtitleSinkFilter::OnLinked(StreamType inType, const std::shared_ptr<Meta>& meta, in OnLinked()
205 Status SubtitleSinkFilter::OnUpdated(StreamType inType, const std::shared_ptr<Meta>& meta, in OnUpdated()
211 Status SubtitleSinkFilter::OnUnLinked(StreamType inType, const std::shared_ptr<FilterLinkCallback>&… in OnUnLinked()
H A Daudio_data_source_filter.cpp272 Status AudioDataSourceFilter::OnLinked(StreamType inType, const std::shared_ptr<Meta> &meta, in OnLinked()
279 Status AudioDataSourceFilter::OnUpdated(StreamType inType, const std::shared_ptr<Meta> &meta, in OnUpdated()
286 Status AudioDataSourceFilter::OnUnLinked(StreamType inType, const std::shared_ptr<FilterLinkCallbac… in OnUnLinked()
H A Daudio_sink_filter.cpp209 Status AudioSinkFilter::OnLinked(StreamType inType, const std::shared_ptr<Meta>& meta, in OnLinked()
290 Status AudioSinkFilter::OnUpdated(StreamType inType, const std::shared_ptr<Meta>& meta, in OnUpdated()
296 Status AudioSinkFilter::OnUnLinked(StreamType inType, const std::shared_ptr<FilterLinkCallback>& ca… in OnUnLinked()
H A Daudio_encoder_filter.cpp256 Status AudioEncoderFilter::OnLinked(StreamType inType, const std::shared_ptr<Meta> &meta, in OnLinked()
264 Status AudioEncoderFilter::OnUpdated(StreamType inType, const std::shared_ptr<Meta> &meta, in OnUpdated()
271 Status AudioEncoderFilter::OnUnLinked(StreamType inType, const std::shared_ptr<FilterLinkCallback>&… in OnUnLinked()
H A Dsurface_decoder_filter.cpp330 Status SurfaceDecoderFilter::OnLinked(StreamType inType, const std::shared_ptr<Meta> &meta, in OnLinked()
358 Status SurfaceDecoderFilter::OnUpdated(StreamType inType, const std::shared_ptr<Meta> &meta, in OnUpdated()
365 Status SurfaceDecoderFilter::OnUnLinked(StreamType inType, const std::shared_ptr<FilterLinkCallback… in OnUnLinked()
H A Dsurface_encoder_filter.cpp361 Status SurfaceEncoderFilter::OnLinked(StreamType inType, const std::shared_ptr<Meta> &meta, in OnLinked()
369 Status SurfaceEncoderFilter::OnUpdated(StreamType inType, const std::shared_ptr<Meta> &meta, in OnUpdated()
376 Status SurfaceEncoderFilter::OnUnLinked(StreamType inType, const std::shared_ptr<FilterLinkCallback… in OnUnLinked()
H A Daudio_capture_filter.cpp402 Status AudioCaptureFilter::OnLinked(StreamType inType, const std::shared_ptr<Meta> &meta, in OnLinked()
409 Status AudioCaptureFilter::OnUpdated(StreamType inType, const std::shared_ptr<Meta> &meta, in OnUpdated()
416 Status AudioCaptureFilter::OnUnLinked(StreamType inType, const std::shared_ptr<FilterLinkCallback> … in OnUnLinked()
H A Dmetadata_filter.cpp284 Status MetaDataFilter::OnLinked(StreamType inType, const std::shared_ptr<Meta> &meta, in OnLinked()
291 Status MetaDataFilter::OnUpdated(StreamType inType, const std::shared_ptr<Meta> &meta, in OnUpdated()
298 Status MetaDataFilter::OnUnLinked(StreamType inType, const std::shared_ptr<FilterLinkCallback>& cal… in OnUnLinked()
H A Dmuxer_filter.cpp242 Status MuxerFilter::OnLinked(StreamType inType, const std::shared_ptr<Meta> &meta, in OnLinked()
280 Status MuxerFilter::OnUpdated(StreamType inType, const std::shared_ptr<Meta> &meta, in OnUpdated()
288 Status MuxerFilter::OnUnLinked(StreamType inType, const std::shared_ptr<FilterLinkCallback> &callba… in OnUnLinked()
H A Dvideo_capture_filter.cpp283 Status VideoCaptureFilter::OnLinked(StreamType inType, const std::shared_ptr<Meta> &meta, in OnLinked()
290 Status VideoCaptureFilter::OnUpdated(StreamType inType, const std::shared_ptr<Meta> &meta, in OnUpdated()
297 Status VideoCaptureFilter::OnUnLinked(StreamType inType, const std::shared_ptr<FilterLinkCallback>&… in OnUnLinked()
H A Dvideo_resize_filter.cpp444 Status VideoResizeFilter::OnLinked(StreamType inType, const std::shared_ptr<Meta> &meta, in OnLinked()
452 Status VideoResizeFilter::OnUpdated(StreamType inType, const std::shared_ptr<Meta> &meta, in OnUpdated()
459 Status VideoResizeFilter::OnUnLinked(StreamType inType, const std::shared_ptr<FilterLinkCallback>& … in OnUnLinked()
H A Daudio_decoder_filter.cpp258 Status AudioDecoderFilter::OnLinked(StreamType inType, const std::shared_ptr<Meta> &meta, in OnLinked()
328 Status AudioDecoderFilter::OnUpdated(StreamType inType, const std::shared_ptr<Meta> &meta, in OnUpdated()
334 Status AudioDecoderFilter::OnUnLinked(StreamType inType, const std::shared_ptr<FilterLinkCallback>&… in OnUnLinked()
H A Ddecoder_surface_filter.cpp562 Status DecoderSurfaceFilter::OnLinked(StreamType inType, const std::shared_ptr<Meta> &meta, in OnLinked()
573 Status DecoderSurfaceFilter::OnUpdated(StreamType inType, const std::shared_ptr<Meta> &meta, in OnUpdated()
579 Status DecoderSurfaceFilter::OnUnLinked(StreamType inType, const std::shared_ptr<FilterLinkCallback… in OnUnLinked()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Daudio_sink_filter_unit_test.cpp140 StreamType inType = StreamType::STREAMTYPE_MAX; variable
H A Daudio_data_source_filter_unit_test.h168 Status OnLinked(StreamType inType, const std::shared_ptr<Meta>& meta, in OnLinked()
H A Dvideo_resize_filter_unit_test.h94 Status OnLinked(StreamType inType, const std::shared_ptr<Meta>& meta, in OnLinked()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dischema.h34 inline SchemaType ReadSchemaType(uint8_t inType) in ReadSchemaType()
/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()

12