Home
last modified time | relevance | path

Searched refs:GetBriefFileName (Results 1 - 8 of 8) sorted by relevance

/base/account/os_account/frameworks/common/test/unittest/common_account_test/
H A Daccount_log_test.cpp84 * @tc.steps: step2. Call the GetBriefFileName method to split the string in HWTEST_F()
87 std::string result = AccountLogWrapper::GetBriefFileName(fileName); in HWTEST_F()
100 std::string result = AccountLogWrapper::GetBriefFileName(fileName); in HWTEST_F()
103 result = AccountLogWrapper::GetBriefFileName(fileName); in HWTEST_F()
122 * @tc.steps: step2. Call the GetBriefFileName method to split the string in HWTEST_F()
125 std::string result = AccountLogWrapper::GetBriefFileName(fileName); in HWTEST_F()
/base/update/updateservice/foundations/ability/log/src/test/unittest/src/
H A Dupdate_log_test.cpp76 ASSERT_EQ("test.cpp", log.GetBriefFileName("test.cpp")); in HWTEST_F()
77 ASSERT_EQ("test.cpp", log.GetBriefFileName("log/test.cpp")); in HWTEST_F()
78 ASSERT_EQ("test.cpp", log.GetBriefFileName("log\\test.cpp")); in HWTEST_F()
/base/update/updateservice/foundations/ability/log/src/
H A Dupdate_log.cpp43 std::string UpdateLog::GetBriefFileName(const std::string &file) in GetBriefFileName() function in OHOS::UpdateEngine::UpdateLog
84 UpdateLog::GetBriefFileName(logContent.fileName).c_str(), logContent.line, logContent.args.c_str()); in PrintSingleLine()
88 UpdateLog::GetBriefFileName(logContent.fileName).c_str(), logContent.line, logContent.args.c_str()); in PrintSingleLine()
92 UpdateLog::GetBriefFileName(logContent.fileName).c_str(), logContent.line, logContent.args.c_str()); in PrintSingleLine()
/base/account/os_account/frameworks/common/log/src/
H A Daccount_log_wrapper.cpp28 std::string AccountLogWrapper::GetBriefFileName(const std::string &file) in GetBriefFileName() function in OHOS::AccountSA::AccountLogWrapper
/base/telephony/telephony_data/common/src/
H A Ddata_storage_log_wrapper.cpp34 std::string DataStorageLogWrapper::GetBriefFileName(const std::string &file) in GetBriefFileName() function in OHOS::Telephony::DataStorageLogWrapper
/base/account/os_account/frameworks/common/log/include/
H A Daccount_log_wrapper.h47 static std::string GetBriefFileName(const std::string &file);
/base/telephony/telephony_data/common/include/
H A Ddata_storage_log_wrapper.h47 static std::string GetBriefFileName(const std::string &file);
/base/update/updateservice/foundations/ability/log/include/
H A Dupdate_log.h85 static std::string GetBriefFileName(const std::string &file);

Completed in 4 milliseconds