Searched refs:beforeTargetDevice (Results 1 – 1 of 1) sorted by relevance
1028 std::string beforeTargetDevice = beforeTime.substr(0, targetDevicePos); in SplitEntryKey() local1030 size_t sourceDeviceUdidPos = beforeTargetDevice.find_last_of(SEPERATOR); in SplitEntryKey()1035 std::string sourceDeviceUdid = beforeTargetDevice.substr(sourceDeviceUdidPos + 1); in SplitEntryKey()1036 std::string beforeSourceDeviceUdid = beforeTargetDevice.substr(0, sourceDeviceUdidPos); in SplitEntryKey()