Home
last modified time | relevance | path

Searched defs:notifyForDescendants (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/
H A Dexternal_notify_test.cpp186 bool notifyForDescendants = false; in ReadyRegisterNotify00() local
448 bool notifyForDescendants = true; variable
509 bool notifyForDescendants = true; variable
544 bool notifyForDescendants = true; in ReadyRegisterNotify05() local
640 bool notifyForDescendants = true; variable
682 bool notifyForDescendants = true; variable
718 bool notifyForDescendants = true; variable
746 bool notifyForDescendants = true; variable
785 bool notifyForDescendants = true; variable
904 bool notifyForDescendants = true; in RegisterDirNotify() local
[all …]
H A Dfile_access_service_proxy_test.cpp222 bool notifyForDescendants = false; variable
/ohos5.0/foundation/filemanagement/user_file_service/test/fuzztest/fileaccessserviceproxy_fuzzer/
H A Dfileaccessservicemock.h28 …int32_t RegisterNotify(Uri uri, bool notifyForDescendants, const sptr<IFileAccessObserver> &observ… in RegisterNotify()
H A Dfileaccessserviceproxy_fuzzer.cpp74 bool notifyForDescendants = TypeCast<bool>(data, &pos); in RegisterNotifyFuzzTest() local
/ohos5.0/foundation/filemanagement/user_file_service/test/fuzztest/fileaccessservicestub_fuzzer/
H A Dfileaccessservicemock.h28 …int32_t RegisterNotify(Uri uri, bool notifyForDescendants, const sptr<IFileAccessObserver> &observ… in RegisterNotify()
/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dfile_access_service.cpp290 int32_t FileAccessService::RegisterNotify(Uri uri, bool notifyForDescendants, const sptr<IFileAcces… in RegisterNotify()
305 int32_t FileAccessService::OperateObsNode(Uri &uri, bool notifyForDescendants, uint32_t code, in OperateObsNode()
363 int32_t FileAccessService::RegisterNotifyImpl(Uri uri, bool notifyForDescendants, in RegisterNotifyImpl()
H A Dfile_access_service_stub.cpp122 bool notifyForDescendants = data.ReadBool(); in CmdRegisterNotify() local
H A Dfile_access_service_proxy.cpp164 int32_t FileAccessServiceProxy::RegisterNotify(Uri uri, bool notifyForDescendants, in RegisterNotify()
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/
H A Dnapi_fileaccess_helper.cpp1166 …RegisterObserverArgs(napi_env env, NFuncArg &funcArg, std::string &uri, bool &notifyForDescendants) in parseRegisterObserverArgs()
1195 bool notifyForDescendants = false; in RegisterObserver() local
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dfile_access_helper.cpp1047 int FileAccessHelper::RegisterNotify(Uri uri, bool notifyForDescendants, sptr<IFileAccessObserver> … in RegisterNotify()