Searched refs:PARAM_CODE_IPC_ERROR (Results 1 – 6 of 6) sorted by relevance
153 return PARAM_CODE_IPC_ERROR; in StartRequest()155 PARAM_CHECK(sendLen >= 0, return PARAM_CODE_IPC_ERROR, "Failed to send message err: %d", errno); in StartRequest()200 if (ret == PARAM_CODE_IPC_ERROR) { in SystemSetParameter_()
49 PARAM_CODE_IPC_ERROR, enumerator
50 case PARAM_CODE_IPC_ERROR: in GetSystemError()
485 | PARAM_CODE_IPC_ERROR | 108 | IPC通信异常 |
174 ret = (sendLen > 0) ? 0 : PARAM_CODE_IPC_ERROR; in SendMessage()
484 | PARAM_CODE_IPC_ERROR | 108 | IPC communication error. …