Searched refs:GetPropertyPrefix (Results 1 - 2 of 2) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_manager.h | 185 inline std::string GetPropertyPrefix(const std::string &appId, const std::string &sessionId)
in GetPropertyPrefix() function in OHOS::DistributedObject::ObjectStoreManager 189 inline std::string GetPropertyPrefix(
in GetPropertyPrefix() function in OHOS::DistributedObject::ObjectStoreManager
|
H A D | object_manager.cpp | 123 result = RevokeSaveToStore(GetPropertyPrefix(appId, sessionId, deviceId));
in ProcessSyncCallback() 166 result = SyncOnStore(GetPropertyPrefix(dstBundleName, sessionId, deviceId), {deviceId}, syncCallback);
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.first;
in SaveToStore()
|
Completed in 4 milliseconds