Searched refs:SendHookConfig (Results 1 – 5 of 5) sorted by relevance
80 EXPECT_FALSE(socketContext.SendHookConfig(nullptr, 0));
61 bool SendHookConfig(const uint8_t* config, size_t len);
78 context.SendHookConfig(reinterpret_cast<uint8_t *>(&clientConfig_), sizeof(clientConfig_)); in ProtocolProc()
62 unixSocketClient_->SendHookConfig(reinterpret_cast<uint8_t *>(&pid_), sizeof(pid_)); in Connect()
191 bool SocketContext::SendHookConfig(const uint8_t* config, size_t len) in SendHookConfig() function in SocketContext