Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/
H A Dmedialibrary_file_access_test_info.cpp607 testUri);
610 testUri);
651 testUri);
654 testUri);
692 testUri);
695 testUri);
698 testUri);
742 testUri);
800 testUri);
803 testUri);
[all …]
H A Dexternal_file_access_test_basic.cpp760 Uri testUri(""); variable
804 Uri testUri(""); variable
843 Uri testUri(""); variable
883 Uri testUri(""); variable
925 Uri testUri(""); variable
962 Uri testUri(""); variable
1005 Uri testUri(""); variable
1185 result = fileAccessHelper->Mkdir(testUri, "test", testUri);
1232 result = fileAccessHelper->Move(testUri, newDirUriTest2, testUri);
1234 result = fileAccessHelper->Move(testUri, newDirUriTest1, testUri);
[all …]
H A Dmedialibrary_file_access_test_basic.cpp662 Uri testUri(""); variable
701 Uri testUri(""); variable
738 Uri testUri(""); variable
772 Uri testUri(""); variable
805 Uri testUri(""); variable
840 Uri testUri(""); variable
870 Uri testUri(""); variable
906 Uri testUri(""); variable
944 Uri testUri(""); variable
1016 Uri testUri(""); variable
[all …]
H A Dexternal_file_access_test_operations.cpp686 Uri testUri(""); variable
787 Uri testUri(""); variable
853 Uri testUri(""); variable
907 Uri testUri(""); variable
995 Uri testUri(""); variable
1035 Uri testUri(""); variable
1075 Uri testUri(""); variable
1154 Uri testUri(""); variable
1252 Uri testUri(""); variable
1301 Uri testUri(""); variable
[all …]
H A Dexternal_file_access_test_info.cpp1112 Uri testUri("&*()*/?"); variable
1118 int result = fileAccessHelper->Query(testUri, testJsonString);
1344 Uri testUri(""); variable
1345 result = fileAccessHelper->CreateFile(newDirUriTest1, "test.txt", testUri);
1348 result = fileAccessHelper->MoveItem(testUri, newDirUriTest2, moveResult, false);
H A Dexternal_notify_test.cpp216 Uri testUri(""); in TriggerNotify00() local
218 int result = g_fah->CreateFile(newDirUriTest1, "testUri", testUri); in TriggerNotify00()
222 EXPECT_EQ(g_notifyUri, testUri.ToString()); in TriggerNotify00()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_session_listener_test.cpp95 string testUri = "datashare:///com.demo.a/data/test/el2/base/files/test.txt"; variable
96 bundleName = SoftBusSessionListener::GetBundleName(testUri);
98 testUri = "file://";
99 bundleName = SoftBusSessionListener::GetBundleName(testUri);
101 testUri = "file://com.demo.a";
102 bundleName = SoftBusSessionListener::GetBundleName(testUri);
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ipc_ability_scheduler_test/
H A Dipc_ability_scheduler_module_test.cpp309 std::string testUri("dataability://test/path"); variable
323 auto result = proxy->GetFileTypes(Uri(testUri), testMime);
351 std::string testUri("dataability://test/path"); variable
363 auto result = proxy->OpenFile(Uri(testUri), testMode);
389 std::string testUri("dataability://test/path"); variable
401 auto result = proxy->Insert(Uri(testUri), testValues);
427 std::string testUri("dataability://test/path"); variable
441 auto result = proxy->Update(Uri(testUri), testValues, testPred);
467 std::string testUri("dataability://test/path"); variable
479 auto result = proxy->Delete(Uri(testUri), testPred);
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dm3u8_unit_test.h45 std::string testUri = baseUri + "/28.m3u8?schemeSecret=1&t=1692345456402"; variable
53 std::shared_ptr<M3U8> testM3u8 = std::make_shared<M3U8>(testUri, testName);
H A Dm3u8_unit_test.cpp59 M3U8 m3u8(testUri, testName);
61 ASSERT_EQ(m3u8.uri_, testUri);
392 M3U8 m3u8(testUri, "LivePlaylist");
402 M3U8Fragment fragment(testUri, testDuration, testSequence, testDiscont);
403 ASSERT_EQ(fragment.uri_, testUri);
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ipc_ability_mgr_test/
H A Dipc_ability_mgr_module_test.cpp403 Uri testUri("testuri"); variable
413 testResult = (uri.ToString() == testUri.ToString() && tryBind == testTryBind && in __anon011b81870102()
421 abilityMgrClient->AcquireDataAbility(testUri, testTryBind, clientAbilityRecord->GetToken());
/ohos5.0/foundation/filemanagement/user_file_service/test/fuzztest/externalfileaccess_fuzzer/
H A Dexternal_file_access_fuzzer.cpp281 Uri testUri(""); in MoveFuzzTest() local
282 result = helper->CreateFile(newDirUriTest1, "test.txt", testUri); in MoveFuzzTest()
288 result = helper->Move(testUri, newDirUriTest2, testUri2); in MoveFuzzTest()
/ohos5.0/foundation/filemanagement/user_file_service/test/fuzztest/medialibraryfileaccess_fuzzer/
H A Dmedialibrary_file_access_fuzzer.cpp306 Uri testUri(""); in MoveFuzzTest() local
307 …elper->CreateFile(newDirUriTest1, std::string(reinterpret_cast<const char*>(data), size), testUri); in MoveFuzzTest()
313 result = helper->Move(testUri, newDirUriTest2, testUri2); in MoveFuzzTest()
/ohos5.0/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp924 std::string testUri = "/data/test/path"; variable
926 bool reset = g_datarecordnull->SetUri(testUri);
930 reset = g_datarecord->SetUri(testUri);
1026 std::string testUri = "datashare:////#fdFromBinder=155"; variable
1027 int32_t fd = PasteBoardClientAdapterImpl::GetInstance().OpenRemoteUri(testUri);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-print.md990 uri : 'testUri',
1059 uri : 'testUri',
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-print.md988 uri : 'testUri',
1057 uri : 'testUri',