Home
last modified time | relevance | path

Searched refs:UnloadAllIdleSystemAbility (Results 1 - 25 of 25) sorted by relevance

/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() functions
/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_system_ability_manager.h58 MOCK_METHOD0(UnloadAllIdleSystemAbility, int32_t());
/foundation/resourceschedule/memmgr/services/memmgrservice/src/memory_level_manager/
H A Dmemory_level_manager.cpp146 int32_t ret = systemAbilityManager->UnloadAllIdleSystemAbility(); in NotifyMemoryLevelToSystemAbilityManager()
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/include/
H A Dondemand_helper.h54 int32_t UnloadAllIdleSystemAbility();
H A Dmanual_ondemand_helper.h61 int32_t UnloadAllIdleSystemAbility();
/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dmock_system_ability_manager.h104 int32_t UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function in OHOS::MockSystemAbilityManager
/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
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/
H A Dsystem_ability_manager_wrapper.h56 int32_t UnloadAllIdleSystemAbility();
/foundation/filemanagement/dfs_service/test/mock/
H A Dif_system_ability_manager_mock.h47 MOCK_METHOD0(UnloadAllIdleSystemAbility, int32_t());
/foundation/filemanagement/user_file_service/test/unittest/mock/
H A Dif_system_ability_manager_mock.h47 MOCK_METHOD0(UnloadAllIdleSystemAbility, int32_t());
/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()
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_service_registry.cpp231 int32_t SystemAbilityManagerProxy::UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function in OHOS::SystemAbilityManagerProxy
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_manager_proxy.h188 * UnloadAllIdleSystemAbility, unload all idle sa.
193 int32_t UnloadAllIdleSystemAbility() override;
H A Dif_system_ability_manager.h223 * UnloadAllIdleSystemAbility, unload all idle sa.
228 virtual int32_t UnloadAllIdleSystemAbility() = 0;
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_load_test.cpp799 * @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 Dmanual_ondemand_helper.cpp790 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 Dondemand_helper.cpp127 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 Dsystem_ability_mgr_proxy_test.cpp1004 * @tc.desc: UnloadAllIdleSystemAbility
1011 int32_t res = samgrProxy->UnloadAllIdleSystemAbility(); in HWTEST_F()
/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_scheduler.h48 int32_t UnloadAllIdleSystemAbility();
/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h169 int32_t UnloadAllIdleSystemAbility() override;
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp1752 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 Dsystem_ability_manager_stub.cpp773 int32_t result = UnloadAllIdleSystemAbility(); in UnloadAllIdleSystemAbilityInner()
/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_manager_proxy.cpp823 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 Dsystem_ability_state_scheduler.cpp722 int32_t SystemAbilityStateScheduler::UnloadAllIdleSystemAbility() in UnloadAllIdleSystemAbility() function in OHOS::SystemAbilityStateScheduler

Completed in 26 milliseconds