Home
last modified time | relevance | path

Searched defs:testPath (Results 1 – 14 of 14) 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/communication/netmanager_base/test/netcommon/unittest/net_common/
Dnet_mgr_log_wrapper_test.cpp62 const std::string testPath = "test"; variable
70 const std::string testPath = "test"; variable
/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
Dnet_mgr_log_wrapper_test.cpp62 const std::string testPath = "test"; variable
70 const std::string testPath = "test"; variable
/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/
Dfile_utils_test.cpp293 std::string testPath = "/data/test/tdd"; variable
310 std::string testPath = "/data/test/tdd"; variable
333 std::string testPath = basePath + "/fold"; 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/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.cpp34 const string testPath = "/data/test"; variable
/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/audio_socket_thread_test/src/
Daudio_socket_thread_test.cpp1119 std::string testPath = "/tmp/test_path"; variable
1346 std::string testPath = "/tmp/test_path"; variable
1364 std::string testPath = "/tmp/test_path"; variable
1382 std::string testPath = "/tmp/test_path"; variable
1401 std::string testPath = "/tmp/test_path"; variable
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
Dmedia_file_utils_test.cpp155 string testPath = "/data/test/WriteStrToFileTest_001"; variable
909 string testPath = "/data/test/copydirectory_002"; variable
919 string testPath = "/data/test/copydirectory_003"; variable
930 string testPath = "/data/test/copydirectory_004"; variable
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_filesystem/
Db_dir_test.cpp336 std::string testPath = "../test../test1"; variable
506 std::set<std::string> testPath = { variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/model/
Dmodel_test_ng.cpp48 std::string testPath = "/data/local"; variable
/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/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
Dplugin_texture_encode_test.cpp798 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()