Home
last modified time | relevance | path

Searched defs:parameter (Results 26 - 50 of 367) sorted by relevance

12345678910>>...15

/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dmemory_dumper.cpp32 DumpStatus MemoryDumper::PreExecute(const shared_ptr<DumperParameter> &parameter, StringMatrix dumpDatas) in PreExecute() argument
H A Dzipfolder_output.cpp46 DumpStatus ZipFolderOutput::PreExecute(const std::shared_ptr<DumperParameter>& parameter, in PreExecute() argument
H A Dlist_dumper.cpp34 DumpStatus ListDumper::PreExecute(const std::shared_ptr<DumperParameter>& parameter, in PreExecute() argument
H A Dsa_dumper.cpp43 DumpStatus SADumper::PreExecute(const std::shared_ptr<DumperParameter> &parameter, StringMatrix dump_datas) in PreExecute() argument
H A Dzip_output.cpp34 DumpStatus ZipOutput::PreExecute(const std::shared_ptr<DumperParameter>& parameter, in PreExecute() argument
H A Dcmd_dumper.cpp35 DumpStatus CMDDumper::PreExecute(const std::shared_ptr<DumperParameter>& parameter, in PreExecute() argument
H A Dfile_format_dump_filter.cpp39 DumpStatus FileFormatDumpFilter::PreExecute(const std::shared_ptr<DumperParameter>& parameter, in PreExecute() argument
/base/sensors/miscdevice/utils/common/src/
H A Dvibrator_infos.cpp275 VibrateParameter parameter; in Unmarshalling() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_settings.cpp42 SystemParameter& SystemParameter::operator=(const SystemParameter& parameter) in operator =() argument
53 const auto parameter = std::find_if( in Find() local
75 const auto parameter = Find(name); Get() local
[all...]
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/detail_enhancer/
H A Ddetail_enhancer_video_native.cpp44 VideoProcessing_ErrorCode DetailEnhancerVideoNative::SetParameter(const OHOS::Media::Format& parameter) in SetParameter() argument
60 VideoProcessing_ErrorCode DetailEnhancerVideoNative::GetParameter(OHOS::Media::Format& parameter) in GetParameter() argument
/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Dvideo_resize_filter_unit_test.cpp80 std::shared_ptr<Meta> parameter= std::make_shared<Meta>(); in HWTEST_F() local
97 std::shared_ptr<Meta> parameter= std::make_shared<Meta>(); in HWTEST_F() local
182 std::shared_ptr<Meta> parameter = std::make_shared<Meta>(); in HWTEST_F() local
199 std::shared_ptr<Meta> parameter = std::make_shared<Meta>(); in HWTEST_F() local
[all...]
H A Dsurface_decoder_filter_unit_test.cpp132 std::shared_ptr<Meta> parameter = std::make_shared<Meta>(); in HWTEST_F() local
243 std::shared_ptr<Meta> parameter= std::make_shared<Meta>(); in HWTEST_F() local
270 std::shared_ptr<Meta> parameter = std::make_shared<Meta>(); in HWTEST_F() local
280 std::shared_ptr<Meta> parameter = std::make_shared<Meta>(); HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/include/
H A Dmock_idistributed_hardware_sink.h36 int32_t SubscribeLocalHardware(const std::string &dhId, const std::string &parameter) in SubscribeLocalHardware() argument
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/sem/
H A Dsem.go113 // TemplateTypeParam is a template type parameter type
119 // TemplateNumberParam is a template type parameter type
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_generator.cc52 Generate(const FileDescriptor* file, const string& parameter, GeneratorContext* context, string* error) const Generate() argument
60 GenerateAll(const std::vector<const FileDescriptor*>& files, const string& parameter, GeneratorContext* context, string* error) const GenerateAll() argument
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_generator.cc56 Generate(const FileDescriptor* file, const std::string& parameter, GeneratorContext* generator_context, std::string* error) const Generate() argument
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_generator.cc64 Generate( const FileDescriptor* file, const string& parameter, GeneratorContext* generator_context, string* error) const Generate() argument
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsParameterProperty.h27 explicit TSParameterProperty(AccessibilityOption accessibility, Expression *parameter, bool readonly, bool isStatic, in TSParameterProperty() argument
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_output_test.cpp69 auto parameter = std::make_shared<DumperParameter>(); in HWTEST_F() local
109 auto parameter = std::make_shared<DumperParameter>(); in HWTEST_F() local
147 auto parameter = std::make_shared<DumperParameter>(); in HWTEST_F() local
189 auto parameter in HWTEST_F() local
231 auto parameter = std::make_shared<DumperParameter>(); HWTEST_F() local
278 auto parameter = std::make_shared<DumperParameter>(); HWTEST_F() local
309 auto parameter = std::make_shared<DumperParameter>(); HWTEST_F() local
342 auto parameter = std::make_shared<DumperParameter>(); HWTEST_F() local
381 auto parameter = std::make_shared<DumperParameter>(); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/unittest/continuation_test/remote_register_service_test/continuation_register_manager_test/
H A Dcontinuation_register_manager_test.cpp85 ExtraParams parameter; in HWTEST_F() local
110 ExtraParams parameter; in HWTEST_F() local
231 ExtraParams parameter; in HWTEST_F() local
255 ExtraParams parameter; in HWTEST_F() local
/foundation/multimedia/av_codec/services/engine/base/include/
H A Dcodecbase.h82 virtual int32_t SetParameter(const std::shared_ptr<Media::Meta> &parameter) in SetParameter() argument
88 virtual int32_t GetOutputFormat(std::shared_ptr<Media::Meta> &parameter) in GetOutputFormat() argument
/foundation/multimedia/av_codec/services/include/
H A Di_codec_service.h84 virtual int32_t SetParameter(const std::shared_ptr<Media::Meta> &parameter) in SetParameter() argument
89 virtual int32_t GetOutputFormat(std::shared_ptr<Media::Meta> &parameter) in GetOutputFormat() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_colorspace_convert_test.cpp136 VPEParameter parameter; in HWTEST_F() local
172 VPEParameter parameter; in HWTEST_F() local
192 VPEParameter parameter; in HWTEST_F() local
/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_image_ndk/
H A Ddetail_enhancer_image_ndk_unit_test.cpp201 OH_AVFormat* parameter = OH_AVFormat_Create(); in HWTEST_F() local
213 OH_AVFormat* parameter = OH_AVFormat_Create(); in HWTEST_F() local
225 OH_AVFormat* parameter in HWTEST_F() local
236 OH_AVFormat* parameter = nullptr; HWTEST_F() local
246 OH_AVFormat* parameter = nullptr; HWTEST_F() local
256 OH_AVFormat* parameter = OH_AVFormat_Create(); HWTEST_F() local
270 OH_AVFormat* parameter = OH_AVFormat_Create(); HWTEST_F() local
284 OH_AVFormat* parameter = nullptr; HWTEST_F() local
295 OH_AVFormat* parameter = nullptr; HWTEST_F() local
305 OH_AVFormat* parameter = nullptr; HWTEST_F() local
315 OH_AVFormat* parameter = OH_AVFormat_Create(); HWTEST_F() local
326 OH_AVFormat* parameter = OH_AVFormat_Create(); HWTEST_F() local
[all...]
/foundation/multimedia/av_codec/test/unittest/decoder_filter_test/
H A Dsurface_encoder_filter_unit_test.cpp154 std::shared_ptr<Meta> parameter = std::make_shared<Meta>(); in HWTEST_F() local

Completed in 23 milliseconds

12345678910>>...15