Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_scan_info.h33 bool runningResourcesApply = false; member
61 runningResourcesApply = false; in Reset()
85 + ", runningResourcesApply = " + GetBoolStrVal(runningResourcesApply) in ToString()
H A Dinner_bundle_info.h1673 void SetRunningResourcesApply(bool runningResourcesApply) in SetRunningResourcesApply() argument
1675 baseApplicationInfo_->runningResourcesApply = runningResourcesApply; in SetRunningResourcesApply()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-app-privilege-config-guide.md62 | runningResourcesApply | bool | false | 是否允许应用运行资源申请(CPU、事件通知、蓝牙等)。 |
88 "runningResourcesApply": true, // 运行资源申请(CPU、事件通知、蓝牙等)
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-beta3/
H A Dchangelog-v3.2-beta3.md90 | runningResourcesApply | bool | false | 是否允许应用运行资源申请(CPU、事件通知、蓝牙等) |
113 "runningResourcesApply": true, // 运行资源申请(CPU、事件通知、蓝牙等)
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/mock/
H A Dmock_standby_helper_unit_test.cpp75 EXPECT_FALSE(appInfo.runningResourcesApply);
/ohos5.0/docs/zh-cn/application-dev/task-management/
H A Defficiency-resource-request.md13 - **系统特权应用**:配置[runningResourcesApply特权](../../device-dev/subsystems/subsys-app-privilege-config-gu…
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h115 bool runningResourcesApply = false; member
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-app-privilege-config-guide.md62 | 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 Dchangelog-v3.2-beta3.md92 | 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 Dapplication_info.h223 bool runningResourcesApply = false; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp179 {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 Dapplication_info.cpp408 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 Dpre_bundle_profile.cpp245 preBundleConfigInfo.runningResourcesApply, in TransformTo()
H A Dbundle_mgr_service_event_handler.cpp2694 appInfo.runningResourcesApply = preBundleConfigInfo.runningResourcesApply; in UpdateTrustedPrivilegeCapability()
H A Dbundle_install_checker.cpp741 newInfo.SetRunningResourcesApply(preBundleConfigInfo.runningResourcesApply); in GetPrivilegeCapability()
H A Dinner_bundle_info.cpp1977 baseApplicationInfo_->runningResourcesApply = applicationInfo.runningResourcesApply; in UpdatePrivilegeCapability()
/ohos5.0/docs/en/application-dev/task-management/
H A Defficiency-resource-request.md13 … 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 Dbms_bundle_data_storage_database_test.cpp189 "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 Dbms_bundle_data_mgr_test.cpp194 "runningResourcesApply":true,