Searched defs:appBinary (Results 1 – 4 of 4) sorted by relevance
51 uint32_t targetApiVersion, const std::vector<uint8_t>& appBinary, in FragmentedLoadTransaction()
174 auto appBinary = builder.CreateVector(nanoappBinary); in encodeLoadNanoappRequestForBinary() local186 auto appBinary = builder.CreateVector(emptyAppBinary); in encodeLoadNanoappRequestForFile() local
79 const flatbuffers::Vector<uint8_t> *appBinary = request->app_binary(); in decodeMessageFromHost() local
222 uint32_t hubId, const NanoAppBinary& appBinary, uint32_t transactionId) { in loadNanoApp()