Searched refs:allowAppRunWhenDeviceFirstLocked (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | pre_scan_info.h | 45 bool allowAppRunWhenDeviceFirstLocked = false; member 73 allowAppRunWhenDeviceFirstLocked = false; in Reset() 96 … + ", allowAppRunWhenDeviceFirstLocked = " + GetBoolStrVal(allowAppRunWhenDeviceFirstLocked) in ToString()
|
H A D | inner_bundle_info.h | 1636 void SetAllowAppRunWhenDeviceFirstLocked(bool allowAppRunWhenDeviceFirstLocked) in SetAllowAppRunWhenDeviceFirstLocked() argument 1638 baseApplicationInfo_->allowAppRunWhenDeviceFirstLocked = allowAppRunWhenDeviceFirstLocked; in SetAllowAppRunWhenDeviceFirstLocked()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/ |
H A D | screen_unlock_interceptor.cpp | 60 targetAbilityInfo.applicationInfo.allowAppRunWhenDeviceFirstLocked) { in DoProcess()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 221 bool allowAppRunWhenDeviceFirstLocked = false; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 412 allowAppRunWhenDeviceFirstLocked = parcel.ReadBool(); in ReadFromParcel() 643 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, allowAppRunWhenDeviceFirstLocked); in Marshalling() 942 {ALLOW_APP_RUN_WHEN_DEVICE_FIRST_LOCKED, applicationInfo.allowAppRunWhenDeviceFirstLocked}, in to_json() 1062 …applicationInfo.allowAppRunWhenDeviceFirstLocked, JsonType::BOOLEAN, false, parseResult, ArrayType… in from_json()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | pre_bundle_profile.cpp | 341 preBundleConfigInfo.allowAppRunWhenDeviceFirstLocked, in TransformTo()
|
H A D | bundle_mgr_service_event_handler.cpp | 2698 appInfo.allowAppRunWhenDeviceFirstLocked = preBundleConfigInfo.allowAppRunWhenDeviceFirstLocked; in UpdateTrustedPrivilegeCapability()
|
H A D | bundle_install_checker.cpp | 745 … newInfo.SetAllowAppRunWhenDeviceFirstLocked(preBundleConfigInfo.allowAppRunWhenDeviceFirstLocked); in GetPrivilegeCapability()
|
H A D | inner_bundle_info.cpp | 1980 SetAllowAppRunWhenDeviceFirstLocked(applicationInfo.allowAppRunWhenDeviceFirstLocked); in UpdatePrivilegeCapability()
|
/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 | 1010 "allowAppRunWhenDeviceFirstLocked": false,
|