/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/ |
H A D | data_share_test.cpp | 40 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 D | module_init_test.cpp | 55 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 D | request_sync_load_callback_test.cpp | 65 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 D | runcount_notify_stub_test.cpp | 64 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 D | account_file_operator_test.cpp | 50 string testCaseName = string(testinfo->name()); in SetUp() local 51 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
|
H A D | account_log_test.cpp | 41 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 D | account_permission_manager_module_test.cpp | 46 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 D | account_permission_manager_test.cpp | 45 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 D | os_account_photo_operator_test.cpp | 59 string testCaseName = string(testinfo->name()); in SetUp() local 60 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
|
H A D | os_account_database_operator_test.cpp | 59 string testCaseName = string(testinfo->name()); in SetUp() local 60 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
|
H A D | os_account_file_operator_test.cpp | 59 string testCaseName = string(testinfo->name()); in SetUp() local 60 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
|
H A D | os_account_control_file_manager_test.cpp | 56 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 D | os_account_subscribe_info_test.cpp | 50 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 D | os_account_domain_account_callback_test.cpp | 53 string testCaseName = string(testinfo->name()); in SetUp() local 54 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
|
H A D | os_account_data_storage_test.cpp | 67 string testCaseName = string(testinfo->name()); in SetUp() local 68 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
|
H A D | os_account_service_test.cpp | 56 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 D | account_command_create_module_test.cpp | 64 string testCaseName = string(testinfo->name()); in SetUp() local 65 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
|
H A D | account_command_delete_module_test.cpp | 70 string testCaseName = string(testinfo->name()); in SetUp() local 71 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
|
H A D | account_command_switch_module_test.cpp | 55 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 D | os_account_ndk_test.cpp | 52 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 D | device_account_info_test.cpp | 51 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 D | account_ohosaccount_proxy_mock_test.cpp | 51 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 D | ability_manager_adapter_mock_test.cpp | 54 string testCaseName = string(testinfo->name()); in SetUp() local 55 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
|
H A D | ability_manager_adapter_test.cpp | 56 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 D | at_not_mock_app_account_manager_service_module_test.cpp | 54 string testCaseName = string(testinfo->name()); in SetUp() local 55 ACCOUNT_LOGI("[SetUp] %{public}s start", testCaseName.c_str()); in SetUp()
|