Home
last modified time | relevance | path

Searched refs:fromTime (Results 1 - 1 of 1) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.cpp1019 std::string fromTime = key.substr(timePos + 1); in SplitEntryKey() local
1046 size_t propertyNamePos = fromTime.find_first_of(SEPERATOR); in SplitEntryKey()
1051 std::string propertyName = fromTime.substr(propertyNamePos + 1); in SplitEntryKey()
1052 std::string time = fromTime.substr(0, propertyNamePos); in SplitEntryKey()

Completed in 3 milliseconds