Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.cpp1046 size_t propertyNamePos = fromTime.find_first_of(SEPERATOR); in SplitEntryKey() local
1047 if (propertyNamePos == std::string::npos) { in SplitEntryKey()
1051 std::string propertyName = fromTime.substr(propertyNamePos + 1); in SplitEntryKey()
1052 std::string time = fromTime.substr(0, propertyNamePos); in SplitEntryKey()