Home | History | Annotate | Download | only in src

Lines Matching defs:retcode

42 #define CHECK_EXCEPTION(retcode)                                                            \
46 (retcode) = SYNCML_DM_FAIL; \
178 SYNCML_DM_RET_STATUS_T retcode = data.GetString(dmStringValue);
179 if (retcode != SYNCML_DM_SUCCESS)
338 SYNCML_DM_RET_STATUS_T retcode = GetDmtNodeValue(type, pValue, data);
339 if (retcode != SYNCML_DM_SUCCESS)
342 return retcode;
352 retcode = mEnv->CallIntMethod(mJavaPluginManager, javaMethod, objPath.getValue(), type, objValue.getValue());
353 CHECK_EXCEPTION(retcode);
354 return retcode;
387 SYNCML_DM_RET_STATUS_T retcode = atoi(pStatus);
388 return retcode;
419 SYNCML_DM_RET_STATUS_T retcode = mEnv->CallIntMethod(mJavaPluginManager, javaMethod, objPath.getValue());
420 CHECK_EXCEPTION(retcode);
421 return retcode;
436 SYNCML_DM_RET_STATUS_T retcode = GetDmtNodeValue(type, pValue, data);
437 if (retcode != SYNCML_DM_SUCCESS)
440 return retcode;
450 retcode = mEnv->CallIntMethod(mJavaPluginManager, javaMethod, objPath.getValue(), type, objValue.getValue());
451 CHECK_EXCEPTION(retcode);
452 return retcode;
467 SYNCML_DM_RET_STATUS_T retcode = mEnv->CallIntMethod(mJavaPluginManager, javaMethod,
469 CHECK_EXCEPTION(retcode);
470 return retcode;
484 SYNCML_DM_RET_STATUS_T retcode = mEnv->CallIntMethod(mJavaPluginManager, javaMethod, objPath.getValue());
485 retcode);
486 return retcode;
499 SYNCML_DM_RET_STATUS_T retcode = mEnv->CallIntMethod(mJavaPluginManager, javaMethod);
500 CHECK_EXCEPTION(retcode);
501 return retcode;
523 SYNCML_DM_RET_STATUS_T retcode = SetServerID(pTree);
524 if (retcode != SYNCML_DM_SUCCESS)
527 return retcode;
540 retcode = mEnv->CallIntMethod(mJavaPluginManager, javaMethod, objArgs.getValue(), objCorrelator.getValue());
541 CHECK_EXCEPTION(retcode);
542 return retcode;
603 SYNCML_DM_RET_STATUS_T retcode = SetDmtNodeValue(pType, pValue, data);
604 if (retcode != SYNCML_DM_SUCCESS)
606 return retcode;