Home
last modified time | relevance | path

Searched refs:allowAppRunWhenDeviceFirstLocked (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_scan_info.h45 bool allowAppRunWhenDeviceFirstLocked = false; member
73 allowAppRunWhenDeviceFirstLocked = false; in Reset()
96 … + ", allowAppRunWhenDeviceFirstLocked = " + GetBoolStrVal(allowAppRunWhenDeviceFirstLocked) in ToString()
H A Dinner_bundle_info.h1636 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 Dscreen_unlock_interceptor.cpp60 targetAbilityInfo.applicationInfo.allowAppRunWhenDeviceFirstLocked) { in DoProcess()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h221 bool allowAppRunWhenDeviceFirstLocked = false; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp412 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 Dpre_bundle_profile.cpp341 preBundleConfigInfo.allowAppRunWhenDeviceFirstLocked, in TransformTo()
H A Dbundle_mgr_service_event_handler.cpp2698 appInfo.allowAppRunWhenDeviceFirstLocked = preBundleConfigInfo.allowAppRunWhenDeviceFirstLocked; in UpdateTrustedPrivilegeCapability()
H A Dbundle_install_checker.cpp745 … newInfo.SetAllowAppRunWhenDeviceFirstLocked(preBundleConfigInfo.allowAppRunWhenDeviceFirstLocked); in GetPrivilegeCapability()
H A Dinner_bundle_info.cpp1980 SetAllowAppRunWhenDeviceFirstLocked(applicationInfo.allowAppRunWhenDeviceFirstLocked); in UpdatePrivilegeCapability()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp1010 "allowAppRunWhenDeviceFirstLocked": false,