Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/rdb/
H A Dparser_util.cpp90 std::string KeepAliveEnable = "1"; in FilterInfoFromJson() local
111 KeepAliveEnable = std::to_string(val); in FilterInfoFromJson()
119 list.emplace_back(std::make_tuple(bundleName, KeepAliveEnable, KeepAliveConfiguredList)); in FilterInfoFromJson()
121 KeepAliveEnable = "1"; in FilterInfoFromJson()