Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dfile_access_service.cpp547 void FileAccessService::SendListNotify(string uriStr, NotifyType notifyType, const std::vector<uint… in SendListNotify() function in OHOS::FileAccessFwk::FileAccessService
617 SendListNotify(uris, notifyType, node->obsCodeList_); in OnChange()
621 SendListNotify(uris, notifyType, node->obsCodeList_); in OnChange()
626 SendListNotify(uris, notifyType, node->parent_->obsCodeList_); in OnChange()
/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dfile_access_service.h270 void SendListNotify(std::string uri, NotifyType notifyType, const std::vector<uint32_t> &list);