Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Ddistributed_object_store_impl.cpp217 std::vector<std::string> otherKeys; in OnChanged() local
221 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()