/developtools/profiler/device/plugins/network_profiler/service/include/ |
D | network_profiler_manager.h | 39 NetworkProfilerCtx(int32_t pid, const std::string& name, bool restart = false) 40 : pid(pid), processName(name), restart(restart) {} in pid() 49 bool restart = false; member
|
/developtools/profiler/device/plugins/ffrt_profiler/service/include/ |
D | ffrt_profiler_manager.h | 39 FfrtProfilerCtx(int32_t pid, const std::string& name, bool restart = false) 40 : pid(pid), processName(name), restart(restart) {} in pid() 49 bool restart = false; member
|
/developtools/ace_js2bundle/ace-loader/sample/ServiceAbility/ |
D | service.js | 32 onCommand(want, restart, startId) {
|
/developtools/ace_js2bundle/ace-loader/src/ |
D | resource-plugin.js | 248 ', and then restart the Previewer.'); 254 ', and then restart the Build.').message;
|
/developtools/hdc/src/daemon/ |
D | daemon_unity.cpp | 285 bool restart = true; in CommandDispatch() local 292 restart = false; in CommandDispatch() 296 daemon->PostStopInstanceMessage(restart); in CommandDispatch()
|
/developtools/hiperf/src/ |
D | subcommand.cpp | 66 bool SubCommand::CheckRestartOption(std::string &appPackage, bool targetSystemWide, bool restart, in CheckRestartOption() argument 69 if (!restart) { in CheckRestartOption()
|
/developtools/hiperf/include/ |
D | subcommand.h | 88 bool CheckRestartOption(std::string &appPackage, bool targetSystemWide, bool restart,
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ffrt_profiler/ |
D | ffrt_profiler_config.proto | 24 // Data collection of program restart.
|
/developtools/profiler/protos/types/plugins/network_profiler/ |
D | network_profiler_config.proto | 24 // Data collection of program restart
|
/developtools/profiler/protos/types/plugins/ffrt_profiler/ |
D | ffrt_profiler_config.proto | 24 // Data collection of program restart.
|
/developtools/profiler/protos/services/ |
D | profiler_service.proto | 42 // keep tracing session alive, call this interface will restart session expire count down task.
|
/developtools/smartperf_host/trace_streamer/src/protos/services/ |
D | profiler_service.proto | 42 // keep tracing session alive, call this interface will restart session expire count down task.
|
/developtools/hdc/src/common/ |
D | session.h | 77 void PostStopInstanceMessage(bool restart = false);
|
D | session.cpp | 1383 void HdcSessionBase::PostStopInstanceMessage(bool restart) in PostStopInstanceMessage() argument 1386 WRITE_LOG(LOG_DEBUG, "StopDaemon has sended restart %d", restart); in PostStopInstanceMessage() 1387 wantRestart = restart; in PostStopInstanceMessage()
|
/developtools/profiler/device/plugins/ffrt_profiler/service/src/ |
D | ffrt_profiler_manager.cpp | 272 if (item->restart && (item->pid == pid)) { in GetFfrtProfilerCtx()
|
/developtools/profiler/device/plugins/network_profiler/service/src/ |
D | network_profiler_manager.cpp | 273 if (item->restart && (item->pid == pid)) { in GetNetworkProfilerCtx()
|
/developtools/profiler/hiebpf/include/ |
D | vmlinux.h | 35772 unsigned int restart; member 120440 int restart; member 136436 int (*restart)(struct watchdog_device *, long unsigned int, void *); member
|