Home
last modified time | relevance | path

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

/developtools/profiler/device/services/ipc/test/unittest/
Dsocket_context_test.cpp80 EXPECT_FALSE(socketContext.SendHookConfig(nullptr, 0));
/developtools/profiler/device/services/ipc/include/
Dsocket_context.h61 bool SendHookConfig(const uint8_t* config, size_t len);
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_service.cpp78 context.SendHookConfig(reinterpret_cast<uint8_t *>(&clientConfig_), sizeof(clientConfig_)); in ProtocolProc()
/developtools/profiler/device/plugins/native_hook/src/
Dhook_socket_client.cpp62 unixSocketClient_->SendHookConfig(reinterpret_cast<uint8_t *>(&pid_), sizeof(pid_)); in Connect()
/developtools/profiler/device/services/ipc/src/
Dsocket_context.cpp191 bool SocketContext::SendHookConfig(const uint8_t* config, size_t len) in SendHookConfig() function in SocketContext