Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/common/test/unittest/common_appexecfwk_log_test/
H A Dappexecfwk_log_test.cpp71 std::string result = AppLogWrapper::GetBriefFileName(fileName.c_str()); in HWTEST_F()
88 std::string result = AppLogWrapper::GetBriefFileName(fileName.c_str()); in HWTEST_F()
92 result = AppLogWrapper::GetBriefFileName(fileName.c_str()); in HWTEST_F()
95 result = AppLogWrapper::GetBriefFileName(nullptr); in HWTEST_F()
/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
H A Dnet_mgr_log_wrapper_test.cpp56 auto ret = NetMgrLogWrapper::GetBriefFileName(testFile); in HWTEST_F()
64 auto ret = NetMgrLogWrapper::GetBriefFileName(testPath + "/" + testFileName); in HWTEST_F()
72 auto ret = NetMgrLogWrapper::GetBriefFileName(testPath + "\\" + testFileName); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/common/log/src/
H A Dapp_log_wrapper.cpp29 std::string AppLogWrapper::GetBriefFileName(const char *str) in GetBriefFileName() function in OHOS::AppExecFwk::AppLogWrapper
/foundation/communication/netmanager_ext/utils/log/src/
H A Dnetmgr_ext_log_wrapper.cpp29 std::string NetMgrExtLogWrapper::GetBriefFileName(const std::string &file) in GetBriefFileName() function in OHOS::NetManagerStandard::NetMgrExtLogWrapper
/foundation/communication/netmanager_base/utils/log/src/
H A Dnet_mgr_log_wrapper.cpp32 std::string NetMgrLogWrapper::GetBriefFileName(const std::string &file) in GetBriefFileName() function in OHOS::NetManagerStandard::NetMgrLogWrapper
/foundation/communication/netmanager_ext/utils/log/include/
H A Dnetmgr_ext_log_wrapper.h47 static std::string GetBriefFileName(const std::string &file);
/foundation/communication/netmanager_base/utils/log/include/
H A Dnet_mgr_log_wrapper.h47 static std::string GetBriefFileName(const std::string &file);
/foundation/arkui/ace_engine/frameworks/base/log/
H A Dlog_wrapper.h47 ACE_FMT_PREFIX fmt, OHOS::Ace::LogWrapper::GetBriefFileName(__FILE__), \
56 ACE_FMT_PREFIX fmt, OHOS::Ace::LogWrapper::GetBriefFileName(__FILE__), \
248 static const char* GetBriefFileName(const char* name) in GetBriefFileName() function in OHOS::Ace::final
/foundation/bundlemanager/bundle_framework/common/log/include/
H A Dapp_log_wrapper.h50 static std::string GetBriefFileName(const char *str);

Completed in 3 milliseconds