Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.cpp213 result = RevokeSaveToStore(GetPrefixWithoutDeviceId(appId, sessionId)); in RevokeSave()
276 status = RevokeSaveToStore(GetPrefixWithoutDeviceId(bundleName, sessionId)); in Retrieve()
822 deleteKey = GetPrefixWithoutDeviceId(bundleName, sessionId); in ProcessOldEntry()
951 std::string prefix = GetPrefixWithoutDeviceId(appId, sessionId); in RetrieveFromStore()
H A Dobject_manager.h195 …inline std::string GetPrefixWithoutDeviceId(const std::string &appId, const std::string &sessionId) in GetPrefixWithoutDeviceId() function