Searched refs:beforeSourceDeviceUdid (Results 1 – 1 of 1) sorted by relevance
1036 std::string beforeSourceDeviceUdid = beforeTargetDevice.substr(0, sourceDeviceUdidPos); in SplitEntryKey() local1038 size_t sessionIdPos = beforeSourceDeviceUdid.find_last_of(SEPERATOR); in SplitEntryKey()1043 std::string sessionId = beforeSourceDeviceUdid.substr(sessionIdPos + 1); in SplitEntryKey()1044 std::string bundleName = beforeSourceDeviceUdid.substr(0, sessionIdPos); in SplitEntryKey()