Searched refs:Datastore (Results 1 – 5 of 5) sorted by relevance
20 use crate::datastore::Datastore;174 if let Err(e) = Datastore::delete(&self.snd_card, ch) { in check_speaker_over_heated_workflow()235 Datastore::UseVPD.save(&self.snd_card, channel)?; in decide_calibration_value_workflow()239 Datastore::DSM { in decide_calibration_value_workflow()318 let sci_calib = Datastore::from_file(&self.snd_card, ch)?; in get_previous_calibration_value()320 Datastore::UseVPD => self.get_vpd_calibration_value(ch), in get_previous_calibration_value()321 Datastore::DSM { rdc, temp } => Ok(CalibData { in get_previous_calibration_value()
15 pub enum Datastore { enum24 impl Datastore { implementation29 pub fn from_file(snd_card: &str, channel: usize) -> Result<Datastore> { in from_file() argument33 let datastore: Datastore = in from_file()
12 use crate::datastore::Datastore;78 PathBuf::from(Datastore::DATASTORE_DIR) in run_time_file()
15 For Google Cloud Platform APIs such as Datastore, Cloud Storage or Pub/Sub, we recommend using [Clo…
5 …Datastore](https://cloud.google.com/datastore/) for data persistence would use a service account t…