Home
last modified time | relevance | path

Searched refs:GetRequestValue (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/
H A DNode.cc71 if (req_sorted_[i].GetRequestValue() == value) { in GetValueIndex()
91 values.emplace_back(value.GetRequestValue()); in GetValues()
H A DPropertyNode.cc53 req_sorted_[value_index].GetRequestValue(); in Update()
H A DRequestGroup.cc45 const std::string& RequestGroup::GetRequestValue() const { in GetRequestValue() function in android::perfmgr::RequestGroup
H A DFileNode.cc59 req_sorted_[value_index].GetRequestValue(); in Update()
/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
H A DRequestGroup.h48 const std::string& GetRequestValue() const;
/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
H A DRequestGroupTest.cc35 EXPECT_EQ(test_str, req.GetRequestValue()); in TEST()