Home
last modified time | relevance | path

Searched refs:GetHardwareInfo (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dget_hardware_info.cpp29 GetHardwareInfo::GetHardwareInfo() in GetHardwareInfo() function in OHOS::HiviewDFX::GetHardwareInfo
32 GetHardwareInfo::~GetHardwareInfo() in ~GetHardwareInfo()
41 bool GetHardwareInfo::FindFilePaths(vector<string> &result) in FindFilePaths()
53 void GetHardwareInfo::GetResverRegPath(string &path) in GetResverRegPath()
74 void GetHardwareInfo::GetValue(const std::string &str, uint64_t &value) in GetValue()
89 bool GetHardwareInfo::RegStrToRegValue(const vector<string> &infos, uint64_t &value) in RegStrToRegValue()
108 bool GetHardwareInfo::GetResverRegValue(const string &path, uint64_t &value) in GetResverRegValue()
122 uint64_t GetHardwareInfo::CalcHardware(const vector<string> &paths) in CalcHardware()
138 void GetHardwareInfo::GetGroupOfPaths(const size_t &index, const size_t &size, const std::vector<st… in GetGroupOfPaths()
151 bool GetHardwareInfo::GetHardwareUsage(uint64_t &totalValue) in GetHardwareUsage()
H A Dmemory_info.cpp275 unique_ptr<GetHardwareInfo> getHardwareInfo = make_unique<GetHardwareInfo>(); in GetHardWareUsage()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dget_hardware_info.h21 class GetHardwareInfo {
23 GetHardwareInfo();
24 ~GetHardwareInfo();
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_memory_test.cpp140 unique_ptr<OHOS::HiviewDFX::GetHardwareInfo> getHardwareInfo =
141 make_unique<OHOS::HiviewDFX::GetHardwareInfo>();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_round_corner_display_manager.h78 rs_rcd::RoundCornerHardware GetHardwareInfo(NodeId id, bool preparing = false);
H A Drs_round_corner_display_manager.cpp250 rs_rcd::RoundCornerHardware RoundCornerDisplayManager::GetHardwareInfo(NodeId id, bool preparing) in GetHardwareInfo() function in OHOS::Rosen::RoundCornerDisplayManager
262 … return preparing ? rcdMap_.at(id)->GetHardwareInfoPreparing() : rcdMap_.at(id)->GetHardwareInfo(); in GetHardwareInfo()
H A Drs_round_corner_display.h101 rs_rcd::RoundCornerHardware GetHardwareInfo() in GetHardwareInfo() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_round_corner_display_test.cpp1133 auto hardInfo = rcdInstance.GetHardwareInfo(id);
1142 hardInfo = rcdInstance.GetHardwareInfo(id);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp192 … auto hardInfo = RSSingleton<RoundCornerDisplayManager>::GetInstance().GetHardwareInfo(id, true); in DoScreenRcdTask()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp239 … auto hardInfo = RSSingleton<RoundCornerDisplayManager>::GetInstance().GetHardwareInfo(id); in DoScreenRcdTask()