Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/router/1.0/
Dservice.cpp12 static RouterSvc gSvcInstance; variable
14 #define SVC_NAME() gSvcInstance.getSvcName().c_str()
17 auto status = gSvcInstance.initSvc(); in startService()
26 auto status = gSvcInstance.parseArgs(argc - 1, &argv[1]); in main()