Searched refs:UpdateKeepAliveEnableState (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | resident_process_manager.cpp | 154 …auto ret = abilityMs->UpdateKeepAliveEnableState(bundleName, moduleName, mainElement, updateEnable… in UpdateMainElement()
|
H A D | ability_connect_manager.cpp | 3259 int32_t AbilityConnectManager::UpdateKeepAliveEnableState(const std::string &bundleName, in UpdateKeepAliveEnableState() function in OHOS::AAFwk::AbilityConnectManager
|
H A D | ability_manager_service.cpp | 12585 int32_t AbilityManagerService::UpdateKeepAliveEnableState(const std::string &bundleName, in UpdateKeepAliveEnableState() function in OHOS::AAFwk::AbilityManagerService 12590 …int32_t ret = connectManager->UpdateKeepAliveEnableState(bundleName, moduleName, mainElement, upda… in UpdateKeepAliveEnableState()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_connect_manager.h | 333 int32_t UpdateKeepAliveEnableState(const std::string &bundleName, const std::string &moduleName,
|
H A D | ability_manager_service.h | 1824 int32_t UpdateKeepAliveEnableState(const std::string &bundleName, const std::string &moduleName,
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_second_test/ |
H A D | ability_manager_service_second_test.cpp | 1794 auto ret = abilityMs_->UpdateKeepAliveEnableState("bundle", "entry", "mainAbility", true, 0);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_connect_manager_test/ |
H A D | ability_connect_manager_test.cpp | 3283 auto ret = connectManager->UpdateKeepAliveEnableState("bundle", "entry", "mainAbility", true);
|