Searched refs:PARAM_CODE_ERROR (Results 1 – 4 of 4) sorted by relevance
39 PARAM_CODE_ERROR = -1, enumerator
144 WATCHER_CHECK(request != NULL, return PARAM_CODE_ERROR, "Failed to malloc for watch"); in SendMessage()147 int ret = PARAM_CODE_ERROR; in SendMessage()151 ret = (sendLen > 0) ? 0 : PARAM_CODE_ERROR; in SendMessage()
345 PARAM_CHECK(workSpace != NULL, return PARAM_CODE_ERROR, "Invalid workspace"); in AddParamEntry()
89 PARAM_CHECK(response != NULL, return PARAM_CODE_ERROR, "Failed to alloc memory for response"); in SendResponseMsg()