Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager_stub.h125 return stub->UnloadSystemAbilityInner(data, reply); in LocalUnloadSystemAbility()
199 int32_t UnloadSystemAbilityInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_stub_test.cpp2623 int32_t result = saMgr->UnloadSystemAbilityInner(data, reply);
2640 int32_t result = saMgr->UnloadSystemAbilityInner(data, reply);
2825 int32_t result = saMgr->UnloadSystemAbilityInner(data, reply);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_stub.cpp736 int32_t SystemAbilityManagerStub::UnloadSystemAbilityInner(MessageParcel& data, MessageParcel& repl… in UnloadSystemAbilityInner() function in OHOS::SystemAbilityManagerStub