Searched refs:min_time_to_next_fix_millis (Results 1 – 4 of 4) sorted by relevance
486 uint32_t min_time_to_next_fix_millis() const { in min_time_to_next_fix_millis() function508 void add_min_time_to_next_fix_millis(uint32_t min_time_to_next_fix_millis) { in add_min_time_to_next_fix_millis()509 …ent<uint32_t>(GnssLocationMessage::VT_MIN_TIME_TO_NEXT_FIX_MILLIS, min_time_to_next_fix_millis, 0); in add_min_time_to_next_fix_millis()527 uint32_t min_time_to_next_fix_millis = 0) {529 builder_.add_min_time_to_next_fix_millis(min_time_to_next_fix_millis);
543 uint32_t min_time_to_next_fix_millis; member547 min_time_to_next_fix_millis(0) { in GnssLocationMessageT()573 uint32_t min_time_to_next_fix_millis() const { in min_time_to_next_fix_millis() function601 void add_min_time_to_next_fix_millis(uint32_t min_time_to_next_fix_millis) { in add_min_time_to_next_fix_millis()602 …ent<uint32_t>(GnssLocationMessage::VT_MIN_TIME_TO_NEXT_FIX_MILLIS, min_time_to_next_fix_millis, 0); in add_min_time_to_next_fix_millis()620 uint32_t min_time_to_next_fix_millis = 0) {622 builder_.add_min_time_to_next_fix_millis(min_time_to_next_fix_millis);1168 { auto _e = min_time_to_next_fix_millis(); _o->min_time_to_next_fix_millis = _e; } in UnPackTo()1181 auto _min_time_to_next_fix_millis = _o->min_time_to_next_fix_millis; in CreateGnssLocationMessage()
90 min_time_to_next_fix_millis:uint;
330 msg->min_time_to_next_fix_millis()); in handleMessageFromHost()