Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp1552 bool isProcessStarted = false; in StartingSystemProcessLocked() local
1555 isProcessStarted = (systemProcessMap_.count(procName) != 0); in StartingSystemProcessLocked()
1557 if (isProcessStarted) { in StartingSystemProcessLocked()
1587 bool isProcessStarted = false; in StartingSystemProcess() local
1590 isProcessStarted = (systemProcessMap_.count(procName) != 0); in StartingSystemProcess()
1592 if (isProcessStarted) { in StartingSystemProcess()