Searched refs:timestampBaseXml (Results 1 – 3 of 3) sorted by relevance
144 ErrorCode SharedSessionConfigUtils::getTimestampBaseFromXml(const XMLElement* timestampBaseXml, in getTimestampBaseFromXml() argument146 if (timestampBaseXml == nullptr || timestampBaseXml->GetText() == nullptr in getTimestampBaseFromXml()147 || !strcmp(timestampBaseXml->GetText(), "")) { in getTimestampBaseFromXml()152 int64_t timestampBaseInt = std::strtol(timestampBaseXml->GetText(), nullptr, 0); in getTimestampBaseFromXml()
142 const XMLElement* timestampBaseXml = in parseSharedSessionConfigFromXMLDocument() local144 status = SharedSessionConfigUtils::getTimestampBaseFromXml(timestampBaseXml, in parseSharedSessionConfigFromXMLDocument()
246 static ErrorCode getTimestampBaseFromXml(const XMLElement* timestampBaseXml,