Searched refs:TestConnection (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.h | 49 struct TestConnection; 51 using RecvMsgProcess = std::function<void(struct TestConnection *connection, const uint8_t *buffer,… 217 struct TestConnection { struct
|
H A D | app_spawn_test_helper.cpp | 291 info.baseInfo.userDataSize = sizeof(TestConnection); in OnConnection() 302 TestConnection *connection = (TestConnection *)LE_GetUserData(stream); in OnConnection() 322 TestConnection *connection = (TestConnection *)LE_GetUserData(taskHandle); in OnClose() 341 TestConnection *connection = (TestConnection *)LE_GetUserData(taskHandle); in OnReceiveRequest() 386 int TestConnection::SendResponse(const AppSpawnMsg *msg, int result, pid_t pid) in SendResponse()
|
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_client_test/ |
H A D | app_spawn_client_test.cpp | 63 testServer.Start([](TestConnection *connection, const uint8_t *buffer, uint32_t buffLen) { in __anonf4164f500102() 88 [](TestConnection *connection, const uint8_t *buffer, uint32_t buffLen) { in __anonf4164f500202() 152 [](TestConnection *connection, const uint8_t *buffer, uint32_t buffLen) { in __anonf4164f500402()
|