/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-inner-application-processData.md | 25 | 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 D | js-apis-inner-application-processData.md | 25 | 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 D | process_data.cpp | 26 …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 D | process_data.cpp | 29 …parcel.WriteBool(isKeepAlive) && parcel.WriteBool(isFocused) && parcel.WriteInt32(requestProcCode)… in Marshalling() 46 isKeepAlive = parcel.ReadBool(); in ReadFromParcel()
|
H A D | running_process_info.cpp | 45 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 D | bundle_info_utils.cpp | 65 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 D | bundle_info.h | 53 bool isKeepAlive; member
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | process_data.h | 58 bool isKeepAlive = false; member
|
H A D | running_process_info.h | 60 bool isKeepAlive = false; member
|
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/ |
H A D | application_state_observer_stub.h | 44 bool isKeepAlive = false; member
|
/ohos5.0/base/security/access_token/services/common/app_manager/include/ |
H A D | process_data.h | 74 bool isKeepAlive = false; member
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/resident_process_manager_test/ |
H A D | resident_process_manager_test.cpp | 71 bundleInfo1.isKeepAlive = true; 73 bundleInfo2.isKeepAlive = true;
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_map.cpp | 153 newBundleInfo.isKeepAlive = bundleInfo->isKeepAlive; in GetCopyBundleInfo()
|
H A D | bundle_info_creator.cpp | 114 bundleInfo->isKeepAlive = bundleProfile.isKeepAlive; in SetBundleInfo()
|
H A D | bundle_ms_feature.cpp | 448 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 D | mock_bundle_manager_service.h | 87 bundleInfo.isKeepAlive = true;
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | exit_resident_process_manager.cpp | 114 if (!bundleInfo.isKeepAlive) { in QueryExitBundleInfos()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | bundle_info.h | 114 bool isKeepAlive = false; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_common.h | 236 bool isKeepAlive; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | bundle_info.cpp | 236 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 D | js_app_manager_utils.cpp | 79 … 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 D | context_impl_test.cpp | 743 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 D | ability_record.cpp | 374 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 D | ability_mgr_handler.cpp | 257 && bundleInfo.isKeepAlive) { in RestartApp()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/ |
H A D | app_state_observer.cpp | 119 payload["isKeepAlive"] = std::to_string(processData.isKeepAlive); in MarshallingProcessData()
|