Home
last modified time | relevance | path

Searched defs:testPath (Results 1 – 19 of 19) sorted by relevance

/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
Dcommon_util_test.cpp40 const char *testPath = "/etc/dhcp/dhcp_server.conf"; variable
48 const char *testPath = "./test/data/testpath"; variable
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/
Dconnection_detector_test.cpp259 string testPath = "/data/test/1.txt"; variable
288 string testPath = "/data/test/1.txt"; variable
324 string testPath = "/data/test/1.txt"; variable
360 string testPath = "/data/test/1.txt"; variable
/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/audio_socket_thread_test/src/
Daudio_socket_thread_test.cpp1276 std::string testPath = "/tmp/test_path"; variable
1298 std::string testPath = "/tmp/test_path_invalid"; variable
1537 std::string testPath = "/tmp/test_path"; variable
1555 std::string testPath = "/tmp/test_path"; variable
1573 std::string testPath = "/tmp/test_path"; variable
1592 std::string testPath = "/tmp/test_path"; variable
1610 std::string testPath = "/tmp/test_path"; variable
/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/
Dfile_utils_test.cpp296 std::string testPath = "/data/test/tdd"; variable
313 std::string testPath = "/data/test/tdd"; variable
336 std::string testPath = basePath + "/fold"; variable
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fbex_test/
Dfbex_test.cpp231 char testPath[] = "testpath"; variable
234 char testPath[] = "testpath"; in __anonfedaefe20202() local
249 char testPath[] = "testpath"; variable
268 char testPath[] = "testpath"; variable
/foundation/filemanagement/file_api/interfaces/test/unittest/js/mod_fs/class_stat/
Dfs_stat_mock_test.cpp79 string testPath = "/test/stat_path"; variable
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
Dsoftbus_asset_send_listener_test.cpp32 const string testPath = "/data/test"; variable
Dsoftbus_asset_recv_listener_test.cpp50 const string testPath = "/data/test"; variable
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/copy/
Dfile_copy_listener_test.cpp151 std::string testPath = "/data/test_file_listener.txt"; variable
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
Dmedia_file_utils_test.cpp165 string testPath = "/data/test/WriteStrToFileTest_001"; variable
919 string testPath = "/data/test/copydirectory_002"; variable
929 string testPath = "/data/test/copydirectory_003"; variable
940 string testPath = "/data/test/copydirectory_004"; variable
/foundation/multimedia/audio_framework/test/fuzztest/audiosocketthread_fuzzer/
Daudio_socket_thread_fuzzer.cpp158 std::string testPath = "/tmp/test_path"; in AudioSocketThreadReadAndScanDpStateFuzzTest() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/model/
Dmodel_test_ng.cpp48 std::string testPath = "/data/local"; variable
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_filesystem/
Db_dir_test.cpp509 std::set<std::string> testPath = { variable
/foundation/multimedia/audio_framework/test/fuzztest/audiopnpserver_fuzzer/
Daudio_pnp_server_fuzzer.cpp251 std::string testPath = "/tmp/test_path"; in AudioSocketThreadReadAndScanDpNameFuzzTest() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_custom_restore_test/src/
Dphoto_custom_restore_operation_test.cpp32 std::string testPath = "/data/test/PhotoCustomRestoreOperationTest"; member in OHOS::Media::PhotoCustomRestoreOperationTest
/foundation/graphic/graphic_surface/surface/test/unittest/
Dbuffer_queue_producer_test.cpp386 std::string testPath = "/data/SurfaceTestTmp/test.txt"; variable
/foundation/multimedia/av_codec/test/unittest/http_source_test/
Ddownloader_unit_test.cpp1331 std::string testPath = "http://127.0.0.1:46666/test_cbr/720_1M/video_720.m3u8"; variable
1361 std::string testPath = "http://127.0.0.1:46666/test_cbr/720_1M/video_720.m3u8"; variable
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
Dplugin_texture_encode_test.cpp800 const std::string testPath = "/data/local/tmp"; in ReadFileExtern() local
/foundation/multimedia/camera_lite/test/unittest/
Dcamera_lite_test.cpp225 int32_t SampleSaveCapture(string testPath, const char *buffer, uint32_t size) in SampleSaveCapture()