Home
last modified time | relevance | path

Searched refs:Datastore (Results 1 – 5 of 5) sorted by relevance

/external/adhd/sound_card_init/dsm/src/
Dlib.rs20 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()
Ddatastore.rs15 pub enum Datastore { enum
24 impl Datastore { implementation
29 pub fn from_file(snd_card: &str, channel: usize) -> Result<Datastore> { in from_file() argument
33 let datastore: Datastore = in from_file()
Dutils.rs12 use crate::datastore::Datastore;
78 PathBuf::from(Datastore::DATASTORE_DIR) in run_time_file()
/external/python/google-api-python-client/
DREADME.md15 For Google Cloud Platform APIs such as Datastore, Cloud Storage or Pub/Sub, we recommend using [Clo…
/external/python/google-api-python-client/docs/
Doauth-server.md5Datastore](https://cloud.google.com/datastore/) for data persistence would use a service account t…