Searched refs:ParaType (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui_effect/effect/include/ |
H A D | visual_effect_para.h | 22 enum ParaType { enum 29 ParaType GetParaType() in GetParaType() 34 ParaType type_;
|
H A D | background_color_effect_para.h | 27 this->type_ = VisualEffectPara::ParaType::BACKGROUND_COLOR_EFFECT; in BackgroundColorEffectPara()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui_effect/filter/include/ |
H A D | filter_para.h | 39 enum ParaType { enum 50 ParaType GetParaType() in GetParaType() 55 ParaType type_;
|
H A D | filter_blur_para.h | 26 this->type_ = FilterPara::ParaType::BLUR; in FilterBlurPara()
|
H A D | filter_distort_para.h | 26 this->type_ = FilterPara::ParaType::DISTORT; in DistortPara()
|
H A D | filter_fly_out_para.h | 27 this->type_ = FilterPara::ParaType::FLY_OUT; in FlyOutPara()
|
H A D | filter_pixel_stretch_para.h | 31 this->type_ = FilterPara::ParaType::PIXEL_STRETCH; in PixelStretchPara()
|
H A D | filter_water_ripple_para.h | 27 this->type_ = FilterPara::ParaType::WATER_RIPPLE; in WaterRipplePara()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/include/ |
H A D | trans_lane_pending_ctl.h | 33 } ParaType; typedef 40 ParaType type;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
H A D | distributeddb_nb_test_tools.h | 285 template <typename ParaType> 292 …ributedDB::Query&(DistributedDB::Query::*FP_COMP)(const std::string& field, const ParaType& value); 295 const std::vector<ParaType>& value); 304 const std::string& field, const ParaType& value) in GenerateQueryComp() 325 const std::string& field, const std::vector<ParaType>& value) in GenerateQueryIn()
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/ |
H A D | native_module_buffer.cpp | 35 enum class ParaType:int32_t { enum 356 static Buffer* BufferConstructorInner(napi_env env, size_t argc, napi_value* argv, ParaType paraTyp… in BufferConstructorInner() 364 if (paraType == ParaType::NUMBER) { in BufferConstructorInner() 370 } else if (paraType == ParaType::NUMBERS) { in BufferConstructorInner() 374 } else if (paraType == ParaType::BUFFER) { in BufferConstructorInner() 380 } else if (paraType == ParaType::UINT8ARRAY) { in BufferConstructorInner() 391 } else if (paraType == ParaType::ARRAYBUFFER) { in BufferConstructorInner() 412 ParaType paraType = static_cast<ParaType>(pType); in BufferConstructor() 413 if (paraType == ParaType::STRING) { in BufferConstructor()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/include/audio/decoder/ |
H A D | audio_opus_decoder_plugin.h | 28 enum ParaType : int32_t { enum
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/include/audio/encoder/ |
H A D | audio_opus_encoder_plugin.h | 28 enum ParaType : int32_t { enum
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/src/ |
H A D | js_buffer.ts | 257 enum ParaType { 516 this[bufferSymbol] = new internalBuffer.Buffer(ParaType.NUMBER, value); 518 this[bufferSymbol] = new internalBuffer.Buffer(ParaType.BUFFER, value[bufferSymbol]); 520 this[bufferSymbol] = new internalBuffer.Buffer(ParaType.UINT8ARRAY, value); 522 this[bufferSymbol] = new internalBuffer.Buffer(ParaType.NUMBERS, value); 526 …this[bufferSymbol] = new internalBuffer.Buffer(ParaType.ARRAYBUFFER, value, byteOffsetOrEncoding, … 529 …this[bufferSymbol] = new internalBuffer.Buffer(ParaType.BUFFER, value[bufferSymbol], byteOffsetOrE… 532 this[bufferSymbol] = new internalBuffer.Buffer(ParaType.STRING, value, byteOffsetOrEncoding); 534 this[bufferSymbol] = new internalBuffer.Buffer(ParaType.NUMBER, 0);
|