Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp46 const std::string APPLICATION_KEEP_ALIVE = "keepAlive"; variable
171 {APPLICATION_KEEP_ALIVE, applicationInfo.keepAlive}, in to_json()
349 APPLICATION_KEEP_ALIVE, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp49 const char* APPLICATION_KEEP_ALIVE = "keepAlive"; variable
938 {APPLICATION_KEEP_ALIVE, applicationInfo.keepAlive}, in to_json()
1053 GetValueIfFindKey<bool>(jsonObject, jsonObjectEnd, APPLICATION_KEEP_ALIVE, in from_json()