Searched refs:KEY_SEPATATOR (Results 1 – 1 of 1) sorted by relevance
27 static const std::string KEY_SEPATATOR = "_"; variable109 key = std::to_string(userId) + KEY_SEPATATOR + bundleName + KEY_SEPATATOR + tokenId; in GenerateKey()120 std::string prefix = std::to_string(userId) + KEY_SEPATATOR; in GetKeyMapByUserId()122 std::size_t first = it->first.find_first_of(KEY_SEPATATOR); in GetKeyMapByUserId()123 std::size_t second = it->first.find_last_of(KEY_SEPATATOR); in GetKeyMapByUserId()