Searched defs:notifyForDescendants (Results 1 - 8 of 8) sorted by relevance
/foundation/filemanagement/user_file_service/test/unittest/ |
H A D | file_access_service_proxy_test.cpp | 222 bool notifyForDescendants = false; in HWTEST_F() local
|
H A D | external_notify_test.cpp | 186 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 D | fileaccessserviceproxy_fuzzer.cpp | 74 bool notifyForDescendants = TypeCast<bool>(data, &pos); in RegisterNotifyFuzzTest() local
|
/foundation/filemanagement/user_file_service/services/native/file_access_service/src/ |
H A D | file_access_service_proxy.cpp | 164 int32_t FileAccessServiceProxy::RegisterNotify(Uri uri, bool notifyForDescendants, in RegisterNotify() argument
|
H A D | file_access_service_stub.cpp | 122 bool notifyForDescendants = data.ReadBool(); in CmdRegisterNotify() local
|
H A D | file_access_service.cpp | 290 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 D | file_access_helper.cpp | 1051 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 D | napi_fileaccess_helper.cpp | 1167 static bool parseRegisterObserverArgs(napi_env env, NFuncArg &funcArg, std::string &uri, bool ¬ifyForDescendants) in parseRegisterObserverArgs() argument 1196 bool notifyForDescendants = false; in RegisterObserver() local
|
Completed in 9 milliseconds