Home
last modified time | relevance | path

Searched refs:CreateMsgParcelFailed (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Ddatabase.rs115 .ok_or(Error::CreateMsgParcelFailed)?; in generate_ids()
156 .ok_or(Error::CreateMsgParcelFailed)?; in insert()
203 .ok_or(Error::CreateMsgParcelFailed)?; in update()
246 .ok_or(Error::CreateMsgParcelFailed)?; in delete()
297 .ok_or(Error::CreateMsgParcelFailed)?; in query_values()
324 .ok_or(Error::CreateMsgParcelFailed)?; in lock()
351 .ok_or(Error::CreateMsgParcelFailed)?; in unlock()
375 .ok_or(Error::CreateMsgParcelFailed)?; in heartbeat()
H A Derror.rs40 CreateMsgParcelFailed, enumerator
95 Error::CreateMsgParcelFailed => write!(f, "Creates MsgParcel Failed"), in fmt()
123 1 => Ok(Error::CreateMsgParcelFailed), in deserialize()
H A Dconnect.rs706 .ok_or(Errors(vec![Error::CreateMsgParcelFailed]))?; in subscribe()
738 .ok_or(Errors(vec![Error::CreateMsgParcelFailed]))?; in unsubscribe()
823 .ok_or(Error::CreateMsgParcelFailed)?; in get_service_info()
855 .ok_or(Error::CreateMsgParcelFailed)?; in get_app_schema()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_extension.rs36 ipc_conn::Error::CreateMsgParcelFailed in map_ipc_err()