Home
last modified time | relevance | path

Searched refs:runningResourcesApply (Results 1 - 13 of 13) sorted by relevance

/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.h1651 void SetRunningResourcesApply(bool runningResourcesApply) in SetRunningResourcesApply() argument
1653 baseApplicationInfo_->runningResourcesApply = runningResourcesApply; in SetRunningResourcesApply()
/foundation/resourceschedule/device_standby/services/test/unittest/mock/
H A Dmock_standby_helper_unit_test.cpp75 EXPECT_FALSE(appInfo.runningResourcesApply); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h115 bool runningResourcesApply = false; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h224 bool runningResourcesApply = false; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dpre_bundle_profile.cpp34 constexpr const char* RUNNING_RESOURCES_APPLY = "runningResourcesApply";
235 preBundleConfigInfo.runningResourcesApply, in TransformTo()
H A Dbundle_install_checker.cpp736 newInfo.SetRunningResourcesApply(preBundleConfigInfo.runningResourcesApply); in GetPrivilegeCapability()
H A Dbundle_mgr_service_event_handler.cpp3302 appInfo.runningResourcesApply = preBundleConfigInfo.runningResourcesApply; in UpdateTrustedPrivilegeCapability()
H A Dinner_bundle_info.cpp1854 baseApplicationInfo_->runningResourcesApply = applicationInfo.runningResourcesApply; in UpdatePrivilegeCapability()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp53 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 Dapplication_info.cpp58 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 Dbms_bundle_data_storage_database_test.cpp191 "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 Dbms_bundle_data_mgr_test.cpp196 "runningResourcesApply":true,

Completed in 52 milliseconds