/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() functions
|
/foundation/ability/ability_runtime/test/mock/common/include/ |
H A D | mock_system_ability_manager.h | 58 MOCK_METHOD0(UnloadAllIdleSystemAbility, int32_t());
|
/foundation/resourceschedule/memmgr/services/memmgrservice/src/memory_level_manager/ |
H A D | memory_level_manager.cpp | 146 int32_t ret = systemAbilityManager->UnloadAllIdleSystemAbility(); in NotifyMemoryLevelToSystemAbilityManager()
|
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/include/ |
H A D | ondemand_helper.h | 54 int32_t UnloadAllIdleSystemAbility();
|
H A D | manual_ondemand_helper.h | 61 int32_t UnloadAllIdleSystemAbility();
|
/foundation/ability/form_fwk/test/unittest/form_mgr_test/ |
H A D | mock_system_ability_manager.h | 104 int32_t UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function in OHOS::MockSystemAbilityManager
|
/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
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/ |
H A D | system_ability_manager_wrapper.h | 56 int32_t UnloadAllIdleSystemAbility();
|
/foundation/filemanagement/dfs_service/test/mock/ |
H A D | if_system_ability_manager_mock.h | 47 MOCK_METHOD0(UnloadAllIdleSystemAbility, int32_t());
|
/foundation/filemanagement/user_file_service/test/unittest/mock/ |
H A D | if_system_ability_manager_mock.h | 47 MOCK_METHOD0(UnloadAllIdleSystemAbility, int32_t());
|
/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()
|
/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_service_registry.cpp | 231 int32_t SystemAbilityManagerProxy::UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function in OHOS::SystemAbilityManagerProxy
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | system_ability_manager_proxy.h | 188 * UnloadAllIdleSystemAbility, unload all idle sa. 193 int32_t UnloadAllIdleSystemAbility() override;
|
H A D | if_system_ability_manager.h | 223 * UnloadAllIdleSystemAbility, unload all idle sa. 228 virtual int32_t UnloadAllIdleSystemAbility() = 0;
|
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | system_ability_mgr_load_test.cpp | 799 * @tc.desc: UnloadAllIdleSystemAbility process is memmgrservice 808 int32_t ret = saMgr->UnloadAllIdleSystemAbility(); in HWTEST_F() 814 * @tc.desc: UnloadAllIdleSystemAbility abilityStateScheduler_ is null 823 int32_t ret = saMgr->UnloadAllIdleSystemAbility(); in HWTEST_F() 830 * @tc.desc: UnloadAllIdleSystemAbility process is not memmgrservice 837 int32_t ret = saMgr->UnloadAllIdleSystemAbility(); in HWTEST_F()
|
H A D | manual_ondemand_helper.cpp | 790 int32_t OnDemandHelper::UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function in OHOS::OnDemandHelper 796 cout << "UnloadAllIdleSystemAbility samgr object null!" << endl; in UnloadAllIdleSystemAbility() 799 int32_t result = sm->UnloadAllIdleSystemAbility(); in UnloadAllIdleSystemAbility() 801 cout << "UnloadAllIdleSystemAbility failed, result code:" << result << endl; in UnloadAllIdleSystemAbility() 804 cout << "UnloadAllIdleSystemAbility result:" << result << GetTickCount() - begin << endl; in UnloadAllIdleSystemAbility() 1541 ondemandHelper.UnloadAllIdleSystemAbility(); in TestIntCommand() 1568 ondemandHelper.UnloadAllIdleSystemAbility(); in TestStringCommand()
|
H A D | ondemand_helper.cpp | 127 int32_t OnDemandHelper::UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function in OHOS::OnDemandHelper 133 cout << "UnloadAllIdleSystemAbility samgr object null!" << endl; in UnloadAllIdleSystemAbility() 136 int32_t result = sm->UnloadAllIdleSystemAbility(); in UnloadAllIdleSystemAbility() 138 cout << "UnloadAllIdleSystemAbility failed, result code:" << result << endl; in UnloadAllIdleSystemAbility() 141 cout << "UnloadAllIdleSystemAbility result:" << result << " spend:" << (GetTickCount() - begin) << "ms" << endl; in UnloadAllIdleSystemAbility() 1489 ondemandHelper.UnloadAllIdleSystemAbility(); in TestIntCommand() 1516 ondemandHelper.UnloadAllIdleSystemAbility(); in TestStringCommand()
|
H A D | system_ability_mgr_proxy_test.cpp | 1004 * @tc.desc: UnloadAllIdleSystemAbility 1011 int32_t res = samgrProxy->UnloadAllIdleSystemAbility(); in HWTEST_F()
|
/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/ |
H A D | system_ability_state_scheduler.h | 48 int32_t UnloadAllIdleSystemAbility();
|
/foundation/systemabilitymgr/samgr/services/samgr/native/include/ |
H A D | system_ability_manager.h | 169 int32_t UnloadAllIdleSystemAbility() override;
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager.cpp | 1752 int32_t SystemAbilityManager::UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function in OHOS::SystemAbilityManager 1755 HILOGE("UnloadAllIdleSystemAbility invalid caller process, only support for memmgrservice"); in UnloadAllIdleSystemAbility() 1762 return abilityStateScheduler_->UnloadAllIdleSystemAbility(); in UnloadAllIdleSystemAbility()
|
H A D | system_ability_manager_stub.cpp | 773 int32_t result = UnloadAllIdleSystemAbility(); in UnloadAllIdleSystemAbilityInner()
|
/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 825 HILOGI("UnloadAllIdleSystemAbility called"); in UnloadAllIdleSystemAbility() 828 HILOGE("UnloadAllIdleSystemAbility remote is nullptr"); in UnloadAllIdleSystemAbility() 834 HILOGE("UnloadAllIdleSystemAbility write interface token failed"); in UnloadAllIdleSystemAbility() 843 HILOGE("UnloadAllIdleSystemAbility SendRequest error:%{public}d", err); in UnloadAllIdleSystemAbility() 846 HILOGD("UnloadAllIdleSystemAbility SendRequest succeed"); in UnloadAllIdleSystemAbility()
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/ |
H A D | system_ability_state_scheduler.cpp | 722 int32_t SystemAbilityStateScheduler::UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function in OHOS::SystemAbilityStateScheduler
|