/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | manage.rs | 27 UnloadAllIdleSystemAbility, UnloadSystemAbility, 215 UnloadAllIdleSystemAbility() in unload_all_idle_system_ability()
|
H A D | wrapper.rs | 99 fn UnloadAllIdleSystemAbility() -> i32; in UnloadAllIdleSystemAbility() function
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/ |
H A D | mock_system_ability_manager.h | 58 MOCK_METHOD0(UnloadAllIdleSystemAbility, int32_t());
|
/ohos5.0/base/notification/common_event_service/tools/test/mock/ |
H A D | mock_system_ability_manager.h | 58 MOCK_METHOD0(UnloadAllIdleSystemAbility, int32_t());
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/ |
H A D | system_ability_manager_wrapper.cpp | 213 int32_t UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function 219 return sysm->UnloadAllIdleSystemAbility(); in UnloadAllIdleSystemAbility()
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/memory_level_manager/ |
H A D | memory_level_manager.cpp | 146 int32_t ret = systemAbilityManager->UnloadAllIdleSystemAbility(); in NotifyMemoryLevelToSystemAbilityManager()
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/ |
H A D | system_ability_manager_wrapper.h | 56 int32_t UnloadAllIdleSystemAbility();
|
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/mock/ |
H A D | if_system_ability_manager_mock.h | 47 MOCK_METHOD0(UnloadAllIdleSystemAbility, int32_t());
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/ |
H A D | mock_system_ability_manager.h | 104 int32_t UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/ |
H A D | mock_service_registry.cpp | 225 int32_t SystemAbilityManagerProxy::UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function in OHOS::SystemAbilityManagerProxy
|
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/src/ |
H A D | mock_service_registry.cpp | 118 int32_t SystemAbilityManagerProxy::UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function in OHOS::SystemAbilityManagerProxy
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_service_registry.cpp | 226 int32_t SystemAbilityManagerProxy::UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function in OHOS::SystemAbilityManagerProxy
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | if_system_ability_manager.h | 228 virtual int32_t UnloadAllIdleSystemAbility() = 0;
|
H A D | system_ability_manager_proxy.h | 193 int32_t UnloadAllIdleSystemAbility() override;
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/ |
H A D | system_ability_state_scheduler.h | 48 int32_t UnloadAllIdleSystemAbility();
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | system_ability_mgr_new_test.cpp | 591 int32_t ret = saMgr->UnloadAllIdleSystemAbility(); 606 int32_t ret = saMgr->UnloadAllIdleSystemAbility(); 620 int32_t ret = saMgr->UnloadAllIdleSystemAbility();
|
H A D | system_ability_mgr_proxy_test.cpp | 1011 int32_t res = samgrProxy->UnloadAllIdleSystemAbility();
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/ |
H A D | system_ability_manager.h | 146 int32_t UnloadAllIdleSystemAbility() override;
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager.cpp | 1803 int32_t SystemAbilityManager::UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function in OHOS::SystemAbilityManager 1813 return abilityStateScheduler_->UnloadAllIdleSystemAbility(); in UnloadAllIdleSystemAbility()
|
H A D | system_ability_manager_stub.cpp | 773 int32_t result = UnloadAllIdleSystemAbility(); in UnloadAllIdleSystemAbilityInner()
|
/ohos5.0/foundation/systemabilitymgr/samgr/frameworks/native/source/ |
H A D | system_ability_manager_proxy.cpp | 823 int32_t SystemAbilityManagerProxy::UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function in OHOS::SystemAbilityManagerProxy
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/ |
H A D | system_ability_state_scheduler.cpp | 738 int32_t SystemAbilityStateScheduler::UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function in OHOS::SystemAbilityStateScheduler
|