Searched refs:powerStateMarkerFilePath (Results 1 – 7 of 7) sorted by relevance
87 std::optional<std::string> powerStateMarkerFilePath; in fromCommandLine() local114 powerStateMarkerFilePath = std::string(optarg); in fromCommandLine()131 if (!powerStateMarkerFilePath.has_value() && error) { in fromCommandLine()138 if (cid && port && powerStateMarkerFilePath && powerStateSocketPath) { in fromCommandLine()140 {*cid, *port}, *powerStateMarkerFilePath, *powerStateSocketPath}; in fromCommandLine()
43 const std::string& powerStateMarkerFilePath) in GarageModeServerSideHandlerImpl() argument46 mPowerStateMarkerPath(powerStateMarkerFilePath) { in GarageModeServerSideHandlerImpl()221 const std::string& powerStateMarkerFilePath) { in makeGarageModeServerSideHandler() argument223 powerStateMarkerFilePath); in makeGarageModeServerSideHandler()
34 const std::string& powerStateMarkerFilePath);
70 const std::string& powerStateMarkerFilePath) in PowerStateListener() argument71 : mSocketPath(socketPath), mPowerStateMarkerFilePath(powerStateMarkerFilePath) {} in PowerStateListener()
31 PowerStateListener(const std::string& socketPath, const std::string& powerStateMarkerFilePath);
69 std::string powerStateMarkerFilePath; member
45 serverInfo.powerStateMarkerFilePath)), in GrpcVehicleServerImpl()46 mPowerStateListener(serverInfo.powerStateSocket, serverInfo.powerStateMarkerFilePath) { in GrpcVehicleServerImpl()