Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences.cpp85 std::size_t typeLabelPosition = distributedLabelEndPosition + DELIMITER.size(); in ResolveDistributedKey() local
86 std::size_t typeLabelEndPosition = key.find(DELIMITER, typeLabelPosition); in ResolveDistributedKey()
87 if (typeLabelPosition == std::string::npos) { in ResolveDistributedKey()
91 std::string sign = key.substr(typeLabelPosition, typeLabelEndPosition - typeLabelPosition); in ResolveDistributedKey()