Home
last modified time | relevance | path

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

/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/storage/src/
H A Dsandbox_config_kv_data_storage.cpp27 static const std::string KEY_SEPATATOR = "_"; variable
109 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()