Lines Matching refs:be

55  * same for a sufficient period of time, the UNCERTAIN transition must be
57 * appropriate transition must be triggered. This "sufficient period of time"
59 * In other words, Unknown state can be interpreted as a state in which the
64 * The geofence callback needs to be triggered for the ENTERED and EXITED
68 * must be triggered only for the transitions requested by the
78 * By default, all the Geofences will be in the Unknown state.
80 * When the GNSS system is unavailable, gnssGeofenceStatusCb must be
82 * available the callback must be called. This is a global state while the
88 * application. GNSS Geofence will just be a signal indicating what the GNSS
119 * The callback must only be called when the caller is interested in that
121 * ENTERED transition, then the callback must not be called with the EXITED
130 * @param transition Can be one of ENTERED, EXITED or UNCERTAIN.
152 * @param status Will be OPERATION_SUCCESS if the geofence
153 * add was successful. Will be ERROR_TOO_MANY_GEOFENCES if the
155 * Will be ERROR_ID_EXISTS if geofence with id already exists.
156 * Will be ERROR_INVALID_TRANSITION if the monitorTransition contains an
158 * Will be ERROR_GENERIC for other errors.
167 * Will be ERROR_ID_UNKNOWN for invalid id and
176 * @param status Will be OPERATION_SUCCESS if success.
177 * Will be ERROR_ID_UNKNOWN for invalid id. Will be
179 * Will be ERROR_GENERIC for other err errors.
187 * @param status Will be OPERATION_SUCCESS if successful.
188 * Will be ERROR_ID_UNKNOWN for invalid id and ERROR_GENERIC for others.