/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | pre_scan_info.h | 33 bool runningResourcesApply = false; member 61 runningResourcesApply = false; in Reset() 85 + ", runningResourcesApply = " + GetBoolStrVal(runningResourcesApply) in ToString()
|
H A D | inner_bundle_info.h | 1673 void SetRunningResourcesApply(bool runningResourcesApply) in SetRunningResourcesApply() argument 1675 baseApplicationInfo_->runningResourcesApply = runningResourcesApply; in SetRunningResourcesApply()
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-app-privilege-config-guide.md | 62 | runningResourcesApply | bool | false | 是否允许应用运行资源申请(CPU、事件通知、蓝牙等)。 | 88 "runningResourcesApply": true, // 运行资源申请(CPU、事件通知、蓝牙等)
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-beta3/ |
H A D | changelog-v3.2-beta3.md | 90 | runningResourcesApply | bool | false | 是否允许应用运行资源申请(CPU、事件通知、蓝牙等) | 113 "runningResourcesApply": true, // 运行资源申请(CPU、事件通知、蓝牙等)
|
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/mock/ |
H A D | mock_standby_helper_unit_test.cpp | 75 EXPECT_FALSE(appInfo.runningResourcesApply);
|
/ohos5.0/docs/zh-cn/application-dev/task-management/ |
H A D | efficiency-resource-request.md | 13 - **系统特权应用**:配置[runningResourcesApply特权](../../device-dev/subsystems/subsys-app-privilege-config-gu…
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 115 bool runningResourcesApply = false; member
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-app-privilege-config-guide.md | 62 | runningResourcesApply | bool | false | Allows an application to request running resources, s… 88 …"runningResourcesApply": true, // The application can apply for running resources such as…
|
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta3/ |
H A D | changelog-v3.2-beta3.md | 92 | runningResourcesApply | bool | false | Allows the application to request running resources, … 115 …"runningResourcesApply": true, // The application can apply for running resources such as CPU, eve…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 223 bool runningResourcesApply = false; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 179 {APPLICATION_RUNNING_RESOURCES_APPLY, applicationInfo.runningResourcesApply}, in to_json() 414 applicationInfo.runningResourcesApply, in from_json()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 408 runningResourcesApply = parcel.ReadBool(); in ReadFromParcel() 639 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, runningResourcesApply); in Marshalling() 947 {APPLICATION_RUNNING_RESOURCES_APPLY, applicationInfo.runningResourcesApply}, in to_json() 1072 …applicationInfo.runningResourcesApply, JsonType::BOOLEAN, false, parseResult, ArrayType::NOT_ARRAY… in from_json()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | pre_bundle_profile.cpp | 245 preBundleConfigInfo.runningResourcesApply, in TransformTo()
|
H A D | bundle_mgr_service_event_handler.cpp | 2694 appInfo.runningResourcesApply = preBundleConfigInfo.runningResourcesApply; in UpdateTrustedPrivilegeCapability()
|
H A D | bundle_install_checker.cpp | 741 newInfo.SetRunningResourcesApply(preBundleConfigInfo.runningResourcesApply); in GetPrivilegeCapability()
|
H A D | inner_bundle_info.cpp | 1977 baseApplicationInfo_->runningResourcesApply = applicationInfo.runningResourcesApply; in UpdatePrivilegeCapability()
|
/ohos5.0/docs/en/application-dev/task-management/ |
H A D | efficiency-resource-request.md | 13 … application**: a system application that is configured with the [runningResourcesApply privilege]…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 189 "runningResourcesApply":false, 392 "runningResourcesApply":false, 512 "runningResourcesApply":false, 1137 "runningResourcesApply": false,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 194 "runningResourcesApply":true,
|