Home
last modified time | relevance | path

Searched refs:minCompatibleVersion (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Ddistributed_bundle_info.cpp46 minCompatibleVersion = parcel.ReadUint32(); in ReadFromParcel()
74 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, minCompatibleVersion); in Marshalling()
109 jsonObject[JSON_KEY_MIN_COMPATIBLE_VERSION] = minCompatibleVersion; in ToString()
172 minCompatibleVersion, in FromJsonString()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_bundle_info.cpp220 minCompatibleVersion = parcel.ReadUint32(); in ReadFromParcel()
255 parcel.WriteUint32(minCompatibleVersion); in Marshalling()
290 jsonObject[JSON_KEY_MIN_COMPATIBLE_VERSION] = minCompatibleVersion; in ToString()
321 …FindKey<uint32_t>(jsonObject, jsonObjectEnd, JSON_KEY_MIN_COMPATIBLE_VERSION, minCompatibleVersion, in FromJsonString()
H A Ddistributed_bm_storage.cpp688 distributedBundleInfo.minCompatibleVersion = bundleInfo.minCompatibleVersionCode; in ConvertToDistributedBundleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Ddistributed_bundle_info.h31 uint32_t minCompatibleVersion = 0; member
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_bundle_info.h54 uint32_t minCompatibleVersion = 0; member
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/distributed_bundle_info_test/
H A Ddistributed_bundle_info_test.cpp124 "minCompatibleVersion": 1, in BenchmarkTestForFromJsonString()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_accesstokenid_test/
H A Dbms_bundle_accesstokenid_test.cpp582 distributedBundleInfo.minCompatibleVersion = BUNDLE_RDB_VERSION;
596 EXPECT_EQ(unmarshalledResult->minCompatibleVersion, BUNDLE_RDB_VERSION);
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_data_storage.cpp403 distributedBundleInfo.minCompatibleVersion = bundleInfo.minCompatibleVersionCode; in ConvertToDistributedBundleInfo()