mirror of
https://gitee.com/openharmony/accessibility
synced 2024-11-27 00:51:07 +00:00
添加UnloadSystemAbility接口
Signed-off-by: wangyang2022 <wangyang412@huawei.com> Change-Id: Ie1fee003ded93fb175fe6523e4ae8203c73cd2e0
This commit is contained in:
parent
bf852ad1a2
commit
eb47dc83da
@ -144,6 +144,11 @@ int32_t SystemAbilityManagerProxy::LoadSystemAbility(int32_t systemAbilityId,
|
||||
return -1;
|
||||
}
|
||||
|
||||
int32_t SystemAbilityManagerProxy::UnloadSystemAbility(int32_t systemAbilityId)
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
int32_t SystemAbilityManagerProxy::AddSystemAbility(int32_t systemAbilityId, const sptr<IRemoteObject>& ability,
|
||||
const SAExtraProp& extraProp)
|
||||
{
|
||||
|
@ -143,6 +143,11 @@ int32_t SystemAbilityManagerProxy::LoadSystemAbility(int32_t systemAbilityId, co
|
||||
return -1;
|
||||
}
|
||||
|
||||
int32_t SystemAbilityManagerProxy::UnloadSystemAbility(int32_t systemAbilityId)
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
int32_t SystemAbilityManagerProxy::AddSystemAbility(int32_t systemAbilityId, const sptr<IRemoteObject>& ability,
|
||||
const SAExtraProp& extraProp)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user