Lines Matching refs:sptr
26 static sptr<AppExecFwk::BundleMgrService> g_bundleMgrService = nullptr;
27 static sptr<OHOS::Accessibility::MockAccessibleAbilityManagerServiceStub> g_MgrService = nullptr;
35 sptr<ISystemAbilityManager> SystemAbilityManagerClient::GetSystemAbilityManager()
45 sptr<IRemoteObject> SystemAbilityManagerProxy::GetSystemAbility(int32_t systemAbilityId)
47 sptr<IRemoteObject> remote = nullptr;
72 sptr<IRemoteObject> SystemAbilityManagerProxy::GetSystemAbility(int32_t systemAbilityId,
78 sptr<IRemoteObject> SystemAbilityManagerProxy::CheckSystemAbilityWrapper(int32_t code, MessageParcel& data)
83 sptr<IRemoteObject> SystemAbilityManagerProxy::CheckSystemAbility(int32_t systemAbilityId)
93 sptr<IRemoteObject> SystemAbilityManagerProxy::CheckSystemAbility(int32_t systemAbilityId, const std::string& deviceId)
98 sptr<IRemoteObject> SystemAbilityManagerProxy::CheckSystemAbility(int32_t systemAbilityId, bool& isExist)
127 const sptr<ISystemAbilityStatusChange>& listener)
133 const sptr<ISystemAbilityStatusChange>& listener)
138 sptr<IRemoteObject> SystemAbilityManagerProxy::LoadSystemAbility(int32_t systemAbilityId, int32_t timeout)
144 const sptr<ISystemAbilityLoadCallback>& callback)
150 const sptr<ISystemAbilityLoadCallback>& callback)
165 int32_t SystemAbilityManagerProxy::AddSystemAbility(int32_t systemAbilityId, const sptr<IRemoteObject>& ability,
177 const std::u16string& procName, const sptr<IRemoteObject>& procObject)
193 int32_t SystemAbilityManagerProxy::SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener)
198 int32_t SystemAbilityManagerProxy::UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener)
248 std::vector<sptr<IRemoteObject>>& saList)
258 sptr<IRemoteObject> SystemAbilityManagerProxy::Recompute(int32_t systemAbilityId, int32_t code)