Home
last modified time | relevance | path

Searched defs:domain (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/rpc/
Dhttp_socket.h25 HttpSocket(int sockId, int domain) : sockId_(sockId), domain_(domain) {} in HttpSocket()
Dhttp_socket.cpp33 bool HttpSocket::CreateSocket(int domain) in CreateSocket()
/developtools/profiler/device/base/include/
Dlogging.h84 static inline int HiLogPrintArgs(int prio, int domain, ConstCharPtr tag, ConstCharPtr fmt, va_list … in HiLogPrintArgs()
99 static inline int HiLogPrint(int type, int prio, int domain, ConstCharPtr tag, ConstCharPtr fmt, ..… in HiLogPrint()