Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc458 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 …]
DPropertyNodeTest.cc105 std::vector values = t.GetValues(); in TEST()
119 EXPECT_EQ(0u, t.GetValues().size()); in TEST()
DFileNodeTest.cc98 std::vector values = t.GetValues(); in TEST()
112 EXPECT_EQ(0u, t.GetValues().size()); in TEST()
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DNode.h66 std::vector<std::string> GetValues() const;
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DNode.cc88 std::vector<std::string> Node::GetValues() const { in GetValues() function in android::perfmgr::Node
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/proto/
DVehicleServer.proto36 rpc GetValues(VehiclePropValueRequests) returns (GetValueResults) {} rpc
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleProxyServer.h52 ::grpc::Status GetValues(::grpc::ServerContext* context,
DGRPCVehicleHardware.cpp121 auto grpc_status = mGrpcStub->GetValues(&context, protoRequests, &protoResults); in getValues()
DGRPCVehicleProxyServer.cpp109 ::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/
DGRPCVehicleHardwareUnitTest.cpp66 ::grpc::Status GetValues(::grpc::ServerContext* context, in GetValues() function in android::hardware::automotive::vehicle::virtualization::FakeVehicleServer