Home
last modified time | relevance | path

Searched refs:callerShouldDumpState (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleServer.h36 bool callerShouldDumpState; member
DVehicleConnector.h90 return result.callerShouldDumpState; in dump()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultVehicleHalServer.cpp235 result.callerShouldDumpState = true; in onDump()
248 result.callerShouldDumpState = true; in onDump()
259 result.callerShouldDumpState = false; in debugCommand()
312 result.callerShouldDumpState = false; in genFakeDataCommand()
495 result.callerShouldDumpState = false; in setValueCommand()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp2578 ASSERT_TRUE(result.callerShouldDumpState); in TEST_F()
2587 ASSERT_FALSE(result.callerShouldDumpState); in TEST_F()
2596 ASSERT_FALSE(result.callerShouldDumpState); in TEST_F()
2609 ASSERT_FALSE(result.callerShouldDumpState); in TEST_F()
2626 ASSERT_FALSE(result.callerShouldDumpState); in TEST_F()
2641 ASSERT_FALSE(result.callerShouldDumpState); in TEST_F()
2653 ASSERT_FALSE(result.callerShouldDumpState); in TEST_F()
2671 ASSERT_FALSE(result.callerShouldDumpState); in TEST_F()
2679 ASSERT_FALSE(result.callerShouldDumpState); in TEST_F()
2691 ASSERT_FALSE(result.callerShouldDumpState); in TEST_F()
[all …]
/hardware/interfaces/automotive/vehicle/aidl/impl/proto/android/hardware/automotive/vehicle/
DDumpResult.proto22 /* If callerShouldDumpState is true, caller would print the information in buffer and
/hardware/interfaces/automotive/vehicle/aidl/impl/hardware/include/
DIVehicleHardware.h35 bool callerShouldDumpState; member
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleHardware.cpp175 .callerShouldDumpState = protoDumpResult.caller_should_dump_state(), in dump()
DGRPCVehicleProxyServer.cpp201 result->set_caller_should_dump_state(dumpResult.callerShouldDumpState); in Dump()
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DDefaultVehicleHalTest.cpp1880 .callerShouldDumpState = true, in TEST_F()
1899 .callerShouldDumpState = false, in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp973 if (!result.callerShouldDumpState) { in dump()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp1321 result.callerShouldDumpState = false; in dump()
1324 result.callerShouldDumpState = true; in dump()