Searched refs:updateEnable (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | resident_process_manager.cpp | 150 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 D | ability_connect_manager.cpp | 3260 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 D | ability_manager_service.cpp | 12586 … 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 D | resident_process_manager.h | 68 …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 D | ability_connect_manager.h | 334 const std::string &mainElement, bool updateEnable);
|
H A D | ability_manager_service.h | 1825 const std::string &mainElement, bool updateEnable, int32_t userId);
|
/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup/ |
H A D | wakeup_controller.cpp | 183 void WakeupController::ChangeWakeupSourceConfig(bool updateEnable) in ChangeWakeupSourceConfig() argument 211 if (originEnable == updateEnable) { in ChangeWakeupSourceConfig() 216 root["touchscreen"]["enable"] = updateEnable; in ChangeWakeupSourceConfig()
|
H A D | wakeup_controller.h | 58 static void ChangeWakeupSourceConfig(bool updateEnable);
|