Searched refs:runningResourcesApply (Results 1 - 13 of 13) sorted by relevance
/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 | 1651 void SetRunningResourcesApply(bool runningResourcesApply) in SetRunningResourcesApply() argument 1653 baseApplicationInfo_->runningResourcesApply = runningResourcesApply; in SetRunningResourcesApply()
|
/foundation/resourceschedule/device_standby/services/test/unittest/mock/ |
H A D | mock_standby_helper_unit_test.cpp | 75 EXPECT_FALSE(appInfo.runningResourcesApply); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 115 bool runningResourcesApply = false; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 224 bool runningResourcesApply = false; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | pre_bundle_profile.cpp | 34 constexpr const char* RUNNING_RESOURCES_APPLY = "runningResourcesApply"; 235 preBundleConfigInfo.runningResourcesApply, in TransformTo()
|
H A D | bundle_install_checker.cpp | 736 newInfo.SetRunningResourcesApply(preBundleConfigInfo.runningResourcesApply); in GetPrivilegeCapability()
|
H A D | bundle_mgr_service_event_handler.cpp | 3302 appInfo.runningResourcesApply = preBundleConfigInfo.runningResourcesApply; in UpdateTrustedPrivilegeCapability()
|
H A D | inner_bundle_info.cpp | 1854 baseApplicationInfo_->runningResourcesApply = applicationInfo.runningResourcesApply; in UpdatePrivilegeCapability()
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 53 const std::string APPLICATION_RUNNING_RESOURCES_APPLY = "runningResourcesApply"; 179 {APPLICATION_RUNNING_RESOURCES_APPLY, applicationInfo.runningResourcesApply}, in to_json() 414 applicationInfo.runningResourcesApply, in from_json()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 58 const char* APPLICATION_RUNNING_RESOURCES_APPLY = "runningResourcesApply"; 406 runningResourcesApply = parcel.ReadBool(); in ReadFromParcel() 638 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, runningResourcesApply); in Marshalling() 938 {APPLICATION_RUNNING_RESOURCES_APPLY, applicationInfo.runningResourcesApply}, in to_json() 1064 applicationInfo.runningResourcesApply, false, parseResult); in from_json()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 191 "runningResourcesApply":false, 394 "runningResourcesApply":false, 514 "runningResourcesApply":false, 1138 "runningResourcesApply": false,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 196 "runningResourcesApply":true,
|
Completed in 42 milliseconds