Searched defs:appBinary (Results 1 – 7 of 7) sorted by relevance
91 @Deprecated public NanoApp(int appId, byte[] appBinary) { in NanoApp()110 public NanoApp(long appId, byte[] appBinary) { in NanoApp()215 public void setAppBinary(byte[] appBinary) { in setAppBinary()
84 public NanoAppBinary(byte[] appBinary) { in NanoAppBinary()
52 const std::vector<uint8_t> &appBinary, size_t fragmentSize) { in FragmentedLoadTransaction()
180 auto appBinary = builder.CreateVector(nanoappBinary); in encodeLoadNanoappRequestForBinary() local193 auto appBinary = builder.CreateVector(emptyAppBinary); in encodeLoadNanoappRequestForFile() local
431 const NanoAppBinary& appBinary, in loadNanoApp()
79 const flatbuffers::Vector<uint8_t> *appBinary = request->app_binary(); in decodeMessageFromHost() local
243 Return<Result> loadNanoApp(uint32_t hubId, const NanoAppBinary &appBinary, in loadNanoApp()