Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
Ddatabase.rs32 pub(crate) struct LockInfo { struct
40 impl Deserialize for LockInfo { argument
314 pub(crate) fn lock(&mut self, interval: i32) -> DatabaseStubResult<LockInfo> { in lock()
365 pub(crate) fn heartbeat(&self, session_id: i32) -> DatabaseStubResult<LockInfo> { in heartbeat()