Home
last modified time | relevance | path

Searched refs:dmsBundleInfo (Results 1 - 1 of 1) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_bm_storage.cpp795 DmsBundleInfo dmsBundleInfo = ConvertToDistributedBundleInfo(bundleInfo, appProvisionInfo, true); in UpdateDistributedData() local
796 dmsBundleInfos.push_back(dmsBundleInfo); in UpdateDistributedData()
800 DmsBundleInfo dmsBundleInfo = ConvertToDistributedBundleInfo(bundleInfo, appProvisionInfo); in UpdateDistributedData() local
801 if (dmsBundleInfo.bundleName == "") { in UpdateDistributedData()
805 dmsBundleInfos.push_back(dmsBundleInfo); in UpdateDistributedData()
829 for (const auto &dmsBundleInfo : dmsBundleInfos) { in DmsPutBatch()
831 std::string keyOfData = DeviceAndNameToKey(localUdid, dmsBundleInfo.bundleName); in DmsPutBatch()
834 Value value(dmsBundleInfo.ToString()); in DmsPutBatch()
836 HILOGI("need be put: %{public}s", dmsBundleInfo.bundleName.c_str()); in DmsPutBatch()

Completed in 3 milliseconds