Home
last modified time | relevance | path

Searched refs:showDumpHelp (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/userhal/include/
DFakeUserHal.h68 std::string showDumpHelp();
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/include/
DFakeUserHal.h64 std::string showDumpHelp() const;
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/userhal/
DFakeUserHal.cpp314 std::string FakeUserHal::showDumpHelp() { in showDumpHelp() function in android::hardware::automotive::vehicle::V2_0::impl::FakeUserHal
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/src/
DFakeUserHal.cpp338 std::string FakeUserHal::showDumpHelp() const { in showDumpHelp() function in android::hardware::automotive::vehicle::fake::FakeUserHal
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultVehicleHal.cpp153 buffer += mFakeUserHal.showDumpHelp(); in dump()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp1808 genFakeDataHelp() + "Fake user HAL usage: \n" + mFakeUserHal->showDumpHelp(); in dumpHelp()