Searched refs:GetPath (Results 1 – 8 of 8) sorted by relevance
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/ |
D | Node.h | 65 const std::string& GetPath() const;
|
/hardware/interfaces/threadnetwork/aidl/default/ |
D | socket_interface.cpp | 165 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/ |
D | Node.cc | 64 const std::string& Node::GetPath() const { in GetPath() function in android::perfmgr::Node
|
D | HintManager.cc | 380 const std::string &node_path = nodes[i]->GetPath(); in GetFromJSON()
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/ |
D | HintManagerTest.cc | 532 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()
|
D | PropertyNodeTest.cc | 118 EXPECT_EQ(test_path, t.GetPath()); in TEST()
|
D | FileNodeTest.cc | 111 EXPECT_EQ(test_path, t.GetPath()); in TEST()
|
D | EventNodeTest.cc | 122 EXPECT_EQ(test_path, t.GetPath()); in TEST()
|