Home
last modified time | relevance | path

Searched defs:cloud_switch (Results 1 – 2 of 2) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
Dcloud_service.rs221 pub(crate) cloud_switch: bool, field
247 pub fn cloud_switch(&self) -> bool { in cloud_switch() method
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
Dconnect.rs577 pub(crate) cloud_switch: bool, field
585 let cloud_switch = parcel.read::<i32>()? != 0; in deserialize() localVariable