• Home
  • Raw
  • Download

Lines Matching refs:fbs

56       fbs::ChreMessageTraits<typename T::TableType>::enum_value  in sendFlatbufferToHost()
57 != fbs::ChreMessage::NONE, in sendFlatbufferToHost()
60 fbs::MessageContainerT container; in sendFlatbufferToHost()
62 container.host_addr.reset(new fbs::HostAddress(hostClientId)); in sendFlatbufferToHost()
77 void handleNanoappMessage(const fbs::NanoappMessageT& message) { in handleNanoappMessage()
93 fbs::HubInfoResponseT response; in handleHubInfoRequest()
120 auto response = static_cast<fbs::NanoappListResponseT *>(data); in constructNanoappListCallback()
122 std::unique_ptr<fbs::NanoappListEntryT>(new fbs::NanoappListEntryT()); in constructNanoappListCallback()
130 fbs::NanoappListResponseT response; in constructNanoappListCallback()
158 uint16_t hostClientId, const fbs::LoadNanoappRequestT& loadRequest) { in handleLoadNanoappRequest()
169 uint16_t hostClientId, const fbs::UnloadNanoappRequestT& unloadRequest) { in handleUnloadNanoappRequest()
185 fbs::MessageContainerT container; in handleMessageFromHost()
186 fbs::GetMessageContainer(message)->UnPackTo(&container); in handleMessageFromHost()
189 case fbs::ChreMessage::NanoappMessage: in handleMessageFromHost()
193 case fbs::ChreMessage::HubInfoRequest: in handleMessageFromHost()
197 case fbs::ChreMessage::NanoappListRequest: in handleMessageFromHost()
201 case fbs::ChreMessage::LoadNanoappRequest: in handleMessageFromHost()
206 case fbs::ChreMessage::UnloadNanoappRequest: in handleMessageFromHost()
211 case fbs::ChreMessage::DebugDumpRequest: in handleMessageFromHost()