Lines Matching refs:ret
30 int ret = 0;
32 int ret = SYSPARAM_SYSTEM_ERROR;
36 ret = remote->SendRequest(code, data, reply, option);
38 return ret;
47 int32_t ret = DeviceInfoSendRequest(static_cast<uint32_t> (DeviceInfoInterfaceCode::COMMAND_GET_UDID),
49 DINFO_CHECK(ret == ERR_NONE, return ret, "getUdid failed, error code is %d", ret);
61 int32_t ret = DeviceInfoSendRequest(static_cast<uint32_t> (DeviceInfoInterfaceCode::COMMAND_GET_SERIAL_ID),
63 DINFO_CHECK(ret == ERR_NONE, return ret, "GetSerial failed, error code is %d", ret);