Searched refs:powerStateMarkerFilePath (Results 1 – 7 of 7) sorted by relevance
88 std::optional<std::string> powerStateMarkerFilePath; in fromCommandLine() local115 powerStateMarkerFilePath = std::string(optarg); in fromCommandLine()132 if (!powerStateMarkerFilePath.has_value() && error) { in fromCommandLine()139 if (cid && port && powerStateMarkerFilePath && powerStateSocketPath) { in fromCommandLine()141 {*cid, *port}, *powerStateMarkerFilePath, *powerStateSocketPath}; in fromCommandLine()
43 const std::string& powerStateMarkerFilePath) in GarageModeServerSideHandlerImpl() argument46 mPowerStateMarkerPath(powerStateMarkerFilePath) { in GarageModeServerSideHandlerImpl()222 const std::string& powerStateMarkerFilePath) { in makeGarageModeServerSideHandler() argument224 powerStateMarkerFilePath); in makeGarageModeServerSideHandler()
70 const std::string& powerStateMarkerFilePath) in PowerStateListener() argument71 : mSocketPath(socketPath), mPowerStateMarkerFilePath(powerStateMarkerFilePath) {} in PowerStateListener()
45 serverInfo.powerStateMarkerFilePath)), in GrpcVehicleServerImpl()46 mPowerStateListener(serverInfo.powerStateSocket, serverInfo.powerStateMarkerFilePath) { in GrpcVehicleServerImpl()
34 const std::string& powerStateMarkerFilePath);
31 PowerStateListener(const std::string& socketPath, const std::string& powerStateMarkerFilePath);
70 std::string powerStateMarkerFilePath; member