Home
last modified time | relevance | path

Searched refs:testCaseName (Results 1 - 25 of 110) sorted by relevance

12345

/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H A Ddata_share_test.cpp40 std::string GetTestDir(std::string& testCaseName) in GetTestDir() argument
46 workPath.append(testCaseName); in GetTestDir()
55 std::string GenerateTestFileName(std::string& testCaseName, int index) in GenerateTestFileName() argument
57 return GetTestDir(testCaseName) + "testFile" + std::to_string(index); in GenerateTestFileName()
136 std::string testCaseName("DataShareUtilTest001"); in HWTEST_F()
139 GenerateTestFileName(testCaseName, INDEX_1).c_str()); in HWTEST_F()
141 (void)FileUtil::SaveStringToFile(GenerateTestFileName(testCaseName, INDEX_0).c_str(), "test0"); in HWTEST_F()
142 ret = DataShareUtil::CopyFile(GenerateTestFileName(testCaseName, INDEX_0).c_str(), "//...../invalid_dest_file"); in HWTEST_F()
144 (void)FileUtil::SaveStringToFile(GenerateTestFileName(testCaseName, INDEX_1).c_str(), "test1"); in HWTEST_F()
145 ret = DataShareUtil::CopyFile(GenerateTestFileName(testCaseName, INDEX_ in HWTEST_F()
[all...]
/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Dmodule_init_test.cpp55 string testCaseName = string(testInfo->name()); in SetUp() local
56 REQUEST_HILOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
57 GTEST_LOG_(INFO) << testCaseName.append(" start"); in SetUp()
H A Drequest_sync_load_callback_test.cpp65 string testCaseName = string(testInfo->name()); in SetUp() local
66 REQUEST_HILOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
67 GTEST_LOG_(INFO) << testCaseName.append(" start"); in SetUp()
H A Druncount_notify_stub_test.cpp64 string testCaseName = string(testInfo->name()); in SetUp() local
65 REQUEST_HILOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
66 GTEST_LOG_(INFO) << testCaseName.append(" start"); in SetUp()
/base/account/os_account/frameworks/common/test/unittest/common_account_test/
H A Daccount_file_operator_test.cpp50 string testCaseName = string(testinfo->name()); in SetUp() local
51 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
H A Daccount_log_test.cpp41 string testCaseName = string(testinfo->name()); in SetUp() local
42 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
/base/account/os_account/services/accountmgr/test/moduletest/common/
H A Daccount_permission_manager_module_test.cpp46 string testCaseName = string(testinfo->name()); in SetUp() local
47 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
/base/account/os_account/services/accountmgr/test/unittest/common/account_permission_manager_test/
H A Daccount_permission_manager_test.cpp45 string testCaseName = string(testinfo->name()); in SetUp() local
46 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_photo_operator_test.cpp59 string testCaseName = string(testinfo->name()); in SetUp() local
60 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
H A Dos_account_database_operator_test.cpp59 string testCaseName = string(testinfo->name()); in SetUp() local
60 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
H A Dos_account_file_operator_test.cpp59 string testCaseName = string(testinfo->name()); in SetUp() local
60 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
H A Dos_account_control_file_manager_test.cpp56 string testCaseName = string(testinfo->name()); in SetUp() local
57 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
/base/account/os_account/frameworks/osaccount/native/test/unittest/
H A Dos_account_subscribe_info_test.cpp50 string testCaseName = string(testinfo->name()); in SetUp() local
51 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_domain_account_callback_test.cpp53 string testCaseName = string(testinfo->name()); in SetUp() local
54 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
H A Dos_account_data_storage_test.cpp67 string testCaseName = string(testinfo->name()); in SetUp() local
68 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
H A Dos_account_service_test.cpp56 string testCaseName = string(testinfo->name()); in SetUp() local
57 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
/base/account/os_account/tools/test/moduletest/acm/
H A Daccount_command_create_module_test.cpp64 string testCaseName = string(testinfo->name()); in SetUp() local
65 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
H A Daccount_command_delete_module_test.cpp70 string testCaseName = string(testinfo->name()); in SetUp() local
71 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
H A Daccount_command_switch_module_test.cpp55 string testCaseName = string(testinfo->name()); in SetUp() local
56 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
/base/account/os_account/interfaces/kits/capi/test/unittest/osaccount/
H A Dos_account_ndk_test.cpp52 string testCaseName = string(testinfo->name()); in SetUp() local
53 GTEST_LOG_(INFO) <<"[SetUp] " << testCaseName.c_str() << " start." << std::endl; in SetUp()
/base/account/os_account/frameworks/ohosaccount/test/moduletests/account_mgr_test/
H A Ddevice_account_info_test.cpp51 string testCaseName = string(testinfo->name()); in SetUp() local
52 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
/base/account/os_account/frameworks/test/unittest/
H A Daccount_ohosaccount_proxy_mock_test.cpp51 string testCaseName = string(testinfo->name()); in SetUp() local
52 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
/base/account/os_account/services/accountmgr/test/unittest/common/ability_manager_adapter/
H A Dability_manager_adapter_mock_test.cpp54 string testCaseName = string(testinfo->name()); in SetUp() local
55 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
H A Dability_manager_adapter_test.cpp56 string testCaseName = string(testinfo->name()); in SetUp() local
57 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dat_not_mock_app_account_manager_service_module_test.cpp54 string testCaseName = string(testinfo->name()); in SetUp() local
55 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()

Completed in 7 milliseconds

12345