Searched refs:clientId (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/hiview/plugins/performance/ |
H A D | XperfEvt.h | 173 int32_t clientId{0};
|
/base/startup/appspawn/standard/ |
H A D | appspawn_service.c | 486 static char *GetMapMem(uint32_t clientId, const char *processName, uint32_t size, bool readOnly, bool isNweb) in GetMapMem() argument 490 isNweb ? "nwebspawn" : "appspawn", processName, clientId); in GetMapMem() 719 static void ClearMMAP(int clientId) in ClearMMAP() argument 722 int ret = snprintf_s(path, sizeof(path), sizeof(path) - 1, APPSPAWN_MSG_DIR "appspawn/prefork_%d", clientId); in ClearMMAP()
|
Completed in 4 milliseconds