Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences.cpp86 std::size_t typeLabelEndPosition = key.find(DELIMITER, typeLabelPosition); in ResolveDistributedKey() local
91 std::string sign = key.substr(typeLabelPosition, typeLabelEndPosition - typeLabelPosition); in ResolveDistributedKey()
96 return ResolveSyncWithoutAppEnable(key, typeLabelEndPosition, entry.value.ToString()); in ResolveDistributedKey()
98 return ResolveDistributedBundleEnable(key, typeLabelEndPosition, entry.value.ToString()); in ResolveDistributedKey()