/foundation/ability/ability_runtime/services/abilitymgr/src/resident_process/ |
H A D | resident_process_manager.cpp | 169 IN_PROCESS_CALL_WITHOUT_RET(appMgrClient->SetKeepAliveEnableState(bundleName, updateEnable, 0)); in SetResidentProcessEnabled() 258 IN_PROCESS_CALL_WITHOUT_RET(appMgrClient->SetKeepAliveEnableState(bundleName, localEnable, 0)); in OnAppStateChanged()
|
/foundation/ability/ability_runtime/test/unittest/cache_process_manager_test/ |
H A D | cache_process_manager_test.cpp | 72 appRecord->SetKeepAliveEnableState(false); in MockAppRecord() 133 appRecord->SetKeepAliveEnableState(true); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | ams_mgr_interface.h | 376 virtual void SetKeepAliveEnableState(const std::string &bundleName, bool enable, int32_t uid) {}; in SetKeepAliveEnableState() function in OHOS::AppExecFwk::IAmsMgr
|
H A D | ams_mgr_proxy.h | 338 void SetKeepAliveEnableState(const std::string &bundleName, bool enable, int32_t uid) override;
|
H A D | app_mgr_client.h | 674 void SetKeepAliveEnableState(const std::string &bundleName, bool enable, int32_t uid);
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | ams_mgr_scheduler.h | 370 void SetKeepAliveEnableState(const std::string &bundleName, bool enable, int32_t uid) override;
|
H A D | app_running_record.h | 609 void SetKeepAliveEnableState(bool isKeepAliveEnable);
|
H A D | app_mgr_service_inner.h | 1259 void SetKeepAliveEnableState(const std::string &bundleName, bool enable, int32_t uid);
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | ams_mgr_scheduler.cpp | 607 void AmsMgrScheduler::SetKeepAliveEnableState(const std::string &bundleName, bool enable, int32_t uid) in SetKeepAliveEnableState() function in OHOS::AppExecFwk::AmsMgrScheduler 613 amsMgrServiceInner_->SetKeepAliveEnableState(bundleName, enable, uid); in SetKeepAliveEnableState()
|
H A D | app_running_record.cpp | 1480 void AppRunningRecord::SetKeepAliveEnableState(bool isKeepAliveEnable) in SetKeepAliveEnableState() function in OHOS::AppExecFwk::AppRunningRecord
|
H A D | app_mgr_service_inner.cpp | 2464 appRecord->SetKeepAliveEnableState(bundleInfo.isKeepAlive); in CreateAppRunningRecord() 4003 appRecord->SetKeepAliveEnableState(true); in StartEmptyResidentProcess() 7668 void AppMgrServiceInner::SetKeepAliveEnableState(const std::string &bundleName, bool enable, int32_t uid) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner 7693 appRecord->SetKeepAliveEnableState(enable); in NotifyAppFaultBySA()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 597 appRecord->SetKeepAliveEnableState(false); in HWTEST_F() 600 appRecord->SetKeepAliveEnableState(true); in HWTEST_F() 604 appRecord->SetKeepAliveEnableState(true); in HWTEST_F() 608 appRecord->SetKeepAliveEnableState(false); in HWTEST_F() 776 appRecord->SetKeepAliveEnableState(false); in HWTEST_F() 780 appRecord->SetKeepAliveEnableState(true); in HWTEST_F() 784 appRecord->SetKeepAliveEnableState(true); in HWTEST_F() 788 appRecord->SetKeepAliveEnableState(false); in HWTEST_F() 1522 appRecord->SetKeepAliveEnableState(true); in HWTEST_F() 3862 appRecord->SetKeepAliveEnableState(fals in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/ |
H A D | app_mgr_service_inner_second_test.cpp | 992 appRecord->SetKeepAliveEnableState(false); in HWTEST_F() 994 appRecord->SetKeepAliveEnableState(true); in HWTEST_F() 997 appRecord->SetKeepAliveEnableState(true); in HWTEST_F() 1000 appRecord->SetKeepAliveEnableState(false); in HWTEST_F() 1694 appRecord->SetKeepAliveEnableState(true); in HWTEST_F() 1875 appRecord->SetKeepAliveEnableState(true); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_client.cpp | 683 void AppMgrClient::SetKeepAliveEnableState(const std::string &bundleName, bool enable, int32_t uid) in SetKeepAliveEnableState() function in OHOS::AppExecFwk::AppMgrClient 688 amsService_->SetKeepAliveEnableState(bundleName, enable, uid); in SetKeepAliveEnableState()
|
H A D | ams_mgr_stub.cpp | 711 SetKeepAliveEnableState(bundleName, enable, uid); in HandleSetKeepAliveEnableState()
|
H A D | ams_mgr_proxy.cpp | 940 void AmsMgrProxy::SetKeepAliveEnableState(const std::string &bundleName, bool enable, int32_t uid) in SetKeepAliveEnableState() function in OHOS::AppExecFwk::AmsMgrProxy
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/ |
H A D | app_mgr_client_test.cpp | 1359 * @tc.desc: SetKeepAliveEnableState. 1367 appMgrClient->SetKeepAliveEnableState(bundleName, enable, 0); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/app_running_manager_second_test/ |
H A D | app_running_manager_second_test.cpp | 294 record1->SetKeepAliveEnableState(true); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/ |
H A D | app_state_observer_manager_test.cpp | 111 appRecord->SetKeepAliveEnableState(false); in MockAppRecord()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_service.cpp | 6568 GetInstance()->SetKeepAliveEnableState(bundleName, false, uid)); in UninstallAppInner()
|