Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
H A DHintManagerTest.cc386 EXPECT_EQ("1512000", nodes[0]->GetValues()[0]); in TEST_F()
388 EXPECT_EQ("384000", nodes[0]->GetValues()[2]); in TEST_F()
391 EXPECT_EQ("384000", nodes[1]->GetValues()[2]); in TEST_F()
401 EXPECT_EQ("HIGH", nodes[2]->GetValues()[0]); in TEST_F()
402 EXPECT_EQ("LOW", nodes[2]->GetValues()[1]); in TEST_F()
403 EXPECT_EQ("NONE", nodes[2]->GetValues()[2]); in TEST_F()
481 EXPECT_EQ("384000", nodes[0]->GetValues()[2]); in TEST_F()
484 EXPECT_EQ("384000", nodes[1]->GetValues()[2]); in TEST_F()
494 EXPECT_EQ("HIGH", nodes[2]->GetValues()[0]); in TEST_F()
495 EXPECT_EQ("", nodes[2]->GetValues()[1]); in TEST_F()
[all …]
H A DPropertyNodeTest.cc100 std::vector values = t.GetValues(); in TEST()
114 EXPECT_EQ(0u, t.GetValues().size()); in TEST()
H A DFileNodeTest.cc91 std::vector values = t.GetValues(); in TEST()
105 EXPECT_EQ(0u, t.GetValues().size()); in TEST()
/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
H A DNode.h66 std::vector<std::string> GetValues() const;
/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/
H A DNode.cc88 std::vector<std::string> Node::GetValues() const { in GetValues() function in android::perfmgr::Node
/aosp12/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp279 std::optional<EntryStorage> GetValues() { in GetValues() function in __anon99a0a27b0110::UsapTableEntry
1954 auto entry_values = entry.GetValues(); in MakeUsapPipeReadFDVector()
2497 auto entry_storage = entry.GetValues(); in com_android_internal_os_Zygote_nativeEmptyUsapPool()