Home
last modified time | relevance | path

Searched defs:config (Results 1 – 25 of 121) sorted by relevance

12345

/developtools/profiler/device/plugins/hiperf_plugin/test/unittest/
Dhiperf_plugin_unittest.cpp76 HiperfPluginConfig config; variable
96 HiperfPluginConfig config; variable
106 HiperfPluginConfig config; variable
119 HiperfPluginConfig config; variable
134 HiperfPluginConfig config; variable
149 HiperfPluginConfig config; variable
180 HiperfPluginConfig config; variable
/developtools/profiler/device/plugins/hidump_plugin/test/unittest/
Dhidump_plugin_unittest.cpp70 bool PluginStart(HidumpPlugin& plugin, HidumpConfig& config) in PluginStart()
102 HidumpConfig config; variable
125 HidumpConfig config; variable
148 HidumpConfig config; variable
170 HidumpConfig config; variable
189 HidumpConfig config; variable
209 HidumpConfig config; variable
237 HidumpConfig config; variable
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dflow_controller_test.cpp113 TracePluginConfig config; variable
142 TracePluginConfig config; variable
164 TracePluginConfig config; variable
186 TracePluginConfig config; variable
210 TracePluginConfig config; variable
234 TracePluginConfig config; variable
274 TracePluginConfig config; variable
317 TracePluginConfig config; variable
364 TracePluginConfig config; variable
400 TracePluginConfig config; variable
[all …]
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/
Dhilog_plugin_unittest.cpp72 bool PluginStart(HilogPlugin& plugin, HilogConfig& config) in PluginStart()
163 HilogConfig config; variable
178 HilogConfig config; variable
193 HilogConfig config; variable
208 HilogConfig config; variable
223 HilogConfig config; variable
238 HilogConfig config; variable
261 HilogConfig config; variable
284 HilogConfig config; variable
309 HilogConfig config; variable
[all …]
/developtools/profiler/device/plugins/network_plugin/test/unittest/
Dnetwork_plugin_test.cpp84 bool SetConfig(std::vector<int> pidList, NetworkConfig& config) in SetConfig()
94 bool PluginStub(NetworkPlugin& plugin, NetworkDatas& networkData, NetworkConfig& config) in PluginStub()
153 NetworkConfig config; variable
181 NetworkConfig config; variable
210 NetworkConfig config; variable
257 NetworkConfig config; variable
286 NetworkConfig config; variable
318 NetworkConfig config; variable
341 NetworkConfig config; variable
359 NetworkConfig config; variable
[all …]
/developtools/profiler/device/plugins/ffrt_profiler/test/unittest/
Dffrt_profiler_test.cpp173 FfrtProfilerConfig config; variable
198 FfrtProfilerConfig config; variable
221 FfrtProfilerConfig config; variable
251 FfrtProfilerConfig config; variable
281 FfrtProfilerConfig config; variable
300 FfrtProfilerConfig config; variable
324 FfrtProfilerConfig config; variable
424 FfrtProfilerConfig config; variable
443 FfrtProfilerConfig config; variable
463 FfrtProfilerConfig config; variable
[all …]
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/
Dnative_memory_profiler_sa_client_manager.cpp37 …nt32_t NativeMemoryProfilerSaClientManager::Start(std::shared_ptr<NativeMemoryProfilerSaConfig>& c… in Start()
57 auto config = std::make_shared<NativeMemoryProfilerSaConfig>(); in Start() local
95std::shared_ptr<NativeMemoryProfilerSaConfig>& config) in DumpData()
118 …tiveMemoryProfilerSaClientManager::CheckConfig(const std::shared_ptr<NativeMemoryProfilerSaConfig>… in CheckConfig()
141 …std::shared_ptr<NativeMemoryProfilerSaConfig> config = std::make_shared<NativeMemoryProfilerSaConf… in GetMallocStats() local
168 …std::shared_ptr<NativeMemoryProfilerSaConfig> config = std::make_shared<NativeMemoryProfilerSaConf… in StartPrintSimplifiedNmd() local
210 …ryProfilerSaClientManager::Start(int fd, pid_t pid, uint32_t duration, SimplifiedMemConfig& config) in Start()
Dnative_memory_profiler_sa_service.cpp128 int32_t NativeMemoryProfilerSaService::Start(std::shared_ptr<NativeMemoryProfilerSaConfig>& config) in Start()
140 int32_t NativeMemoryProfilerSaService::Start(std::shared_ptr<NativeMemoryProfilerSaConfig>& config, in Start()
165 …iveMemoryProfilerSaService::DumpData(uint32_t fd, std::shared_ptr<NativeMemoryProfilerSaConfig>& c… in DumpData()
201 std::shared_ptr<TaskConfig> config = nullptr; in StopHook() local
238 …:string NativeMemoryProfilerSaService::GetCmdArgs(std::shared_ptr<NativeMemoryProfilerSaConfig>& c… in GetCmdArgs()
271 …32_t NativeMemoryProfilerSaService::StartHookLock(std::shared_ptr<NativeMemoryProfilerSaConfig>& c… in StartHookLock()
372 int32_t NativeMemoryProfilerSaService::StartHook(std::shared_ptr<NativeMemoryProfilerSaConfig>& con… in StartHook()
405 int32_t NativeMemoryProfilerSaService::StartHook(std::shared_ptr<NativeMemoryProfilerSaConfig>& con… in StartHook()
432 bool NativeMemoryProfilerSaService::CheckConfig(std::shared_ptr<NativeMemoryProfilerSaConfig>& conf… in CheckConfig()
Dnative_memory_profiler_sa_config.cpp65 …ryProfilerSaConfig::Unmarshalling(Parcel& parcel, std::shared_ptr<NativeMemoryProfilerSaConfig> co… in Unmarshalling()
113 void NativeMemoryProfilerSaConfig::PrintConfig(std::shared_ptr<NativeMemoryProfilerSaConfig>& confi… in PrintConfig()
Dnative_memory_profiler_sa_stub.cpp58 …std::shared_ptr<NativeMemoryProfilerSaConfig> config = std::make_shared<NativeMemoryProfilerSaConf… in StubStart() local
81 …std::shared_ptr<NativeMemoryProfilerSaConfig> config = std::make_shared<NativeMemoryProfilerSaConf… in StubDumpFile() local
99 …std::shared_ptr<NativeMemoryProfilerSaConfig> config = std::make_shared<NativeMemoryProfilerSaConf… in StubDumpSimpFile() local
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/test/unittest/
Dnative_memory_profiler_sa_client_manager_test.cpp74 …std::shared_ptr<NativeMemoryProfilerSaConfig> config = std::make_shared<NativeMemoryProfilerSaConf… variable
103 …std::shared_ptr<NativeMemoryProfilerSaConfig> config = std::make_shared<NativeMemoryProfilerSaConf… variable
169 SimplifiedMemConfig config; variable
Dnative_memory_profiler_sa_service_test.cpp71 …std::shared_ptr<NativeMemoryProfilerSaConfig> config = std::make_shared<NativeMemoryProfilerSaConf… variable
103 …std::shared_ptr<NativeMemoryProfilerSaConfig> config = std::make_shared<NativeMemoryProfilerSaConf… variable
131 …std::shared_ptr<NativeMemoryProfilerSaConfig> config = std::make_shared<NativeMemoryProfilerSaConf… variable
Dnative_memory_profiler_sa_config_test.cpp42 …std::shared_ptr<NativeMemoryProfilerSaConfig> config = std::make_shared<NativeMemoryProfilerSaConf… variable
69 …std::shared_ptr<NativeMemoryProfilerSaConfig> config = std::make_shared<NativeMemoryProfilerSaConf… variable
/developtools/profiler/device/plugins/hisysevent_plugin/test/unittest/
Dhisysevent_plugin_unittest.cpp68 bool PluginStart(HisyseventPlugin& plugin, HisyseventConfig& config) in PluginStart()
93 HisyseventConfig config; variable
139 HisyseventConfig config; variable
175 HisyseventConfig config; variable
211 HisyseventConfig config; variable
/developtools/hdc/test/scripts/testModule/
Dstability_utils.py408 def process_shell_test(connect_key, config, thread_name): argument
462 def process_file_send_test(connect_key, config, thread_name): argument
522 def process_file_recv_test(connect_key, config, thread_name): argument
626 def process_fport_trans_file_test(connect_key, config, thread_name, task_index): argument
995 def set_test_config(self, config): argument
1008 def start_one_test(self, config): argument
1030 def start_shell_test(self, config): argument
1039 def start_file_send_test(self, config): argument
1048 def start_file_recv_test(self, config): argument
1057 def start_fport_trans_file_test(self, config): argument
/developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/sheet/frequsage/
DTabPaneFreqUsageConfig.test.ts36 …const config = new TabPaneFreqUsageConfig(thread, ts, pid, tid, count, cpu, freq, dur, cdur, perce… constant
47 const config = new TabPaneRunningConfig(thread, process, ts, pid, tid, cpu, dur); constant
55 const config = new TabPaneCpuFreqConfig(startNS, cpu, value, dur); constant
/developtools/profiler/device/plugins/network_profiler/test/unittest/
Dnetwork_profiler_test.cpp206 NetworkConfig config; variable
331 NetworkConfig config; variable
360 NetworkConfig config; variable
440 ProfilerPluginConfig config; variable
525 NetworkProfilerConfig config; variable
554 NetworkProfilerConfig config; variable
584 NetworkProfilerConfig config; variable
610 uint64_t config = FILE_SIZE; variable
629 uint64_t config = FILE_SIZE; variable
/developtools/hiperf/src/
Dreport.cpp118 for (auto &config : configs_) { in StatisticsRecords() local
139 for (auto &config : configs_) { in FilterDisplayRecords() local
169 for (auto &config : configs_) { in UpdateReportItemsAfterAdjust() local
191 for (auto &config : configs_) { in AdjustReportItems() local
333 void Report::OutputStdStatistics(ReportEventConfigItem &config) in OutputStdStatistics()
353 void Report::OutputStdHead(ReportEventConfigItem &config, const bool diffMode) in OutputStdHead()
479 void Report::OutputStdContent(ReportEventConfigItem &config) in OutputStdContent()
602 for (auto &config : configs_) { in OutputStd() local
/developtools/ace_js2bundle/ace-loader/src/
Dloader-gen.js41 function getLoaderString (type, config) { argument
63 function loadCustomLoader (config) { argument
76 function elementLoaderString (loaders, config) { argument
86 function templateLoaderString (loaders, config, customLoader) { argument
105 function styleLoaderString (loaders, config, customLoader) { argument
123 function scriptLoaderString (loaders, config, customLoader) { argument
/developtools/profiler/device/plugins/native_hook/test/unittest/
Dhook_socket_client_test.cpp51 uint64_t config = FILTER_SIZE; variable
70 uint64_t config = FILTER_SIZE; variable
163 uint64_t config = FILTER_SIZE; variable
190 uint64_t config = FILTER_SIZE; variable
/developtools/profiler/device/cmds/test/unittest/
Dparse_plugin_config_test.cpp49 ProfilerPluginConfig GetProfilerPluginConfig(string config) in GetProfilerPluginConfig()
70 std::string config; variable
/developtools/ace_ets2bundle/compiler/
Dwebpack.config.js48 function initConfig(config) { argument
175 function setModuleJsonConfigRule(config) { argument
188 function existsPackageJson(config, rootPackageJsonPath, modulePackageJsonPath) { argument
191 config: [] property
230 function setReleaseConfig(config) { argument
274 function setCopyPluginConfig(config, appResource, isPreview) { argument
336 function setOptimizationConfig(config, workerFile) { argument
363 function setGenAbcPlugin(env, config) { argument
382 function setCleanWebpackPlugin(workerFile, config) { argument
/developtools/profiler/device/services/plugin_service/src/
Dplugin_command_builder.cpp28 …tCommandResponsePtr PluginCommandBuilder::BuildCreateSessionCmd(const ProfilerPluginConfig& config, in BuildCreateSessionCmd()
59 GetCommandResponsePtr PluginCommandBuilder::BuildStartSessionCmd(const ProfilerPluginConfig& config in BuildStartSessionCmd()
/developtools/hdc/test/scripts/
Dconftest.py22 def pytest_configure(config): argument
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/include/
Dnative_memory_profiler_sa_proxy.h37 …int32_t Start(std::shared_ptr<NativeMemoryProfilerSaConfig>& config, MessageParcel &reply) overrid… in Start()

12345