Home
last modified time | relevance | path

Searched refs:resultStringFromStatus (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/can/aidl/default/tools/configurator/
Dcanprototools.h52 std::string resultStringFromStatus(const ndk::ScopedAStatus& status);
Dcanhalconfigurator.cpp69 LOG(ERROR) << "upBus failed: " << config::resultStringFromStatus(status) << ": " in processPbCfg()
Dcanprototools.cpp176 std::string resultStringFromStatus(const ndk::ScopedAStatus& status) { in resultStringFromStatus() function