Home
last modified time | relevance | path

Searched refs:RemoveSystemAbility (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dsystem_ability_helper.cpp52 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 Dsystem_ability_manager.cpp148 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 Dsystem_ability_mgr_test.cpp146 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 Dsystem_ability_helper.h45 static bool RemoveSystemAbility(const int32_t systemAbilityId);
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Dmanage.rs25 RemoveSystemAbility, SendStrategy, SubscribeSystemAbility, SubscribeSystemProcess,
118 RemoveSystemAbility(said) in remove_system_ability()
H A Dwrapper.rs78 fn RemoveSystemAbility(said: i32) -> i32; in RemoveSystemAbility() function
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgrcoverage_fuzzer/
H A Dsamgrcoverage_fuzzer.cpp95 saMgr->RemoveSystemAbility(SAID); in FuzzOndemandLoad()
99 saMgr->RemoveSystemAbility(testAbility); in FuzzOndemandLoad()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/src/appmgr/
H A Dsystem_ability_helper.cpp52 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 Dsystem_ability_helper.cpp48 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 Dability_death_recipient.cpp26 SystemAbilityManager::GetInstance()->RemoveSystemAbility(remote.promote()); in OnRemoteDied()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dsystem_ability_helper.cpp50 bool SystemAbilityHelper::RemoveSystemAbility(const int32_t systemAbilityId) in RemoveSystemAbility() function in OHOS::AppExecFwk::SystemAbilityHelper
H A Dinstalld_service.cpp129 SystemAbilityHelper::RemoveSystemAbility(INSTALLD_SERVICE_ID); in Stop()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/systemabilityhelper_fuzzer/
H A Dsystemabilityhelper_fuzzer.cpp32 helper.RemoveSystemAbility(systemAbilityId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/
H A Dlibsamgr_proxy.versionscript20 *RemoveSystemAbility*;
/ohos5.0/base/location/test/mock/include/
H A Dmock_if_system_ability_manager.h31 MOCK_METHOD(int32_t, RemoveSystemAbility, (int32_t systemAbilityId));
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_system_ability_manager.h37 MOCK_METHOD1(RemoveSystemAbility, int32_t(int32_t));
/ohos5.0/base/notification/common_event_service/tools/test/mock/
H A Dmock_system_ability_manager.h37 MOCK_METHOD1(RemoveSystemAbility, int32_t(int32_t));
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dsystem_ability.cpp131 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 Dsystem_ability_manager_wrapper.cpp132 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 Dmock_service_registry.cpp109 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 Dvsync_test.cpp109 sam->RemoveSystemAbility(systemAbilityID); in Process1()
/ohos5.0/foundation/systemabilitymgr/samgr/test/unittest/
H A Dsystem_ability_manager_test.cpp498 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 Dsystem_ability_manager_wrapper.h44 int32_t RemoveSystemAbility(int32_t systemAbilityId);
/ohos5.0/base/security/access_token/services/test/mock/aafwk/
H A Dmock_service_registry.cpp121 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 Dif_system_ability_manager_mock.h28 MOCK_METHOD1(RemoveSystemAbility, int32_t(int32_t systemAbilityId));

12