Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.cpp1030 size_t sourceDeviceUdidPos = beforeTargetDevice.find_last_of(SEPERATOR); in SplitEntryKey() local
1031 if (sourceDeviceUdidPos == std::string::npos) { in SplitEntryKey()
1035 std::string sourceDeviceUdid = beforeTargetDevice.substr(sourceDeviceUdidPos + 1); in SplitEntryKey()
1036 std::string beforeSourceDeviceUdid = beforeTargetDevice.substr(0, sourceDeviceUdidPos); in SplitEntryKey()