Home
last modified time | relevance | path

Searched refs:TEST_PATH (Results 1 - 12 of 12) sorted by relevance

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_file_receive_listener_test.cpp31 const string TEST_PATH = "/data/test"; member
54 SoftBusFileReceiveListener::SetRecvPath(TEST_PATH); in SetUp()
72 EXPECT_EQ(path, TEST_PATH); in HWTEST_F()
76 EXPECT_EQ(path, TEST_PATH); in HWTEST_F()
139 EXPECT_EQ(string((event.UpdateRecvPath)()), TEST_PATH); in HWTEST_F() local
H A Dsoftbus_session_listener_test.cpp33 const string TEST_PATH = "/data/test/"; member
47 physicalPath = TEST_PATH; in GetPhysicalPath()
158 EXPECT_EQ(realPath, TEST_PATH); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_thumbnail_service_test/src/
H A Dmedialibrary_thumbnail_kvstore_test.cpp25 const std::string TEST_PATH = "/data/test"; member
36 int errCode = kvStorePtr_->Init(KvStoreRoleType::OWNER, KvStoreValueType::MONTH_ASTC, TEST_PATH); in SetUpTestCase()
149 int errCode = monthKvStorePtr->Init(KvStoreRoleType::OWNER, KvStoreValueType::MONTH_ASTC, TEST_PATH); in HWTEST_F()
153 errCode = monthKvStorePtr->RebuildKvStore(KvStoreValueType::MONTH_ASTC, TEST_PATH); in HWTEST_F()
157 errCode = yearKvStorePtr->Init(KvStoreRoleType::OWNER, KvStoreValueType::YEAR_ASTC, TEST_PATH); in HWTEST_F()
161 errCode = yearKvStorePtr->RebuildKvStore(KvStoreValueType::YEAR_ASTC, TEST_PATH); in HWTEST_F()
164 errCode = kvStorePtr_->RebuildKvStore(KvStoreValueType::MONTH_ASTC_OLD_VERSION, TEST_PATH); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dfile_asset_test.cpp51 const string TEST_PATH = TEST_RELATIVE_PATH + TEST_DISPLAY_NAME; in HWTEST_F() local
52 fileAsset.SetPath(TEST_PATH); in HWTEST_F()
53 EXPECT_EQ(fileAsset.GetPath(), TEST_PATH); in HWTEST_F()
H A Dfetch_result_test.cpp42 static const string TEST_PATH = "/data/test"; member
58 valuesBucket.PutString(MEDIA_DATA_DB_FILE_PATH, TEST_PATH); in SetUpTestCase()
157 EXPECT_EQ(fileAsset->GetPath(), TEST_PATH); in HWTEST_F()
185 EXPECT_EQ(fileAsset->GetPath(), TEST_PATH); in HWTEST_F()
/foundation/filemanagement/dfs_service/test/mock/
H A Dpreference_helper_mock.cpp22 #define TEST_PATH "/data/service/el2/123/hmdfs/cloudfile_manager/test_key/" macro
60 if (options.filePath == TEST_PATH) { in GetPreferences()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp46 const std::string TEST_PATH = "/test/test/"; member
140 auto ret = InstalldOperator::IsExistFile(TEST_PATH); in HWTEST_F()
488 extractParam.srcPath = TEST_PATH; in HWTEST_F()
489 extractParam.targetPath = TEST_PATH; in HWTEST_F()
555 extractParam.targetPath = TEST_PATH; in HWTEST_F()
640 ret = InstalldOperator::RenameFile("/test/123", TEST_PATH); in HWTEST_F()
652 auto ret = InstalldOperator::RenameFile(TEST_PATH, TEST_PATH); in HWTEST_F()
710 bool ret = InstalldOperator::ApplyDiffPatch("", "", TEST_PATH, 0); in HWTEST_F()
723 TEST_QUICK_FIX_FILE_PATH_FIRST, TEST_PATH, TEST_CPU_AB in HWTEST_F()
[all...]
H A Dbms_install_daemon_test.cpp46 const std::string TEST_PATH = "/data/app/el1/bundle/public/com.example.test/"; member
890 extractParam.targetPath = TEST_PATH; in HWTEST_F()
908 extractParam.targetPath = TEST_PATH; in HWTEST_F()
915 + ", targetPath = " + TEST_PATH in HWTEST_F()
930 extractParam.targetPath = TEST_PATH; in HWTEST_F()
H A Dbms_install_daemon_host_impl_test.cpp33 const std::string TEST_PATH = "/data/app/el1/bundle/public/com.example.test/"; member
480 extractParam.targetPath = TEST_PATH; in HWTEST_F()
538 extractParam.targetPath = TEST_PATH; in HWTEST_F()
948 extractParam.targetPath = TEST_PATH; in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/crypto_test/
H A Dcrypto_test.cpp33 const std::string TEST_PATH = "/data/test"; member
86 const std::string path = TEST_PATH; in HWTEST_F()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/
H A Ddentry_meta_file_test.cpp29 const string TEST_PATH = "/data/service/el2/100/hmdfs/cache/account_cache/dentry_cache/cloud/"; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp48 const std::string TEST_PATH = "//com.example.test/"; member
1758 data.uri = TEST_PATH; in HWTEST_F()

Completed in 15 milliseconds