Home
last modified time | relevance | path

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

/developtools/profiler/device/services/ipc/test/unittest/
Dsocket_context_test.cpp58 EXPECT_FALSE(socketContext.SendRaw(1, (const int8_t *)s.c_str(), s.size(), -1));
/developtools/profiler/device/services/ipc/include/
Dsocket_context.h56 bool SendRaw(uint32_t pnum, const int8_t* data, uint32_t size, int sockfd = -1);
/developtools/profiler/device/services/ipc/src/
Dunix_socket_client.cpp61SendRaw(RAW_PROTOCOL_POINTTO_SERVICE, reinterpret_cast<int8_t*>(&rrs), sizeof(struct RawPointToSer… in Connect()
Dsocket_context.cpp154 bool SocketContext::SendRaw(uint32_t pnum, const int8_t* data, uint32_t size, int sockfd) in SendRaw() function in SocketContext