Searched refs:otherKeys (Results 1 – 1 of 1) sorted by relevance
217 std::vector<std::string> otherKeys; in OnChanged() local221 otherKeys.push_back(str); in OnChanged()231 otherKeys.insert(otherKeys.end(), transferKeys.begin(), transferKeys.end()); in OnChanged()237 if (!otherKeys.empty()) { in OnChanged()238 objectWatcher_->OnChanged(sessionId, otherKeys); in OnChanged()