Home
last modified time | relevance | path

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

/system/core/trusty/line-coverage/include/trusty/line-coverage/
Dtipc.h25 #define LINE_COVERAGE_CLIENT_PORT "com.android.trusty.linecoverage.client" macro
/system/core/trusty/line-coverage/
Dcoverage.cpp33 #define LINE_COVERAGE_CLIENT_PORT "com.android.trusty.linecoverage.client" macro
/system/core/trusty/utils/coverage-controller/
Dcontroller.cpp75 coverage_srv_fd = tipc_connect(TIPC_DEV, LINE_COVERAGE_CLIENT_PORT); in connectCoverageServer()