Searched refs:maxBundleNameId (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | distributed_bundle_info.cpp | 50 maxBundleNameId = parcel.ReadUint16(); in ReadFromParcel() 56 parcel.WriteUint16(maxBundleNameId); in Marshalling() 74 jsonObject[JSON_KEY_DMS_MAX_BUNDLENAME_ID] = maxBundleNameId; in ToString() 82 {JSON_KEY_DMS_MAX_BUNDLENAME_ID, publicRecordsInfo.maxBundleNameId}, in to_json() 95 publicRecordsInfo.maxBundleNameId, in from_json() 114 …alueIfFindKey<uint16_t>(jsonObject, jsonObjectEnd, JSON_KEY_DMS_MAX_BUNDLENAME_ID, maxBundleNameId, in FromJsonString()
|
H A D | distributed_bm_storage.cpp | 141 GetLastBundleNameId(publicRecordsInfo.maxBundleNameId); in UpdatePublicRecords() 146 publicRecordsInfo.maxBundleNameId = in UpdatePublicRecords() 147 std::max((bundleNameIdTables_.rbegin())->first, publicRecordsInfo.maxBundleNameId); in UpdatePublicRecords() 148 HILOGI("maxBundleNameId = %{public}d", publicRecordsInfo.maxBundleNameId); in UpdatePublicRecords() 606 bundleNameId = publicRecordsInfo.maxBundleNameId; in GetLastBundleNameId() 844 GetLastBundleNameId(publicRecordsInfo.maxBundleNameId); in DmsPutBatch() 845 publicRecordsInfo.maxBundleNameId = in DmsPutBatch() 846 std::max((bundleNameIdTables_.rbegin())->first, publicRecordsInfo.maxBundleNameId); in DmsPutBatch() 849 HILOGI("need be put: %{public}d", publicRecordsInfo.maxBundleNameId); in DmsPutBatch()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/ |
H A D | distributed_bundle_info.h | 28 uint16_t maxBundleNameId = 0; member
|