Searched refs:isProcessStarted (Results 1 – 1 of 1) sorted by relevance
1552 bool isProcessStarted = false; in StartingSystemProcessLocked() local1555 isProcessStarted = (systemProcessMap_.count(procName) != 0); in StartingSystemProcessLocked()1557 if (isProcessStarted) { in StartingSystemProcessLocked()1587 bool isProcessStarted = false; in StartingSystemProcess() local1590 isProcessStarted = (systemProcessMap_.count(procName) != 0); in StartingSystemProcess()1592 if (isProcessStarted) { in StartingSystemProcess()