Home
last modified time | relevance | path

Searched refs:SetKeepAliveEnableState (Results 1 - 20 of 20) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/resident_process/
H A Dresident_process_manager.cpp169 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 Dcache_process_manager_test.cpp72 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 Dams_mgr_interface.h376 virtual void SetKeepAliveEnableState(const std::string &bundleName, bool enable, int32_t uid) {}; in SetKeepAliveEnableState() function in OHOS::AppExecFwk::IAmsMgr
H A Dams_mgr_proxy.h338 void SetKeepAliveEnableState(const std::string &bundleName, bool enable, int32_t uid) override;
H A Dapp_mgr_client.h674 void SetKeepAliveEnableState(const std::string &bundleName, bool enable, int32_t uid);
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dams_mgr_scheduler.h370 void SetKeepAliveEnableState(const std::string &bundleName, bool enable, int32_t uid) override;
H A Dapp_running_record.h609 void SetKeepAliveEnableState(bool isKeepAliveEnable);
H A Dapp_mgr_service_inner.h1259 void SetKeepAliveEnableState(const std::string &bundleName, bool enable, int32_t uid);
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dams_mgr_scheduler.cpp607 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 Dapp_running_record.cpp1480 void AppRunningRecord::SetKeepAliveEnableState(bool isKeepAliveEnable) in SetKeepAliveEnableState() function in OHOS::AppExecFwk::AppRunningRecord
H A Dapp_mgr_service_inner.cpp2464 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 Dapp_mgr_service_inner_test.cpp597 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 Dapp_mgr_service_inner_second_test.cpp992 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 Dapp_mgr_client.cpp683 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 Dams_mgr_stub.cpp711 SetKeepAliveEnableState(bundleName, enable, uid); in HandleSetKeepAliveEnableState()
H A Dams_mgr_proxy.cpp940 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 Dapp_mgr_client_test.cpp1359 * @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 Dapp_running_manager_second_test.cpp294 record1->SetKeepAliveEnableState(true); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/
H A Dapp_state_observer_manager_test.cpp111 appRecord->SetKeepAliveEnableState(false); in MockAppRecord()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp6568 GetInstance()->SetKeepAliveEnableState(bundleName, false, uid)); in UninstallAppInner()

Completed in 67 milliseconds