Home
last modified time | relevance | path

Searched refs:GetCdevInfoMap (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/google/pixel/thermal/
Dthermal-helper.h103 virtual const std::unordered_map<std::string, CdevInfo> &GetCdevInfoMap() const = 0;
159 const std::unordered_map<std::string, CdevInfo> &GetCdevInfoMap() const override { in GetCdevInfoMap() function
/aosp_15_r20/hardware/google/pixel/thermal/tests/
Dmock_thermal_helper.h50 MOCK_METHOD((const std::unordered_map<std::string, CdevInfo> &), GetCdevInfoMap, (),