Searched refs:contextStr (Results 1 – 1 of 1) sorted by relevance
54 const std::string& contextStr = context_.empty() ? globalContext : context_; in CreateAndPublish() local55 int fd = Create(contextStr); in CreateAndPublish()