Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DNode.h65 const std::string& GetPath() const;
/hardware/interfaces/threadnetwork/aidl/default/
Dsocket_interface.cpp165 WaitForSocketFileCreated(mRadioUrl.GetPath()); in InitSocket()
281 VerifyOrExit(sizeof(serverAddress.sun_path) > strlen(aRadioUrl.GetPath()), in OpenFile()
283 strncpy(serverAddress.sun_path, aRadioUrl.GetPath(), sizeof(serverAddress.sun_path)); in OpenFile()
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DNode.cc64 const std::string& Node::GetPath() const { in GetPath() function in android::perfmgr::Node
DHintManager.cc380 const std::string &node_path = nodes[i]->GetPath(); in GetFromJSON()
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc532 EXPECT_EQ(files_[0 + 2]->path, nodes[0]->GetPath()); in TEST_F()
533 EXPECT_EQ(files_[1 + 2]->path, nodes[1]->GetPath()); in TEST_F()
548 EXPECT_EQ(prop_, nodes[2]->GetPath()); in TEST_F()
618 EXPECT_EQ(files_[0 + 2]->path, nodes[0]->GetPath()); in TEST_F()
619 EXPECT_EQ(files_[1 + 2]->path, nodes[1]->GetPath()); in TEST_F()
634 EXPECT_EQ(prop_, nodes[2]->GetPath()); in TEST_F()
DPropertyNodeTest.cc118 EXPECT_EQ(test_path, t.GetPath()); in TEST()
DFileNodeTest.cc111 EXPECT_EQ(test_path, t.GetPath()); in TEST()
DEventNodeTest.cc122 EXPECT_EQ(test_path, t.GetPath()); in TEST()