Home
last modified time | relevance | path

Searched refs:IsMemorySizeSufficent (Results 1 - 21 of 21) sorted by relevance

/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler_client.h70 MOCK_METHOD0(IsMemorySizeSufficent, bool());
H A Dmock_app_scheduler.h70 MOCK_METHOD0(IsMemorySizeSufficent, bool());
H A Dmock_ams_mgr_scheduler.h67 MOCK_METHOD0(IsMemorySizeSufficent, bool());
H A Dmock_application_proxy.h62 MOCK_METHOD0(IsMemorySizeSufficent, bool());
H A Dmock_application.h61 MOCK_METHOD0(IsMemorySizeSufficent, bool());
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dams_mgr_interface.h389 virtual bool IsMemorySizeSufficent() = 0;
H A Dams_mgr_proxy.h351 virtual bool IsMemorySizeSufficent() override;
H A Dapp_mgr_client.h797 bool IsMemorySizeSufficent() const;
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
H A Dmock_app_scheduler.cpp178 bool AppScheduler::IsMemorySizeSufficent() const in IsMemorySizeSufficent() function in OHOS::AAFwk::AppScheduler
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dams_mgr_scheduler.h383 virtual bool IsMemorySizeSufficent() override;
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_scheduler.cpp595 bool AppScheduler::IsMemorySizeSufficent() const in IsMemorySizeSufficent() function in OHOS::AAFwk::AppScheduler
601 return appMgrClient_->IsMemorySizeSufficent(); in IsMemorySizeSufficent()
H A Dability_connect_manager.cpp2188 if (DelayedSingleton<AppScheduler>::GetInstance()->IsMemorySizeSufficent() || in KeepAbilityAlive()
H A Dability_manager_service.cpp6518 if (keepAliveEnable && DelayedSingleton<AppScheduler>::GetInstance()->IsMemorySizeSufficent()) { in KillProcess()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dapp_scheduler.h525 virtual bool IsMemorySizeSufficent() const;
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/
H A Dams_mgr_scheduler_test.cpp740 bool res = amsMgrScheduler->IsMemorySizeSufficent(); in HWTEST_F()
744 res = amsMgrScheduler->IsMemorySizeSufficent(); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_second_test/
H A Dams_mgr_scheduler_second_test.cpp1709 auto ret = amsMgrScheduler->IsMemorySizeSufficent(); in HWTEST_F()
1731 auto ret = amsMgrScheduler->IsMemorySizeSufficent(); in HWTEST_F()
1753 auto ret = amsMgrScheduler->IsMemorySizeSufficent(); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dams_mgr_scheduler.cpp636 bool AmsMgrScheduler::IsMemorySizeSufficent() in IsMemorySizeSufficent() function in OHOS::AppExecFwk::AmsMgrScheduler
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp1233 bool AppMgrClient::IsMemorySizeSufficent() const in IsMemorySizeSufficent() function in OHOS::AppExecFwk::AppMgrClient
1245 return amsService->IsMemorySizeSufficent(); in IsMemorySizeSufficent()
H A Dams_mgr_stub.cpp766 auto result = IsMemorySizeSufficent(); in HandleIsMemorySizeSufficent()
H A Dams_mgr_proxy.cpp1161 bool AmsMgrProxy::IsMemorySizeSufficent() in IsMemorySizeSufficent() function in OHOS::AppExecFwk::AmsMgrProxy
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp200 bool res = appMgrClient->IsMemorySizeSufficent(); in HWTEST_F()

Completed in 47 milliseconds