Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/
H A Dexternal_notify_test.cpp549 Uri uri_dirSub1(""); in ReadyRegisterNotify05() local
550 result = g_fah->Mkdir(uri_dir, "uri_dirSub1", uri_dirSub1); in ReadyRegisterNotify05()
554 result = g_fah->RegisterNotify(uri_dirSub1, notifyForDescendants, myObserver1); in ReadyRegisterNotify05()
568 return {uri_dir, uri_dirSub1, uri_dirSub2, renameDirUri1}; in ReadyRegisterNotify05()
590 …auto [uri_dir, uri_dirSub1, uri_dirSub2, renameDirUri1] = ReadyRegisterNotify05(parentUri, myObser…
603 result = g_fah->Delete(uri_dirSub1);
607 EXPECT_EQ(g_notifyUri, uri_dirSub1.ToString());