Searched refs:from_sptr (Results 1 – 2 of 2) sorted by relevance
45 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()
82 pub fn from_sptr(sptr: UniquePtr<SptrIRemoteObject>) -> Option<Self> { in from_sptr() method