Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp53 constexpr const size_t VALID_DUMP_IPC_ARG_SIZE = 3; variable
846 if (args.size() != VALID_DUMP_IPC_ARG_SIZE) { in DumpIpc()