Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DNode.h65 const std::string& GetPath() const;
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DNode.cc64 const std::string& Node::GetPath() const { in GetPath() function in android::perfmgr::Node
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc384 EXPECT_EQ(files_[0 + 2]->path, nodes[0]->GetPath()); in TEST_F()
385 EXPECT_EQ(files_[1 + 2]->path, nodes[1]->GetPath()); in TEST_F()
400 EXPECT_EQ(prop_, nodes[2]->GetPath()); in TEST_F()
477 EXPECT_EQ(files_[0 + 2]->path, nodes[0]->GetPath()); in TEST_F()
478 EXPECT_EQ(files_[1 + 2]->path, nodes[1]->GetPath()); in TEST_F()
493 EXPECT_EQ(prop_, nodes[2]->GetPath()); in TEST_F()
DPropertyNodeTest.cc113 EXPECT_EQ(test_path, t.GetPath()); in TEST()
DFileNodeTest.cc104 EXPECT_EQ(test_path, t.GetPath()); in TEST()