Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dfile_access_service.cpp295 for (auto eachUri : uris) { in RegisterNotify() local
296 int ret = RegisterNotifyImpl(eachUri, notifyForDescendants, observer, info); in RegisterNotify()
428 for (auto eachUri : uris) { in CleanAllNotify() local
429 int ret = CleanAllNotifyImpl(eachUri, info); in CleanAllNotify()
483 for (auto eachUri : uris) { in UnregisterNotify() local
484 int ret = UnregisterNotifyImpl(eachUri, observer, info); in UnregisterNotify()