Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Derror.rs49 GetProxyObjectFailed, enumerator
98 Error::GetProxyObjectFailed => write!(f, "Gets Proxy Object Failed"), in fmt()
126 4 => Ok(Error::GetProxyObjectFailed), in deserialize()
H A Dasset.rs192 .ok_or(Error::GetProxyObjectFailed)?; in new()
231 .ok_or(Error::GetProxyObjectFailed)?; in download()
283 .ok_or(Error::GetProxyObjectFailed)?; in upload()
H A Ddatabase.rs74 .ok_or(Error::GetProxyObjectFailed)?; in new()
H A Dconnect.rs765 .ok_or(Error::GetProxyObjectFailed)?; in new()
790 .ok_or(Error::GetProxyObjectFailed)?; in get_app_brief_info()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_extension.rs37 | ipc_conn::Error::GetProxyObjectFailed in map_ipc_err()