Home
last modified time | relevance | path

Searched refs:try_new (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/
H A Dwrapper.rs101 Box::new(RemoteObj::try_new(wrap).unwrap()) in new_remote_obj()
138 RemoteObj::try_new(FromRemoteStub(Box::new(self))) in into_remote()
H A Dobj.rs51 pub fn try_new(wrap: UniquePtr<IRemoteObjectWrapper>) -> Option<Self> { in try_new() method
83 Self::try_new(FromSptrRemote(sptr)) in from_sptr()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/
H A Dskeleton.rs142 RemoteObj::try_new(GetContextObject()) in get_context_object()