Home
last modified time | relevance | path

Searched refs:keyOfData (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_data_storage.cpp115 std::string keyOfData = DeviceAndNameToKey(udid, distributedBundleInfo.bundleName); in InnerSaveStorageDistributeInfo() local
116 Key key(keyOfData); in InnerSaveStorageDistributeInfo()
152 std::string keyOfData = DeviceAndNameToKey(udid, bundleName); in DeleteStorageDistributeInfo() local
153 Key key(keyOfData); in DeleteStorageDistributeInfo()
188 std::string keyOfData = DeviceAndNameToKey(udid, bundleName); in GetStorageDistributeInfo() local
189 APP_LOGI("keyOfData: [%{public}s]", AnonymizeUdid(keyOfData).c_str()); in GetStorageDistributeInfo()
190 Key key(keyOfData); in GetStorageDistributeInfo()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_bm_storage.cpp170 std::string keyOfData = DeviceAndNameToKey(localUdid, distributedBundleInfo.bundleName); in InnerSaveStorageDistributeInfo() local
171 Key key(keyOfData); in InnerSaveStorageDistributeInfo()
224 std::string keyOfData = DeviceAndNameToKey(udid, bundleName); in DeleteStorageDistributeInfo() local
225 Key key(keyOfData); in DeleteStorageDistributeInfo()
252 std::string keyOfData = DeviceAndNameToKey(udid, bundleName); in GetStorageDistributeInfo() local
253 Key key(keyOfData); in GetStorageDistributeInfo()
831 std::string keyOfData = DeviceAndNameToKey(localUdid, dmsBundleInfo.bundleName); in DmsPutBatch() local
832 Key key(keyOfData); in DmsPutBatch()
840 std::string keyOfData = localUdid + AppExecFwk::Constants::FILE_UNDERLINE + PUBLIC_RECORDS; in DmsPutBatch() local
841 Key key(keyOfData); in DmsPutBatch()