HomeSort by relevance Sort by last modified time
    Searched refs:XPL_DM_ALERT_RES_T (Results 1 - 22 of 22) sorted by null

  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/hdr/
SYNCML_DM_ConfirmAlert.H 46 XPL_DM_ALERT_RES_T defaultResponse; // the default response
47 XPL_DM_ALERT_RES_T responseCode;
49 virtual XPL_DM_ALERT_RES_T getAction() const;
SYNCML_DM_DisplayAlert.H 45 virtual XPL_DM_ALERT_RES_T getAction() const;
SYNCML_DM_MultipleChoiceAlert.H 52 virtual XPL_DM_ALERT_RES_T getAction() const;
SYNCML_DM_SingleChoiceAlert.H 49 virtual XPL_DM_ALERT_RES_T getAction() const;
SYNCML_DM_TextInputAlert.H 51 virtual XPL_DM_ALERT_RES_T getAction() const;
SYNCML_DM_Alert.H 76 virtual XPL_DM_ALERT_RES_T getAction() const = 0;
  /packages/apps/OMA-DM/engine/dmlib/portlib/generic/
xpl_dm_ServerAlert.h 33 XPL_DM_ALERT_RES_T action;
39 XPL_DM_ALERT_RES_T action;
45 XPL_DM_ALERT_RES_T action;
67 XPL_DM_ALERT_RES_T defaultResponse,
68 XPL_DM_ALERT_RES_T * responseCode);
xpl_dm_ServerAlertDef.h 36 typedef UINT8 XPL_DM_ALERT_RES_T;
  /packages/apps/OMA-DM/engine/xpl/hdr/
xpl_dm_ServerAlert.h 29 XPL_DM_ALERT_RES_T action;
35 XPL_DM_ALERT_RES_T action;
41 XPL_DM_ALERT_RES_T action;
63 XPL_DM_ALERT_RES_T defaultResponse,
64 XPL_DM_ALERT_RES_T * responseCode);
xpl_dm_ServerAlertDef.h 36 typedef UINT8 XPL_DM_ALERT_RES_T;
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/src/
SYNCML_DM_ConfirmAlert.cc 42 defaultResponse = (XPL_DM_ALERT_RES_T)DmAtoi(value);
58 XPL_DM_ALERT_RES_T SYNCML_DM_ConfirmAlert::getAction() const
SYNCML_DM_DisplayAlert.cc 42 XPL_DM_ALERT_RES_T SYNCML_DM_DisplayAlert::getAction() const
SYNCML_DM_SingleChoiceAlert.cc 52 XPL_DM_ALERT_RES_T SYNCML_DM_SingleChoiceAlert::getAction() const
SYNCML_DM_MultipleChoiceAlert.cc 94 XPL_DM_ALERT_RES_T SYNCML_DM_MultipleChoiceAlert::getAction() const
SYNCML_DM_TextInputAlert.cc 76 XPL_DM_ALERT_RES_T SYNCML_DM_TextInputAlert::getAction() const
  /packages/apps/OMA-DM/engine/dmlib/linux_java/samples/conui/src/
xpl_dm_ServerAlerts.cc 4 SYNCML_DM_RET_STATUS_T XPL_DM_ShowConfirmAlert(INT32 maxDisplayTime, CPCHAR msg, XPL_DM_ALERT_RES_T defaultResponse, XPL_DM_ALERT_RES_T * responseCode)
  /packages/apps/OMA-DM/engine/dmlib/linux_java/samples/socketCon/src/
port_layer.cc 23 SYNCML_DM_RET_STATUS_T XPL_DM_ShowConfirmAlert(INT32 maxDisplayTime, CPCHAR msg, XPL_DM_ALERT_RES_T defaultResponse, XPL_DM_ALERT_RES_T * responseCode)
  /packages/apps/OMA-DM/engine/dmlib/portlib/lj/test/
port_layer.cc 21 SYNCML_DM_RET_STATUS_T XPL_DM_ShowConfirmAlert(INT32 maxDisplayTime, CPCHAR msg, XPL_DM_ALERT_RES_T defaultResponse, XPL_DM_ALERT_RES_T * responseCode)
  /packages/apps/OMA-DM/engine/dmlib/portlib/lj/src/
xpl_Alert.cc 10 SYNCML_DM_RET_STATUS_T XPL_DM_ShowConfirmAlert(INT32 maxDisplayTime, CPCHAR msg, XPL_DM_ALERT_RES_T defaultResponse, XPL_DM_ALERT_RES_T * responseCode)
  /packages/apps/OMA-DM/engine/xpl/src/
xpl_Alert.cc 26 SYNCML_DM_RET_STATUS_T XPL_DM_ShowConfirmAlert(INT32 maxDisplayTime, CPCHAR msg, XPL_DM_ALERT_RES_T defaultResponse, XPL_DM_ALERT_RES_T * responseCode)
  /packages/apps/OMA-DM/engine/jni/
DMServiceAlert.cc 122 XPL_DM_ALERT_RES_T defaultResponse,
123 XPL_DM_ALERT_RES_T *response,
170 *response = (XPL_DM_ALERT_RES_T) r;
243 response->action = (XPL_DM_ALERT_RES_T) a;
304 response->action = (XPL_DM_ALERT_RES_T)a;
377 response->action = (XPL_DM_ALERT_RES_T) r;
DMServiceAlert.h 136 XPL_DM_ALERT_RES_T defaultResponse, XPL_DM_ALERT_RES_T* response,

Completed in 90 milliseconds