Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp5581 auto hasProcessName = (argList.size() == MIN_DUMP_ARGUMENT_NUM ? true : false); in DumpSysProcess() local
5583 if (hasProcessName && argList[1] != processInfo.processName_) { in DumpSysProcess()