Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event_proxy.cpp306 int32_t stackNum = reply.ReadInt32(); in DumpState() local
307 stackNum = stackNum > MAX_HISTORY_SIZE ? MAX_HISTORY_SIZE : stackNum; in DumpState()
308 for (int32_t i = 0; i < stackNum; i++) { in DumpState()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_proxy.cpp1581 int32_t stackNum = reply.ReadInt32(); in DumpSysState() local
1582 for (int i = 0; i < stackNum; i++) { in DumpSysState()
1605 int32_t stackNum = reply.ReadInt32(); in DumpState() local
1606 for (int i = 0; i < stackNum; i++) { in DumpState()