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