Home
last modified time | relevance | path

Searched refs:updateEnable (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dresident_process_manager.cpp150 const std::string &mainElement, bool updateEnable, int32_t userId) in UpdateMainElement() argument
158 bundleName.c_str(), mainElement.c_str(), updateEnable, userId); in UpdateMainElement()
216 const std::string &bundleName, const std::string &callerName, bool updateEnable) in SetResidentProcessEnabled() argument
237 if (updateEnable == localEnable) { in SetResidentProcessEnabled()
242 rdbResult = rdb.UpdateResidentProcessEnable(bundleName, updateEnable); in SetResidentProcessEnabled()
251 … IN_PROCESS_CALL_WITHOUT_RET(appMgrClient->SetKeepAliveEnableState(bundleName, updateEnable, 0)); in SetResidentProcessEnabled()
254 ffrt::submit([self = shared_from_this(), bundleName, localEnable, updateEnable]() { in SetResidentProcessEnabled()
255 self->UpdateResidentProcessesStatus(bundleName, localEnable, updateEnable); in SetResidentProcessEnabled()
261 const std::string &bundleName, bool localEnable, bool updateEnable) in UpdateResidentProcessesStatus() argument
286 if (updateEnable && !localEnable) { in UpdateResidentProcessesStatus()
[all …]
H A Dability_connect_manager.cpp3260 const std::string &moduleName, const std::string &mainElement, bool updateEnable) in UpdateKeepAliveEnableState() argument
3270 bundleName.c_str(), moduleName.c_str(), mainElement.c_str(), updateEnable); in UpdateKeepAliveEnableState()
3271 abilityRecord->SetKeepAliveBundle(updateEnable); in UpdateKeepAliveEnableState()
H A Dability_manager_service.cpp12586 … const std::string &moduleName, const std::string &mainElement, bool updateEnable, int32_t userId) in UpdateKeepAliveEnableState() argument
12590 …et = connectManager->UpdateKeepAliveEnableState(bundleName, moduleName, mainElement, updateEnable); in UpdateKeepAliveEnableState()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dresident_process_manager.h68 …entProcessEnabled(const std::string &bundleName, const std::string &callerName, bool updateEnable);
79 … UpdateResidentProcessesStatus(const std::string &bundleName, bool localEnable, bool updateEnable);
82 const std::string &mainElement, bool updateEnable, int32_t userId);
H A Dability_connect_manager.h334 const std::string &mainElement, bool updateEnable);
H A Dability_manager_service.h1825 const std::string &mainElement, bool updateEnable, int32_t userId);
/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_controller.cpp183 void WakeupController::ChangeWakeupSourceConfig(bool updateEnable) in ChangeWakeupSourceConfig() argument
211 if (originEnable == updateEnable) { in ChangeWakeupSourceConfig()
216 root["touchscreen"]["enable"] = updateEnable; in ChangeWakeupSourceConfig()
H A Dwakeup_controller.h58 static void ChangeWakeupSourceConfig(bool updateEnable);