Home
last modified time | relevance | path

Searched defs:ClientConfig (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
DCarWatchdogClient.java187 private static final class ClientConfig { class in CarWatchdogClient
193 ClientConfig(int timeout, int inactiveMainAfterInSec, int notRespondAfterInSec, in ClientConfig() method in CarWatchdogClient.ClientConfig
/packages/services/Car/cpp/computepipe/proto/
DClientConfig.proto7 message ClientConfig { message
/packages/services/Car/cpp/computepipe/runner/include/
DRunnerComponent.h102 ClientConfig(ClientConfig&& c) { in ClientConfig() function
/packages/services/Car/cpp/computepipe/runner/
DRunnerComponent.cpp109 Status RunnerComponentInterface::handleConfigPhase(const ClientConfig& /* e*/) { in handleConfigPhase()