Home
last modified time | relevance | path

Searched refs:powerStateMarkerFilePath (Results 1 – 7 of 7) sorted by relevance

/device/google/trout/hal/vehicle/2.0/
DUtils.cpp72 std::optional<std::string> powerStateMarkerFilePath; in fromCommandLine() local
99 powerStateMarkerFilePath = std::string(optarg); in fromCommandLine()
116 if (!powerStateMarkerFilePath.has_value() && error) { in fromCommandLine()
123 if (cid && port && powerStateMarkerFilePath && powerStateSocketPath) { in fromCommandLine()
125 {*cid, *port}, *powerStateMarkerFilePath, *powerStateSocketPath}; in fromCommandLine()
DGarageModeServerSideHandler.cpp42 const std::string& powerStateMarkerFilePath) in GarageModeServerSideHandlerImpl() argument
45 mPowerStateMarkerPath(powerStateMarkerFilePath) { in GarageModeServerSideHandlerImpl()
216 const std::string& powerStateMarkerFilePath) { in makeGarageModeServerSideHandler() argument
218 powerStateMarkerFilePath); in makeGarageModeServerSideHandler()
DPowerStateListener.cpp66 const std::string& powerStateMarkerFilePath) in PowerStateListener() argument
67 : mSocketPath(socketPath), mPowerStateMarkerFilePath(powerStateMarkerFilePath) {} in PowerStateListener()
DGarageModeServerSideHandler.h34 const std::string& powerStateMarkerFilePath);
DPowerStateListener.h30 PowerStateListener(const std::string& socketPath, const std::string& powerStateMarkerFilePath);
DUtils.h46 std::string powerStateMarkerFilePath; member
DGrpcVehicleServer.cpp45 serverInfo.powerStateMarkerFilePath)), in GrpcVehicleServerImpl()
46 mPowerStateListener(serverInfo.powerStateSocket, serverInfo.powerStateMarkerFilePath) { in GrpcVehicleServerImpl()