Home
last modified time | relevance | path

Searched refs:UnloadAllIdleSystemAbility (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Dmanage.rs27 UnloadAllIdleSystemAbility, UnloadSystemAbility,
215 UnloadAllIdleSystemAbility() in unload_all_idle_system_ability()
H A Dwrapper.rs99 fn UnloadAllIdleSystemAbility() -> i32; in UnloadAllIdleSystemAbility() function
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_system_ability_manager.h58 MOCK_METHOD0(UnloadAllIdleSystemAbility, int32_t());
/ohos5.0/base/notification/common_event_service/tools/test/mock/
H A Dmock_system_ability_manager.h58 MOCK_METHOD0(UnloadAllIdleSystemAbility, int32_t());
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H A Dsystem_ability_manager_wrapper.cpp213 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 Dmemory_level_manager.cpp146 int32_t ret = systemAbilityManager->UnloadAllIdleSystemAbility(); in NotifyMemoryLevelToSystemAbilityManager()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/
H A Dsystem_ability_manager_wrapper.h56 int32_t UnloadAllIdleSystemAbility();
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/mock/
H A Dif_system_ability_manager_mock.h47 MOCK_METHOD0(UnloadAllIdleSystemAbility, int32_t());
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dmock_system_ability_manager.h104 int32_t UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_service_registry.cpp225 int32_t SystemAbilityManagerProxy::UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/src/
H A Dmock_service_registry.cpp118 int32_t SystemAbilityManagerProxy::UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_service_registry.cpp226 int32_t SystemAbilityManagerProxy::UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dif_system_ability_manager.h228 virtual int32_t UnloadAllIdleSystemAbility() = 0;
H A Dsystem_ability_manager_proxy.h193 int32_t UnloadAllIdleSystemAbility() override;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_scheduler.h48 int32_t UnloadAllIdleSystemAbility();
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_new_test.cpp591 int32_t ret = saMgr->UnloadAllIdleSystemAbility();
606 int32_t ret = saMgr->UnloadAllIdleSystemAbility();
620 int32_t ret = saMgr->UnloadAllIdleSystemAbility();
H A Dsystem_ability_mgr_proxy_test.cpp1011 int32_t res = samgrProxy->UnloadAllIdleSystemAbility();
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h146 int32_t UnloadAllIdleSystemAbility() override;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp1803 int32_t SystemAbilityManager::UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function in OHOS::SystemAbilityManager
1813 return abilityStateScheduler_->UnloadAllIdleSystemAbility(); in UnloadAllIdleSystemAbility()
H A Dsystem_ability_manager_stub.cpp773 int32_t result = UnloadAllIdleSystemAbility(); in UnloadAllIdleSystemAbilityInner()
/ohos5.0/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_manager_proxy.cpp823 int32_t SystemAbilityManagerProxy::UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp738 int32_t SystemAbilityStateScheduler::UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function in OHOS::SystemAbilityStateScheduler