Home
last modified time | relevance | path

Searched refs:restart (Results 1 - 10 of 10) sorted by relevance

/developtools/profiler/device/plugins/ffrt_profiler/service/include/
H A Dffrt_profiler_manager.h39 FfrtProfilerCtx(int32_t pid, const std::string& name, bool restart = false) in FfrtProfilerCtx()
40 : pid(pid), processName(name), restart(restart) {} in FfrtProfilerCtx()
49 bool restart = false; member
/developtools/profiler/device/plugins/network_profiler/service/include/
H A Dnetwork_profiler_manager.h39 NetworkProfilerCtx(int32_t pid, const std::string& name, bool restart = false) in NetworkProfilerCtx()
40 : pid(pid), processName(name), restart(restart) {} in NetworkProfilerCtx()
49 bool restart = false; member
/developtools/hiperf/src/
H A Dsubcommand.cpp66 bool SubCommand::CheckRestartOption(std::string &appPackage, bool targetSystemWide, bool restart, in CheckRestartOption() argument
69 if (!restart) { in CheckRestartOption()
77 printf("option --restart and -p/-a is conflict, please check usage\n"); in CheckRestartOption()
/developtools/hdc/src/daemon/
H A Ddaemon_unity.cpp370 // hdcd restart in old pid in CommandDispatch()
371 bool restart = true; in CommandDispatch() local
377 // hdcd restart in new pid in CommandDispatch()
378 restart = false; in CommandDispatch()
385 daemon->PostStopInstanceMessage(restart); in CommandDispatch()
/developtools/hiperf/include/
H A Dsubcommand.h87 // check restart option
88 bool CheckRestartOption(std::string &appPackage, bool targetSystemWide, bool restart,
/developtools/hdc/src/common/
H A Dsession.h79 void PostStopInstanceMessage(bool restart = false);
H A Dsession.cpp1408 void HdcSessionBase::PostStopInstanceMessage(bool restart) in PostStopInstanceMessage() argument
1411 WRITE_LOG(LOG_DEBUG, "StopDaemon has sended restart %d", restart); in PostStopInstanceMessage()
1412 wantRestart = restart; in PostStopInstanceMessage()
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_manager.cpp272 if (item->restart && (item->pid == pid)) { in GetFfrtProfilerCtx()
/developtools/profiler/device/plugins/network_profiler/service/src/
H A Dnetwork_profiler_manager.cpp281 if (item->restart && (item->pid == pid)) { in GetNetworkProfilerCtx()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h35772 unsigned int restart; member
120440 int restart; global() member
136436 int (*restart)(struct watchdog_device *, long unsigned int, void *); global() member
[all...]

Completed in 427 milliseconds