Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/src/
Dmain.cpp119 const char* getSetPropCommand(int propId, int value) { in getSetPropCommand() function
126 const char* getSetPropCommand(int propId) { in getSetPropCommand() function
127 return getSetPropCommand(propId, /*value=*/1); in getSetPropCommand()
136 const char* command = getSetPropCommand(SHUTDOWN_REQUEST); in powerOffEmu()