Searched refs:otSysMainloopContext (Results 1 – 25 of 27) sorted by relevance
12
/openthread-latest/src/posix/platform/ |
D | platform-posix.h | 168 void platformRadioUpdateFdSet(otSysMainloopContext *aContext); 175 void platformRadioProcess(otInstance *aInstance, const otSysMainloopContext *aContext); 194 void platformUartUpdateFdSet(otSysMainloopContext *aContext); 201 void platformUartProcess(const otSysMainloopContext *aContext); 240 void platformNetifUpdateFdSet(otSysMainloopContext *aContext); 247 void platformNetifProcess(const otSysMainloopContext *aContext); 274 void virtualTimeProcess(otInstance *aInstance, const otSysMainloopContext *aContext); 282 void virtualTimeUpdateFdSet(otSysMainloopContext *aContext); 345 void platformTrelUpdateFdSet(otSysMainloopContext *aContext); 352 void platformTrelProcess(otInstance *aInstance, const otSysMainloopContext *aContext); [all …]
|
D | mainloop.hpp | 56 virtual void Update(otSysMainloopContext &aContext) = 0; 63 virtual void Process(const otSysMainloopContext &aContext) = 0; 85 void Update(otSysMainloopContext &aContext); 92 void Process(const otSysMainloopContext &aContext);
|
D | udp.hpp | 50 void Update(otSysMainloopContext &aContext) override; 51 void Process(const otSysMainloopContext &aContext) override;
|
D | daemon.hpp | 50 void Update(otSysMainloopContext &aContext) override; 51 void Process(const otSysMainloopContext &aContext) override;
|
D | mainloop.cpp | 61 void Manager::Update(otSysMainloopContext &aContext) in Update() 69 void Manager::Process(const otSysMainloopContext &aContext) in Process()
|
D | resolver.hpp | 79 void UpdateFdSet(otSysMainloopContext &aContext); 86 void Process(const otSysMainloopContext &aContext);
|
D | infra_if.hpp | 67 void Update(otSysMainloopContext &aContext) override; 74 void Process(const otSysMainloopContext &aContext) override;
|
D | resolver.cpp | 267 void Resolver::UpdateFdSet(otSysMainloopContext &aContext) in UpdateFdSet() 283 void Resolver::Process(const otSysMainloopContext &aContext) in Process() 340 void platformResolverProcess(const otSysMainloopContext *aContext) { gResolver.Process(*aContext); } in platformResolverProcess() 342 void platformResolverUpdateFdSet(otSysMainloopContext *aContext) { gResolver.UpdateFdSet(*aContext)… in platformResolverUpdateFdSet()
|
D | mdns_socket.hpp | 94 void Update(otSysMainloopContext &aContext) override; 101 void Process(const otSysMainloopContext &aContext) override;
|
D | multicast_routing.hpp | 67 void Update(otSysMainloopContext &aContext) override; 68 void Process(const otSysMainloopContext &aContext) override;
|
D | system.cpp | 377 static int trySelect(otSysMainloopContext &aContext) in trySelect() 398 void otSysMainloopUpdate(otInstance *aInstance, otSysMainloopContext *aMainloop) in otSysMainloopUpdate() 426 int otSysMainloopPoll(otSysMainloopContext *aMainloop) in otSysMainloopPoll() 469 void otSysMainloopProcess(otInstance *aInstance, const otSysMainloopContext *aMainloop) in otSysMainloopProcess()
|
D | virtual_time.cpp | 162 void virtualTimeUpdateFdSet(otSysMainloopContext *aContext) in virtualTimeUpdateFdSet() 171 void virtualTimeProcess(otInstance *aInstance, const otSysMainloopContext *aContext) in virtualTimeProcess()
|
D | spinel_manager.cpp | 209 void platformSpinelManagerProcess(otInstance *aInstance, const otSysMainloopContext *aContext) in platformSpinelManagerProcess() 217 void platformSpinelManagerUpdateFdSet(otSysMainloopContext *aContext) in platformSpinelManagerUpdateFdSet()
|
D | trel.cpp | 486 OT_TOOL_WEAK void trelDnssdUpdateFdSet(otSysMainloopContext *aContext) in trelDnssdUpdateFdSet() 494 OT_TOOL_WEAK void trelDnssdProcess(otInstance *aInstance, const otSysMainloopContext *aContext) in trelDnssdProcess() 663 void platformTrelUpdateFdSet(otSysMainloopContext *aContext) in platformTrelUpdateFdSet() 687 void platformTrelProcess(otInstance *aInstance, const otSysMainloopContext *aContext) in platformTrelProcess()
|
D | spi_interface.cpp | 618 … otSysMainloopContext *context = reinterpret_cast<otSysMainloopContext *>(aMainloopContext); in UpdateFdSet() 715 …const otSysMainloopContext *context = reinterpret_cast<const otSysMainloopContext *>(aMainloopCont… in Process() 747 otSysMainloopContext context; in WaitForFrame()
|
D | hdlc_interface.cpp | 352 otSysMainloopContext *context = reinterpret_cast<otSysMainloopContext *>(aMainloopContext); in UpdateFdSet() 379 …const otSysMainloopContext *context = reinterpret_cast<const otSysMainloopContext *>(aMainloopCont… in Process()
|
D | daemon.cpp | 336 void Daemon::Update(otSysMainloopContext &aContext) in Update() 363 void Daemon::Process(const otSysMainloopContext &aContext) in Process()
|
D | multicast_routing.cpp | 189 void MulticastRoutingManager::Update(otSysMainloopContext &aContext) in Update() 200 void MulticastRoutingManager::Process(const otSysMainloopContext &aContext) in Process()
|
D | mdns_socket.cpp | 125 void MdnsSocket::Update(otSysMainloopContext &aContext) in Update() 156 void MdnsSocket::Process(const otSysMainloopContext &aContext) in Process()
|
D | udp.cpp | 552 void Udp::Update(otSysMainloopContext &aContext) in Update() 613 void Udp::Process(const otSysMainloopContext &aContext) in Process()
|
D | infra_if.cpp | 516 void InfraNetif::Update(otSysMainloopContext &aContext) in Update() 821 void InfraNetif::Process(const otSysMainloopContext &aContext) in Process()
|
/openthread-latest/src/posix/platform/include/openthread/ |
D | openthread-system.h | 152 typedef struct otSysMainloopContext struct 159 } otSysMainloopContext; typedef 167 void otSysMainloopUpdate(otInstance *aInstance, otSysMainloopContext *aMainloop); 176 int otSysMainloopPoll(otSysMainloopContext *aMainloop); 187 void otSysMainloopProcess(otInstance *aInstance, const otSysMainloopContext *aMainloop);
|
/openthread-latest/src/posix/ |
D | main.c | 82 void otAppNcpUpdate(otSysMainloopContext *aContext); 89 void otAppNcpProcess(const otSysMainloopContext *aContext); 108 void otAppCliUpdate(otSysMainloopContext *aMainloop); 115 void otAppCliProcess(const otSysMainloopContext *aMainloop); 390 otSysMainloopContext mainloop; in main()
|
D | cli_stdio.cpp | 65 extern "C" void otAppCliUpdate(otSysMainloopContext *aMainloop) in otAppCliUpdate() 76 extern "C" void otAppCliProcess(const otSysMainloopContext *aMainloop) in otAppCliProcess()
|
D | cli_readline.cpp | 99 extern "C" void otAppCliUpdate(otSysMainloopContext *aMainloop) in otAppCliUpdate() 110 extern "C" void otAppCliProcess(const otSysMainloopContext *aMainloop) in otAppCliProcess()
|
12