Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dfile_access_service.h86 ObserverNode(const bool needChildNote): needChildNote_(needChildNote) {} in ObserverNode()
92 bool needChildNote_; variable
/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dfile_access_service.cpp322 if (obsNode->needChildNote_ == notifyForDescendants) { in OperateObsNode()
327 obsNode->needChildNote_ = notifyForDescendants; in OperateObsNode()
613 if (!node->needChildNote_) { in OnChange()
622 if ((node->parent_ == nullptr) || (!node->parent_->needChildNote_)) { in OnChange()