Lines Matching refs:sessionMode
408 uint32_t id, uint32_t sessionMode, TrackingOptions&& options) in locAPIStartSession() argument
421 if (sessionMode == SESSION_MODE_ON_FIX) { in locAPIStartSession()
429 switch (sessionMode) { in locAPIStartSession()
452 uint32_t session = ((sessionMode != SESSION_MODE_ON_FIX) ? in locAPIStartSession()
459 entity.sessionMode = sessionMode; in locAPIStartSession()
482 uint32_t sMode = entity.sessionMode; in locAPIStopSession()
504 uint32_t id, uint32_t sessionMode, TrackingOptions&& options) in locAPIUpdateSessionOptions() argument
515 uint32_t sMode = entity.sessionMode; in locAPIUpdateSessionOptions()
517 if (sessionMode == SESSION_MODE_ON_FIX) { in locAPIUpdateSessionOptions()
542 switch (sessionMode) { in locAPIUpdateSessionOptions()
577 uint32_t session = ((sessionMode != SESSION_MODE_ON_FIX) ? in locAPIUpdateSessionOptions()
582 entity.sessionMode = sessionMode; in locAPIUpdateSessionOptions()
604 if (entity.sessionMode != SESSION_MODE_ON_FIX) { in locAPIGetBatchedLocations()
880 if (sessEntity.sessionMode == SESSION_MODE_ON_TRIP_COMPLETED) { in beforeBatchingStatusCb()