Home
last modified time | relevance | path

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

12345678910>>...18

/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/network/rule/
H A Dfirewall_chain_rule_test.cpp92 std::string parameter = " -p udp -s 192.168.2.100 -d 192.168.2.200 --sport 80 --dport 90"; in HWTEST_F() local
120 std::string parameter = " -s 192.168.1.1"; in HWTEST_F() local
123 EXPECT_EQ(FirewallChainRule::IpToParameter(ip, ipType), parameter); in HWTEST_F() local
128 EXPECT_EQ(FirewallChainRule::IpToParameter(ip, ipType), parameter); in HWTEST_F() local
133 EXPECT_EQ(FirewallChainRule::IpToParameter(ip, ipType), parameter); HWTEST_F() local
138 EXPECT_EQ(FirewallChainRule::IpToParameter(ip, ipType), parameter); HWTEST_F() local
148 std::string parameter; HWTEST_F() local
152 EXPECT_EQ(FirewallChainRule::PortToParameter(port, portType, option), parameter); HWTEST_F() local
158 EXPECT_EQ(FirewallChainRule::PortToParameter(port, portType, option), parameter); HWTEST_F() local
164 EXPECT_EQ(FirewallChainRule::PortToParameter(port, portType, option), parameter); HWTEST_F() local
170 EXPECT_EQ(FirewallChainRule::PortToParameter(port, portType, option), parameter); HWTEST_F() local
[all...]
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dtraffic_dumper.cpp33 DumpStatus TrafficDumper::PreExecute(const std::shared_ptr<DumperParameter> &parameter, StringMatrix dumpDatas) in PreExecute() argument
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
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmu9_smumgr.c140 smu9_send_msg_to_smc_with_parameter(struct pp_hwmgr *hwmgr, uint16_t msg, uint32_t parameter) smu9_send_msg_to_smc_with_parameter() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmu9_smumgr.c141 smu9_send_msg_to_smc_with_parameter(struct pp_hwmgr *hwmgr, uint16_t msg, uint32_t parameter) smu9_send_msg_to_smc_with_parameter() 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
/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

Completed in 9 milliseconds

12345678910>>...18