Searched refs:LE_Send (Results 1 - 10 of 10) sorted by relevance
/base/startup/init/services/param/linux/ |
H A D | param_msgadp.c | 100 return LE_Send(LE_GetDefaultLoop(), stream, bufferHandle, dataSize);
in ParamTaskSendMsg()
|
/base/startup/init/interfaces/innerkits/control_fd/ |
H A D | control_fd_service.c | 112 LE_STATUS status = LE_Send(loop, task, handle, strlen(message) + 1); in SendMessage()
|
H A D | control_fd_client.c | 149 ret = LE_Send(LE_GetDefaultLoop(), agent->task, handle, bufferSize); in SendCmdMessage() 150 BEGET_ERROR_CHECK(ret == 0, return -1, "[control_fd] Failed LE_Send msg type %d, cmd %s", in SendCmdMessage()
|
/base/startup/init/services/loopevent/task/ |
H A D | le_asynctask.c | 146 return LE_Send(loopHandle, taskHandle, handle, buffLen);
in LE_StartAsyncEvent()
|
H A D | le_task.c | 169 LE_STATUS LE_Send(const LoopHandle loopHandle,
in LE_Send() function
|
/base/startup/init/interfaces/innerkits/include/ |
H A D | loop_event.h | 131 LE_STATUS LE_Send(const LoopHandle loopHandle,
|
/base/startup/init/test/systest/ |
H A D | loopserver_systest.c | 209 LE_STATUS status = LE_Send(loop, task, handle, strlen(message) + 1); in SendMessage() 431 return LE_Send(LE_GetDefaultLoop(), task->stream, handle, bufferSize); in SendResponse()
|
/base/startup/init/test/unittest/loopevent/ |
H A D | loopserver_unittest.cpp | 81 int ret = LE_Send(loopHandle, taskHandle, handle, bufferSize); in SendMessage()
|
/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.cpp | 396 return LE_Send(LE_GetDefaultLoop(), stream, handle, bufferSize); in SendResponse()
|
/base/startup/appspawn/standard/ |
H A D | appspawn_service.c | 284 return LE_Send(LE_GetDefaultLoop(), connection->stream, handle, bufferSize); in SendResponse()
|
Completed in 10 milliseconds