Home
last modified time | relevance | path

Searched refs:from_sptr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Dmanage.rs45 RemoteObj::from_sptr(GetContextManager()) in get_context_manager()
77 RemoteObj::from_sptr(GetSystemAbility(said)) in get_system_ability()
87 RemoteObj::from_sptr(GetSystemAbilityWithDeviceId(said, &id)) in get_system_ability_with_device_id()
100 RemoteObj::from_sptr(CheckSystemAbility(said)) in check_system_ability()
106 RemoteObj::from_sptr(CheckSystemAbilityWithDeviceId(said, &id)) in check_system_ability_with_ability()
165 RemoteObj::from_sptr(LoadSystemAbility(said, timeout)) in load_system_ability()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/
H A Dobj.rs82 pub fn from_sptr(sptr: UniquePtr<SptrIRemoteObject>) -> Option<Self> { in from_sptr() method