/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | system_ability_helper.cpp | 52 bool SystemAbilityHelper::RemoveSystemAbility(const int32_t systemAbilityId) in RemoveSystemAbility() function in OHOS::AppExecFwk::SystemAbilityHelper 55 if (systemAbilityMgr && (systemAbilityMgr->RemoveSystemAbility(systemAbilityId) == 0)) { in RemoveSystemAbility()
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/aafwk/ |
H A D | system_ability_manager.cpp | 148 int32_t SystemAbilityManager::RemoveSystemAbility(int32_t systemAbilityId) in RemoveSystemAbility() function in OHOS::SystemAbilityManager 155 int32_t SystemAbilityManager::RemoveSystemAbility(const sptr<IRemoteObject>& ability) in RemoveSystemAbility() function in OHOS::SystemAbilityManager
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | system_ability_mgr_test.cpp | 146 sm->RemoveSystemAbility(TEST_EXCEPTION_HIGH_SA_ID); 147 sm->RemoveSystemAbility(TEST_EXCEPTION_LOW_SA_ID); 164 sm->RemoveSystemAbility(systemAbilityId); 183 sm->RemoveSystemAbility(systemAbilityId); 195 int32_t result = sm->RemoveSystemAbility(-1); 240 int32_t result = saMgr->RemoveSystemAbility(-1); 312 sm->RemoveSystemAbility(saId); 344 sm->RemoveSystemAbility(systemAbilityId); 432 sm->RemoveSystemAbility(systemAbilityId); 451 sm->RemoveSystemAbility(systemAbilityId); [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | system_ability_helper.h | 45 static bool RemoveSystemAbility(const int32_t systemAbilityId);
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | manage.rs | 25 RemoveSystemAbility, SendStrategy, SubscribeSystemAbility, SubscribeSystemProcess, 118 RemoveSystemAbility(said) in remove_system_ability()
|
H A D | wrapper.rs | 78 fn RemoveSystemAbility(said: i32) -> i32; in RemoveSystemAbility() function
|
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgrcoverage_fuzzer/ |
H A D | samgrcoverage_fuzzer.cpp | 95 saMgr->RemoveSystemAbility(SAID); in FuzzOndemandLoad() 99 saMgr->RemoveSystemAbility(testAbility); in FuzzOndemandLoad()
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/src/appmgr/ |
H A D | system_ability_helper.cpp | 52 bool SystemAbilityHelper::RemoveSystemAbility(const int32_t systemAbilityId) in RemoveSystemAbility() function in OHOS::AppExecFwk::SystemAbilityHelper
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/test/mock/src/ |
H A D | system_ability_helper.cpp | 48 bool SystemAbilityHelper::RemoveSystemAbility(const int32_t systemAbilityId) in RemoveSystemAbility() function in OHOS::AppExecFwk::SystemAbilityHelper
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | ability_death_recipient.cpp | 26 SystemAbilityManager::GetInstance()->RemoveSystemAbility(remote.promote()); in OnRemoteDied()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | system_ability_helper.cpp | 50 bool SystemAbilityHelper::RemoveSystemAbility(const int32_t systemAbilityId) in RemoveSystemAbility() function in OHOS::AppExecFwk::SystemAbilityHelper
|
H A D | installd_service.cpp | 129 SystemAbilityHelper::RemoveSystemAbility(INSTALLD_SERVICE_ID); in Stop()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/systemabilityhelper_fuzzer/ |
H A D | systemabilityhelper_fuzzer.cpp | 32 helper.RemoveSystemAbility(systemAbilityId); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/ |
H A D | libsamgr_proxy.versionscript | 20 *RemoveSystemAbility*;
|
/ohos5.0/base/location/test/mock/include/ |
H A D | mock_if_system_ability_manager.h | 31 MOCK_METHOD(int32_t, RemoveSystemAbility, (int32_t systemAbilityId));
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/ |
H A D | mock_system_ability_manager.h | 37 MOCK_METHOD1(RemoveSystemAbility, int32_t(int32_t));
|
/ohos5.0/base/notification/common_event_service/tools/test/mock/ |
H A D | mock_system_ability_manager.h | 37 MOCK_METHOD1(RemoveSystemAbility, int32_t(int32_t));
|
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/ |
H A D | system_ability.cpp | 131 int32_t ret = samgrProxy->RemoveSystemAbility(systemAbilityId); in StopAbility() 275 int32_t ret = samgrProxy->RemoveSystemAbility(saId_); in Stop()
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/ |
H A D | system_ability_manager_wrapper.cpp | 132 int32_t RemoveSystemAbility(int32_t systemAbilityId) in RemoveSystemAbility() function 138 return sysm->RemoveSystemAbility(systemAbilityId); in RemoveSystemAbility()
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/acfwk/test/mock/src/ |
H A D | mock_service_registry.cpp | 109 int32_t SystemAbilityManagerProxy::RemoveSystemAbility(int32_t systemAbilityId) in RemoveSystemAbility() function in OHOS::SystemAbilityManagerProxy
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/ |
H A D | vsync_test.cpp | 109 sam->RemoveSystemAbility(systemAbilityID); in Process1()
|
/ohos5.0/foundation/systemabilitymgr/samgr/test/unittest/ |
H A D | system_ability_manager_test.cpp | 498 saMgr->RemoveSystemAbility(DISTRIBUTED_SCHED_TEST_TT_ID); 533 saMgr->RemoveSystemAbility(DISTRIBUTED_SCHED_TEST_TT_ID);
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/ |
H A D | system_ability_manager_wrapper.h | 44 int32_t RemoveSystemAbility(int32_t systemAbilityId);
|
/ohos5.0/base/security/access_token/services/test/mock/aafwk/ |
H A D | mock_service_registry.cpp | 121 int32_t SystemAbilityManagerProxy::RemoveSystemAbility(int32_t systemAbilityId) in RemoveSystemAbility() function in OHOS::SystemAbilityManagerProxy
|
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/mock/ |
H A D | if_system_ability_manager_mock.h | 28 MOCK_METHOD1(RemoveSystemAbility, int32_t(int32_t systemAbilityId));
|