Home
last modified time | relevance | path

Searched refs:applicationReservedFlag (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.5.5/
H A Dchangelogs-bundlemanager.md3 ## cl.bundlemanager.1 ApplicationReservedFlag枚举和ApplicationInfo中的applicationReservedFlag字段删除
11 applicationReservedFlag命名过于复杂,不易理解,且当前存储信息没有使用方,可以删除。
15 该变更为非兼容性变更。ApplicationInfo中的applicationReservedFlag原本用于存储应用的保留字段,当前仅存储应用是否加密的信息。废弃后,无法再通过applicatio…
30 | readonly applicationReservedFlag: number; | 命名过于复杂,不易理解,当前存储信息没有使用方。 |
34 当前该接口没有使用方,applicationReservedFlag中存储的应用加密信息,应用无需感知。
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.5/
H A Dchangelogs-bundlemanager.md3 ## cl.bundlemanager.1 Deleted the ApplicationReservedFlag Enum and the applicationReservedFlag fiel…
11 The name of **applicationReservedFlag** is too difficult to understand. In addition, the informatio…
15applicationReservedFlag** field in **ApplicationInfo** is designed to store the reserved fields of…
30 | readonly applicationReservedFlag: number; | This field is no longer used.|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h309 uint32_t applicationReservedFlag = 0; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp562 applicationReservedFlag = parcel.ReadUint32(); in ReadFromParcel()
750 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, applicationReservedFlag); in Marshalling()
1009 {APPLICATION_RESERVED_FLAG, applicationInfo.applicationReservedFlag}, in to_json()
1197 …applicationInfo.applicationReservedFlag, JsonType::NUMBER, false, parseResult, ArrayType::NOT_ARRA… in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h2014 baseApplicationInfo_->applicationReservedFlag |= flag; in SetApplicationReservedFlag()
2019 baseApplicationInfo_->applicationReservedFlag &= ~flag; in ClearApplicationReservedFlag()
2024 return baseApplicationInfo_->applicationReservedFlag; in GetApplicationReservedFlag()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp1037 "applicationReservedFlag": 0,