Home
last modified time | relevance | path

Searched refs:restart (Results 1 – 17 of 17) sorted by relevance

/developtools/profiler/device/plugins/network_profiler/service/include/
Dnetwork_profiler_manager.h39 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/
Dffrt_profiler_manager.h39 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/
Dservice.js32 onCommand(want, restart, startId) {
/developtools/ace_js2bundle/ace-loader/src/
Dresource-plugin.js248 ', and then restart the Previewer.');
254 ', and then restart the Build.').message;
/developtools/hdc/src/daemon/
Ddaemon_unity.cpp285 bool restart = true; in CommandDispatch() local
292 restart = false; in CommandDispatch()
296 daemon->PostStopInstanceMessage(restart); in CommandDispatch()
/developtools/hiperf/src/
Dsubcommand.cpp66 bool SubCommand::CheckRestartOption(std::string &appPackage, bool targetSystemWide, bool restart, in CheckRestartOption() argument
69 if (!restart) { in CheckRestartOption()
/developtools/hiperf/include/
Dsubcommand.h88 bool CheckRestartOption(std::string &appPackage, bool targetSystemWide, bool restart,
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ffrt_profiler/
Dffrt_profiler_config.proto24 // Data collection of program restart.
/developtools/profiler/protos/types/plugins/network_profiler/
Dnetwork_profiler_config.proto24 // Data collection of program restart
/developtools/profiler/protos/types/plugins/ffrt_profiler/
Dffrt_profiler_config.proto24 // Data collection of program restart.
/developtools/profiler/protos/services/
Dprofiler_service.proto42 // keep tracing session alive, call this interface will restart session expire count down task.
/developtools/smartperf_host/trace_streamer/src/protos/services/
Dprofiler_service.proto42 // keep tracing session alive, call this interface will restart session expire count down task.
/developtools/hdc/src/common/
Dsession.h77 void PostStopInstanceMessage(bool restart = false);
Dsession.cpp1383 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/
Dffrt_profiler_manager.cpp272 if (item->restart && (item->pid == pid)) { in GetFfrtProfilerCtx()
/developtools/profiler/device/plugins/network_profiler/service/src/
Dnetwork_profiler_manager.cpp273 if (item->restart && (item->pid == pid)) { in GetNetworkProfilerCtx()
/developtools/profiler/hiebpf/include/
Dvmlinux.h35772 unsigned int restart; member
120440 int restart; member
136436 int (*restart)(struct watchdog_device *, long unsigned int, void *); member