HomeSort by relevance Sort by last modified time
    Searched full:registration_state (Results 1 - 5 of 5) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PServedUser.java 58 return getParameter(ParameterNamesIms.REGISTRATION_STATE);
73 setParameter(ParameterNamesIms.REGISTRATION_STATE, registrationState);
132 if(parameters.containsKey(ParameterNamesIms.REGISTRATION_STATE))
133 retval.append(SEMICOLON).append(ParameterNamesIms.REGISTRATION_STATE).append(EQUALS)
ParameterNamesIms.java 83 public static final String REGISTRATION_STATE = "regstate";
  /external/chromium_org/cloud_print/gcp20/prototype/
printer.cc 214 if (state_.registration_state == PrinterState::REGISTRATION_ERROR ||
224 if (state_.registration_state != PrinterState::UNREGISTERED)
231 state_.registration_state = PrinterState::REGISTRATION_STARTED;
260 if (state_.registration_state != PrinterState::REGISTRATION_STARTED &&
261 state_.registration_state !=
274 if (state_.registration_state == PrinterState::REGISTRATION_STARTED)
278 DCHECK_EQ(state_.registration_state,
293 if (state_.registration_state != PrinterState::REGISTRATION_CLAIM_TOKEN_READY)
301 state_.registration_state = PrinterState::REGISTRATION_COMPLETING;
316 if (state_.registration_state == PrinterState::UNREGISTERED
    [all...]
printer_state.h 46 RegistrationState registration_state; member in struct:PrinterState
printer_state.cc 35 : registration_state(UNREGISTERED),
46 if (state.registration_state == PrinterState::REGISTERED) {
163 state->registration_state = PrinterState::REGISTERED;

Completed in 45 milliseconds