Searched defs:notifyForDescendants (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/ |
H A D | external_notify_test.cpp | 186 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 D | file_access_service_proxy_test.cpp | 222 bool notifyForDescendants = false; variable
|
/ohos5.0/foundation/filemanagement/user_file_service/test/fuzztest/fileaccessserviceproxy_fuzzer/ |
H A D | fileaccessservicemock.h | 28 …int32_t RegisterNotify(Uri uri, bool notifyForDescendants, const sptr<IFileAccessObserver> &observ… in RegisterNotify()
|
H A D | fileaccessserviceproxy_fuzzer.cpp | 74 bool notifyForDescendants = TypeCast<bool>(data, &pos); in RegisterNotifyFuzzTest() local
|
/ohos5.0/foundation/filemanagement/user_file_service/test/fuzztest/fileaccessservicestub_fuzzer/ |
H A D | fileaccessservicemock.h | 28 …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 D | file_access_service.cpp | 290 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 D | file_access_service_stub.cpp | 122 bool notifyForDescendants = data.ReadBool(); in CmdRegisterNotify() local
|
H A D | file_access_service_proxy.cpp | 164 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 D | napi_fileaccess_helper.cpp | 1166 …RegisterObserverArgs(napi_env env, NFuncArg &funcArg, std::string &uri, bool ¬ifyForDescendants) in parseRegisterObserverArgs() 1195 bool notifyForDescendants = false; in RegisterObserver() local
|
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/ |
H A D | file_access_helper.cpp | 1047 int FileAccessHelper::RegisterNotify(Uri uri, bool notifyForDescendants, sptr<IFileAccessObserver> … in RegisterNotify()
|