Home
last modified time | relevance | path

Searched defs:notifyForDescendants (Results 1 - 8 of 8) sorted by relevance

/foundation/filemanagement/user_file_service/test/unittest/
H A Dfile_access_service_proxy_test.cpp222 bool notifyForDescendants = false; in HWTEST_F() local
H A Dexternal_notify_test.cpp186 bool notifyForDescendants = false; in ReadyRegisterNotify00() local
448 bool notifyForDescendants = true; in HWTEST_F() local
509 bool notifyForDescendants in HWTEST_F() local
544 bool notifyForDescendants = true; ReadyRegisterNotify05() local
640 bool notifyForDescendants = true; HWTEST_F() local
682 bool notifyForDescendants = true; HWTEST_F() local
718 bool notifyForDescendants = true; HWTEST_F() local
746 bool notifyForDescendants = true; HWTEST_F() local
785 bool notifyForDescendants = true; HWTEST_F() local
904 bool notifyForDescendants = true; RegisterDirNotify() local
1072 bool notifyForDescendants = true; HWTEST_F() local
1117 bool notifyForDescendants = true; HWTEST_F() local
1161 bool notifyForDescendants = true; HWTEST_F() local
1205 bool notifyForDescendants = true; HWTEST_F() local
1249 bool notifyForDescendants = true; HWTEST_F() local
[all...]
/foundation/filemanagement/user_file_service/test/fuzztest/fileaccessserviceproxy_fuzzer/
H A Dfileaccessserviceproxy_fuzzer.cpp74 bool notifyForDescendants = TypeCast<bool>(data, &pos); in RegisterNotifyFuzzTest() local
/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dfile_access_service_proxy.cpp164 int32_t FileAccessServiceProxy::RegisterNotify(Uri uri, bool notifyForDescendants, in RegisterNotify() argument
H A Dfile_access_service_stub.cpp122 bool notifyForDescendants = data.ReadBool(); in CmdRegisterNotify() local
H A Dfile_access_service.cpp290 int32_t FileAccessService::RegisterNotify(Uri uri, bool notifyForDescendants, const sptr<IFileAccessObserver> &observer, in RegisterNotify() argument
305 int32_t FileAccessService::OperateObsNode(Uri &uri, bool notifyForDescendants, uint32_t code, in OperateObsNode() argument
363 int32_t FileAccessService::RegisterNotifyImpl(Uri uri, bool notifyForDescendants, in RegisterNotifyImpl() argument
[all...]
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dfile_access_helper.cpp1051 int FileAccessHelper::RegisterNotify(Uri uri, bool notifyForDescendants, sptr<IFileAccessObserver> &observer) in RegisterNotify() argument
/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/
H A Dnapi_fileaccess_helper.cpp1167 static bool parseRegisterObserverArgs(napi_env env, NFuncArg &funcArg, std::string &uri, bool &notifyForDescendants) in parseRegisterObserverArgs() argument
1196 bool notifyForDescendants = false; in RegisterObserver() local

Completed in 9 milliseconds