Home
last modified time | relevance | path

Searched refs:compatibleVersionCode (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.cpp45 compatibleVersionCode = parcel.ReadUint32(); in ReadFromParcel()
73 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, compatibleVersionCode); in Marshalling()
108 jsonObject[JSON_KEY_COMPATIBLE_VERSION_CODE] = compatibleVersionCode; in ToString()
156 compatibleVersionCode, in FromJsonString()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_bundle_info.cpp219 compatibleVersionCode = parcel.ReadUint32(); in ReadFromParcel()
254 parcel.WriteUint32(compatibleVersionCode); in Marshalling()
289 jsonObject[JSON_KEY_COMPATIBLE_VERSION_CODE] = compatibleVersionCode; in ToString()
317 …ndKey<uint32_t>(jsonObject, jsonObjectEnd, JSON_KEY_COMPATIBLE_VERSION_CODE, compatibleVersionCode, in FromJsonString()
H A Ddistributed_bm_storage.cpp686 distributedBundleInfo.compatibleVersionCode = bundleInfo.compatibleVersion; in ConvertToDistributedBundleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Ddistributed_bundle_info.h33 uint32_t compatibleVersionCode = 0; member
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_bundle_info.h56 uint32_t compatibleVersionCode = 0; member
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/distributed_bundle_info_test/
H A Ddistributed_bundle_info_test.cpp122 "compatibleVersionCode": 3, in BenchmarkTestForFromJsonString()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_accesstokenid_test/
H A Dbms_bundle_accesstokenid_test.cpp584 distributedBundleInfo.compatibleVersionCode = BUNDLE_RDB_VERSION;
598 EXPECT_EQ(unmarshalledResult->compatibleVersionCode, BUNDLE_RDB_VERSION);
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_data_storage.cpp401 distributedBundleInfo.compatibleVersionCode = bundleInfo.compatibleVersion; in ConvertToDistributedBundleInfo()