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 D | file_access_service.cpp | 547 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 D | file_access_service.h | 270 void SendListNotify(std::string uri, NotifyType notifyType, const std::vector<uint32_t> &list);
|