Lines Matching full:blob
11 #include "mesh/blob.h"
89 zassert_equal(err, 0, "BLOB I/O init failed with err=%d", err); in ZTEST()
92 zassert_equal(err, 0, "BLOB I/O open failed with err=%d", err); in ZTEST()
105 /* BLOB Client should do nothing to flash area as it's in read mode */ in ZTEST()
107 zassert_equal(err, 0, "BLOB I/O open failed with err=%d", err); in ZTEST()
125 zassert_equal(err, 0, "BLOB I/O read failed with err=%d off=%d len=%d", in ZTEST()
139 /* We read whole sector as BLOB. Try to increment every offset by one and read, in ZTEST()
184 zassert_equal(err, 0, "BLOB I/O init failed with err=%d", err); in ZTEST()
187 zassert_equal(err, 0, "BLOB I/O open failed with err=%d", err); in ZTEST()
204 zassert_equal(err, 0, "BLOB I/O open failed with err=%d", err); in ZTEST()
223 zassert_equal(err, 0, "BLOB I/O write failed with err=%d", err); in ZTEST()
260 /* We wrote whole sector as BLOB. Try to increment every offset by one and write, in ZTEST()