Searched refs:LE_StartWatcher (Results 1 - 9 of 9) sorted by relevance
/base/startup/init/test/unittest/loopevent/ |
H A D | loopevent_unittest.cpp | 207 LE_StartWatcher(LE_GetDefaultLoop(), &handle, &info, nullptr); 282 LE_StartWatcher(nullptr, nullptr, nullptr, nullptr); 288 LE_StartWatcher(LE_GetDefaultLoop(), nullptr, &info, nullptr); 289 LE_StartWatcher(LE_GetDefaultLoop(), nullptr, nullptr, nullptr);
|
H A D | loopserver_unittest.cpp | 310 LE_STATUS status = LE_StartWatcher(g_loopClient_, &handle, &info, nullptr); in CreateWatcherTask()
|
/base/startup/init/services/loopevent/task/ |
H A D | le_watchtask.c | 63 LE_STATUS LE_StartWatcher(const LoopHandle loopHandle,
in LE_StartWatcher() function
|
/base/startup/init/interfaces/innerkits/control_fd/ |
H A D | control_fd_client.c | 189 BEGET_ERROR_CHECK(LE_StartWatcher(LE_GetDefaultLoop(), &agent->reader, &info, agent) == LE_SUCCESS, in InitPtyInterface() 193 BEGET_ERROR_CHECK(LE_StartWatcher(LE_GetDefaultLoop(), &agent->input, &info, agent) == LE_SUCCESS, in InitPtyInterface()
|
/base/startup/init/services/init/standard/ |
H A D | fd_holder_service.c | 185 LE_StartWatcher(LE_GetDefaultLoop(), &watcher, &info, NULL); in RegisterFdHoldWatcher()
|
/base/startup/init/interfaces/innerkits/include/ |
H A D | loop_event.h | 185 LE_STATUS LE_StartWatcher(const LoopHandle loopHandle,
|
/base/startup/init/services/init/ |
H A D | init_service_socket.c | 188 int ret = LE_StartWatcher(LE_GetDefaultLoop(), &handle, &info, service); in AddSocketWatcher()
|
H A D | init_service_manager.c | 1056 int ret = LE_StartWatcher(LE_GetDefaultLoop(), &watcher, &info, service); in AddFileDescriptorToWatcher()
|
/base/startup/appspawn/standard/ |
H A D | appspawn_service.c | 612 LE_STATUS status = LE_StartWatcher(LE_GetDefaultLoop(), &property->forkCtx.pidFdWatcherHandle, &watchInfo, appPid); in WatchChildProcessFd() 639 LE_STATUS status = LE_StartWatcher(LE_GetDefaultLoop(), &property->forkCtx.watcherHandle, &watchInfo, property); in AddChildWatcher()
|
Completed in 9 milliseconds