Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h28 #define MAX_PROC_NAME_LEN (32) macro
230 char name[MAX_PROC_NAME_LEN];
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h40 const int32_t MAX_PROC_NAME_LEN = 256; variable
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp324 …if (strncpy_s(procStats.name, MAX_PROC_NAME_LEN, it.second.name.c_str(), MAX_PROC_NAME_LEN - 1) !=… in SendProcStats()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_client.cpp450 if (startMsg.procName.empty() || startMsg.procName.size() >= MAX_PROC_NAME_LEN) { in VerifyMsg()