Searched refs:GetValues (Results 1 – 10 of 10) sorted by relevance
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/ |
D | HintManagerTest.cc | 458 EXPECT_EQ("1512000", nodes[0]->GetValues()[0]); in TEST_F() 459 EXPECT_EQ("1134000", nodes[0]->GetValues()[1]); in TEST_F() 460 EXPECT_EQ("384000", nodes[0]->GetValues()[2]); in TEST_F() 461 EXPECT_EQ("1512000", nodes[1]->GetValues()[0]); in TEST_F() 462 EXPECT_EQ("1134000", nodes[1]->GetValues()[1]); in TEST_F() 463 EXPECT_EQ("384000", nodes[1]->GetValues()[2]); in TEST_F() 473 EXPECT_EQ("HIGH", nodes[2]->GetValues()[0]); in TEST_F() 474 EXPECT_EQ("LOW", nodes[2]->GetValues()[1]); in TEST_F() 475 EXPECT_EQ("NONE", nodes[2]->GetValues()[2]); in TEST_F() 551 EXPECT_EQ("1512000", nodes[0]->GetValues()[0]); in TEST_F() [all …]
|
D | PropertyNodeTest.cc | 105 std::vector values = t.GetValues(); in TEST() 119 EXPECT_EQ(0u, t.GetValues().size()); in TEST()
|
D | FileNodeTest.cc | 98 std::vector values = t.GetValues(); in TEST() 112 EXPECT_EQ(0u, t.GetValues().size()); in TEST()
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/ |
D | Node.h | 66 std::vector<std::string> GetValues() const;
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/ |
D | Node.cc | 88 std::vector<std::string> Node::GetValues() const { in GetValues() function in android::perfmgr::Node
|
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/proto/ |
D | VehicleServer.proto | 36 rpc GetValues(VehiclePropValueRequests) returns (GetValueResults) {} rpc
|
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/ |
D | GRPCVehicleProxyServer.h | 52 ::grpc::Status GetValues(::grpc::ServerContext* context,
|
D | GRPCVehicleHardware.cpp | 121 auto grpc_status = mGrpcStub->GetValues(&context, protoRequests, &protoResults); in getValues()
|
D | GRPCVehicleProxyServer.cpp | 109 ::grpc::Status GrpcVehicleProxyServer::GetValues(::grpc::ServerContext* context, in GetValues() function in android::hardware::automotive::vehicle::virtualization::GrpcVehicleProxyServer
|
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/test/ |
D | GRPCVehicleHardwareUnitTest.cpp | 66 ::grpc::Status GetValues(::grpc::ServerContext* context, in GetValues() function in android::hardware::automotive::vehicle::virtualization::FakeVehicleServer
|