Home
last modified time | relevance | path

Searched refs:GetApplicationNameById (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/
H A Dzip_helper.h43 std::string GetApplicationNameById(int32_t uid);
H A Dzip_helper.cpp85 std::string GetApplicationNameById(int32_t uid) in GetApplicationNameById() function
/ohos5.0/base/hiviewdfx/hiview/adapter/service/server/src/
H A Dhiview_service_ability.cpp41 static std::string GetApplicationNameById(int32_t uid) in GetApplicationNameById() function
53 std::string bundleName = GetApplicationNameById(uid); in GetSandBoxPathByUid()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp697 name = GetApplicationNameById(id); in QuerySelfFaultLog()
749 std::string appName = GetApplicationNameById(info.id); in AddFaultLogIfNeed()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp396 std::string appName = GetApplicationNameById(info.id); in GenCppCrashLogTestCommon()