Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dcloud_service.rs247 pub fn cloud_switch(&self) -> bool { in cloud_switch() method
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Dconnect.rs585 let cloud_switch = parcel.read::<i32>()? != 0; in deserialize() localVariable