Home
last modified time | relevance | path

Searched refs:isKeepAlive (Results 1 – 25 of 56) sorted by relevance

123

/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-inner-application-processData.md25 | isKeepAlive | boolean | 是 | 是否为常驻进程,true表示是,false表示不是 |
50 …console.log(`onProcessStateChanged processData.isKeepAlive : ${JSON.stringify(processData.isKeepAl…
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-inner-application-processData.md25 | isKeepAlive | boolean | No | Yes | Whether the process is a resident task. The value …
50 …console.log(`onProcessStateChanged processData.isKeepAlive : ${JSON.stringify(processData.isKeepAl…
/ohos5.0/base/security/access_token/services/common/app_manager/src/
H A Dprocess_data.cpp26 …parcel.WriteBool(isKeepAlive) && parcel.WriteBool(isFocused) && parcel.WriteInt32(requestProcCode)… in Marshalling()
43 isKeepAlive = parcel.ReadBool(); in ReadFromParcel()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dprocess_data.cpp29 …parcel.WriteBool(isKeepAlive) && parcel.WriteBool(isFocused) && parcel.WriteInt32(requestProcCode)… in Marshalling()
46 isKeepAlive = parcel.ReadBool(); in ReadFromParcel()
H A Drunning_process_info.cpp45 isKeepAlive = parcel.ReadBool(); in ReadFromParcel()
85 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, isKeepAlive); in Marshalling()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_info_utils.cpp65 des->isKeepAlive = src.isKeepAlive; in CopyBundleInfo()
109 des->isKeepAlive = src.isKeepAlive; in CopyBundleInfoNoReplication()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
H A Dbundle_info.h53 bool isKeepAlive; member
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dprocess_data.h58 bool isKeepAlive = false; member
H A Drunning_process_info.h60 bool isKeepAlive = false; member
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/
H A Dapplication_state_observer_stub.h44 bool isKeepAlive = false; member
/ohos5.0/base/security/access_token/services/common/app_manager/include/
H A Dprocess_data.h74 bool isKeepAlive = false; member
/ohos5.0/foundation/ability/ability_runtime/test/unittest/resident_process_manager_test/
H A Dresident_process_manager_test.cpp71 bundleInfo1.isKeepAlive = true;
73 bundleInfo2.isKeepAlive = true;
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_map.cpp153 newBundleInfo.isKeepAlive = bundleInfo->isKeepAlive; in GetCopyBundleInfo()
H A Dbundle_info_creator.cpp114 bundleInfo->isKeepAlive = bundleProfile.isKeepAlive; in SetBundleInfo()
H A Dbundle_ms_feature.cpp448 if (allBundleInfos[i].isKeepAlive && allBundleInfos[i].isSystemApp) { in QueryKeepAliveBundleInfos()
466 if (allBundleInfos[i].isKeepAlive && allBundleInfos[i].isSystemApp) { in QueryKeepAliveBundleInfos()
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_bundle_manager_service.h87 bundleInfo.isKeepAlive = true;
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dexit_resident_process_manager.cpp114 if (!bundleInfo.isKeepAlive) { in QueryExitBundleInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_info.h114 bool isKeepAlive = false; member
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h236 bool isKeepAlive; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dbundle_info.cpp236 isKeepAlive = parcel.ReadBool(); in ReadFromParcel()
399 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, isKeepAlive); in Marshalling()
650 …{BUNDLE_INFO_IS_KEEP_ALIVE, bundleInfo.isKeepAlive}, {BUNDLE_INFO_IS_NATIVE_APP, bundleInfo.isNati… in to_json()
734 bundleInfo.isKeepAlive, in from_json()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/app_manager/
H A Djs_app_manager_utils.cpp79 … napi_set_named_property(env, object, "isKeepAlive", CreateJsValue(env, processData.isKeepAlive)); in CreateJsProcessData()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dcontext_impl_test.cpp743 bundleInfo.isKeepAlive = true;
782 bundleInfo.isKeepAlive = true;
836 bundleInfo.isKeepAlive = true;
887 bundleInfo.isKeepAlive = true;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp374 auto isKeepAlive = GetKeepAlive(); in CanRestartResident() local
376 isKeepAlive, isRestarting_, restartCount_); in CanRestartResident()
377 if (isKeepAlive && isRestarting_ && (restartCount_ < 0)) { in CanRestartResident()
2328 std::string isKeepAlive = GetKeepAlive() ? "true" : "false"; in Dump() local
2329 dumpInfo = " isKeepAlive: " + isKeepAlive; in Dump()
2433 std::string isKeepAlive = GetKeepAlive() ? "true" : "false"; in DumpAbilityState() local
2434 dumpInfo = " isKeepAlive: " + isKeepAlive; in DumpAbilityState()
2492 std::string isKeepAlive = GetKeepAlive() ? "true" : "false"; in DumpService() local
2493 info.emplace_back(" isKeepAlive: " + isKeepAlive); in DumpService()
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dability_mgr_handler.cpp257 && bundleInfo.isKeepAlive) { in RestartApp()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
H A Dapp_state_observer.cpp119 payload["isKeepAlive"] = std::to_string(processData.isKeepAlive); in MarshallingProcessData()

123