Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.h185 inline std::string GetPropertyPrefix(const std::string &appId, const std::string &sessionId) in GetPropertyPrefix() function
189 inline std::string GetPropertyPrefix( in GetPropertyPrefix() function
H A Dobject_manager.cpp123 result = RevokeSaveToStore(GetPropertyPrefix(appId, sessionId, deviceId)); in ProcessSyncCallback()
166 …result = SyncOnStore(GetPropertyPrefix(dstBundleName, sessionId, deviceId), {deviceId}, syncCallba… in Save()
229 result = SyncOnStore(GetPropertyPrefix(appId, sessionId), deviceList, tmp); in RevokeSave()
840 RevokeSaveToStore(GetPropertyPrefix(appId, sessionId, toDeviceId)); in SaveToStore()
842 std::string prefix = GetPropertyPrefix(appId, sessionId, toDeviceId) + timestamp + SEPERATOR; in SaveToStore()
853 …std::string key = GetPropertyPrefix(appId, sessionId, toDeviceId) + timestamp + SEPERATOR + item.f… in SaveToStore()