Lines Matching full:notification
158 zassert_false(access_read_got, "Did not expect read access notification"); in ZTEST()
159 zassert_false(access_write_got, "Did not expect write access notification"); in ZTEST()
160 zassert_false(access_delete_got, "Did not expect delete access notification"); in ZTEST()
161 zassert_false(access_load_got, "Did not expect load access notification"); in ZTEST()
162 zassert_false(access_save_got, "Did not expect save access notification"); in ZTEST()
163 zassert_true(access_commit_got, "Expected commit access notification"); in ZTEST()
164 zassert_false(access_invalid_got, "Did not expect an invalid access notification type"); in ZTEST()
175 /* Force notification callback to return an error */ in ZTEST()
213 zassert_false(access_read_got, "Did not expect read access notification"); in ZTEST()
214 zassert_false(access_write_got, "Did not expect write access notification"); in ZTEST()
215 zassert_false(access_delete_got, "Did not expect delete access notification"); in ZTEST()
216 zassert_false(access_load_got, "Did not expect load access notification"); in ZTEST()
217 zassert_false(access_save_got, "Did not expect save access notification"); in ZTEST()
218 zassert_true(access_commit_got, "Expected commit access notification"); in ZTEST()
219 zassert_false(access_invalid_got, "Did not expect an invalid access notification type"); in ZTEST()
288 zassert_false(access_read_got, "Did not expect read access notification"); in ZTEST()
289 zassert_false(access_write_got, "Did not expect write access notification"); in ZTEST()
290 zassert_false(access_delete_got, "Did not expect delete access notification"); in ZTEST()
291 zassert_false(access_load_got, "Did not expect load access notification"); in ZTEST()
292 zassert_true(access_save_got, "Expected save access notification"); in ZTEST()
293 zassert_false(access_commit_got, "Did not expect commit access notification"); in ZTEST()
294 zassert_false(access_invalid_got, "Did not expect an invalid access notification type"); in ZTEST()
305 /* Force notification callback to return an error */ in ZTEST()
343 zassert_false(access_read_got, "Did not expect read access notification"); in ZTEST()
344 zassert_false(access_write_got, "Did not expect write access notification"); in ZTEST()
345 zassert_false(access_delete_got, "Did not expect delete access notification"); in ZTEST()
346 zassert_false(access_load_got, "Did not expect load access notification"); in ZTEST()
347 zassert_true(access_save_got, "Expected save access notification"); in ZTEST()
348 zassert_false(access_commit_got, "Did not expect commit access notification"); in ZTEST()
349 zassert_false(access_invalid_got, "Did not expect an invalid access notification type"); in ZTEST()
430 zassert_false(access_read_got, "Did not expect read access notification"); in ZTEST()
431 zassert_true(access_write_got, "Expected write access notification"); in ZTEST()
432 zassert_false(access_delete_got, "Did not expect delete access notification"); in ZTEST()
433 zassert_false(access_load_got, "Did not expect load access notification"); in ZTEST()
434 zassert_false(access_save_got, "Did not expect save access notification"); in ZTEST()
435 zassert_false(access_commit_got, "Did not expect commit access notification"); in ZTEST()
436 zassert_false(access_invalid_got, "Did not expect an invalid access notification type"); in ZTEST()
505 zassert_true(access_read_got, "Expected read access notification"); in ZTEST()
506 zassert_false(access_write_got, "Did not expect write access notification"); in ZTEST()
507 zassert_false(access_delete_got, "Did not expect delete access notification"); in ZTEST()
508 zassert_false(access_load_got, "Did not expect load access notification"); in ZTEST()
509 zassert_false(access_save_got, "Did no expect save access notification"); in ZTEST()
510 zassert_false(access_commit_got, "Did not expect commit access notification"); in ZTEST()
512 "Did not expect an invalid access notification type"); in ZTEST()
600 zassert_true(access_read_got, "Expected read access notification"); in ZTEST()
601 zassert_false(access_write_got, "Did not expect write access notification"); in ZTEST()
602 zassert_false(access_delete_got, "Did not expect delete access notification"); in ZTEST()
603 zassert_false(access_load_got, "Did not expect load access notification"); in ZTEST()
604 zassert_false(access_save_got, "Did no expect save access notification"); in ZTEST()
605 zassert_false(access_commit_got, "Did not expect commit access notification"); in ZTEST()
606 zassert_false(access_invalid_got, "Did not expect an invalid access notification type"); in ZTEST()
690 zassert_false(access_read_got, "Did not expect read access notification"); in ZTEST()
691 zassert_true(access_write_got, "Expected write access notification"); in ZTEST()
692 zassert_false(access_delete_got, "Did not expect delete access notification"); in ZTEST()
693 zassert_false(access_load_got, "Did not expect load access notification"); in ZTEST()
694 zassert_false(access_save_got, "Did not expect save access notification"); in ZTEST()
695 zassert_false(access_commit_got, "Did not expect commit access notification"); in ZTEST()
696 zassert_false(access_invalid_got, "Did not expect an invalid access notification type"); in ZTEST()
759 zassert_true(access_read_got, "Expected read access notification"); in ZTEST()
760 zassert_false(access_write_got, "Did not expect write access notification"); in ZTEST()
761 zassert_false(access_delete_got, "Did not expect delete access notification"); in ZTEST()
762 zassert_false(access_load_got, "Did not expect load access notification"); in ZTEST()
763 zassert_false(access_save_got, "Did no expect save access notification"); in ZTEST()
764 zassert_false(access_commit_got, "Did not expect commit access notification"); in ZTEST()
765 zassert_false(access_invalid_got, "Did not expect an invalid access notification type"); in ZTEST()
820 zassert_false(access_read_got, "Did not expect read access notification"); in ZTEST()
821 zassert_true(access_write_got, "Expected write access notification"); in ZTEST()
822 zassert_false(access_delete_got, "Did not expect delete access notification"); in ZTEST()
823 zassert_false(access_load_got, "Did not expect load access notification"); in ZTEST()
824 zassert_false(access_save_got, "Did not expect save access notification"); in ZTEST()
825 zassert_false(access_commit_got, "Did not expect commit access notification"); in ZTEST()
826 zassert_false(access_invalid_got, "Did not expect an invalid access notification type"); in ZTEST()
889 zassert_true(access_read_got, "Expected read access notification"); in ZTEST()
890 zassert_false(access_write_got, "Did not expect write access notification"); in ZTEST()
891 zassert_false(access_delete_got, "Did not expect delete access notification"); in ZTEST()
892 zassert_false(access_load_got, "Did not expect load access notification"); in ZTEST()
893 zassert_false(access_save_got, "Did no expect save access notification"); in ZTEST()
894 zassert_false(access_commit_got, "Did not expect commit access notification"); in ZTEST()
895 zassert_false(access_invalid_got, "Did not expect an invalid access notification type"); in ZTEST()
975 zassert_false(access_read_got, "Did not expect read access notification"); in ZTEST()
976 zassert_true(access_write_got, "Expected write access notification"); in ZTEST()
977 zassert_false(access_delete_got, "Did not expect delete access notification"); in ZTEST()
978 zassert_false(access_load_got, "Did not expect load access notification"); in ZTEST()
979 zassert_false(access_save_got, "Did not expect save access notification"); in ZTEST()
980 zassert_false(access_commit_got, "Did not expect commit access notification"); in ZTEST()
981 zassert_false(access_invalid_got, "Did not expect an invalid access notification type"); in ZTEST()
1032 zassert_false(access_read_got, "Did not expect read access notification"); in ZTEST()
1033 zassert_false(access_write_got, "Did not expect write access notification"); in ZTEST()
1034 zassert_false(access_delete_got, "Did not expect delete access notification"); in ZTEST()
1035 zassert_false(access_load_got, "Did not expect load access notification"); in ZTEST()
1036 zassert_true(access_save_got, "Expected save access notification"); in ZTEST()
1037 zassert_false(access_commit_got, "Did not expect commit access notification"); in ZTEST()
1038 zassert_false(access_invalid_got, "Did not expect an invalid access notification type"); in ZTEST()
1093 zassert_false(access_read_got, "Did not expect read access notification"); in ZTEST()
1094 zassert_true(access_write_got, "Expected write access notification"); in ZTEST()
1095 zassert_false(access_delete_got, "Did not expect delete access notification"); in ZTEST()
1096 zassert_false(access_load_got, "Did not expect load access notification"); in ZTEST()
1097 zassert_false(access_save_got, "Did not expect save access notification"); in ZTEST()
1098 zassert_false(access_commit_got, "Did not expect commit access notification"); in ZTEST()
1099 zassert_false(access_invalid_got, "Did not expect an invalid access notification type"); in ZTEST()
1161 zassert_true(access_read_got, "Expected read access notification"); in ZTEST()
1162 zassert_false(access_write_got, "Did not expect write access notification"); in ZTEST()
1163 zassert_false(access_delete_got, "Did not expect delete access notification"); in ZTEST()
1164 zassert_false(access_load_got, "Did not expect load access notification"); in ZTEST()
1165 zassert_false(access_save_got, "Did no expect save access notification"); in ZTEST()
1166 zassert_false(access_commit_got, "Did not expect commit access notification"); in ZTEST()
1167 zassert_false(access_invalid_got, "Did not expect an invalid access notification type"); in ZTEST()
1218 zassert_false(access_read_got, "Did not expect read access notification"); in ZTEST()
1219 zassert_false(access_write_got, "Did not expect write access notification"); in ZTEST()
1220 zassert_false(access_delete_got, "Did not expect delete access notification"); in ZTEST()
1221 zassert_true(access_load_got, "Expect load access notification"); in ZTEST()
1222 zassert_false(access_save_got, "Did not expect save access notification"); in ZTEST()
1223 zassert_false(access_commit_got, "Did not expect commit access notification"); in ZTEST()
1224 zassert_false(access_invalid_got, "Did not expect an invalid access notification type"); in ZTEST()
1288 zassert_true(access_read_got, "Expected read access notification"); in ZTEST()
1289 zassert_false(access_write_got, "Did not expect write access notification"); in ZTEST()
1290 zassert_false(access_delete_got, "Did not expect delete access notification"); in ZTEST()
1291 zassert_false(access_load_got, "Did not expect load access notification"); in ZTEST()
1292 zassert_false(access_save_got, "Did no expect save access notification"); in ZTEST()
1293 zassert_false(access_commit_got, "Did not expect commit access notification"); in ZTEST()
1294 zassert_false(access_invalid_got, "Did not expect an invalid access notification type"); in ZTEST()
1346 zassert_false(access_read_got, "Did not expect read access notification"); in ZTEST()
1347 zassert_false(access_write_got, "Did not expect write access notification"); in ZTEST()
1348 zassert_true(access_delete_got, "Expected delete access notification"); in ZTEST()
1349 zassert_false(access_load_got, "Did not expect load access notification"); in ZTEST()
1350 zassert_false(access_save_got, "Did no expect save access notification"); in ZTEST()
1351 zassert_false(access_commit_got, "Did not expect commit access notification"); in ZTEST()
1352 zassert_false(access_invalid_got, "Did not expect an invalid access notification type"); in ZTEST()
1407 zassert_false(access_read_got, "Did not expect read access notification"); in ZTEST()
1408 zassert_true(access_write_got, "Expected write access notification"); in ZTEST()
1409 zassert_false(access_delete_got, "Did not expect delete access notification"); in ZTEST()
1410 zassert_false(access_load_got, "Did not expect load access notification"); in ZTEST()
1411 zassert_false(access_save_got, "Did not expect save access notification"); in ZTEST()
1412 zassert_false(access_commit_got, "Did not expect commit access notification"); in ZTEST()
1413 zassert_false(access_invalid_got, "Did not expect an invalid access notification type"); in ZTEST()
1464 zassert_false(access_read_got, "Did not expect read access notification"); in ZTEST()
1465 zassert_false(access_write_got, "Did not expect write access notification"); in ZTEST()
1466 zassert_false(access_delete_got, "Did not expect delete access notification"); in ZTEST()
1467 zassert_true(access_load_got, "Expected load access notification"); in ZTEST()
1468 zassert_false(access_save_got, "Did not expect save access notification"); in ZTEST()
1469 zassert_false(access_commit_got, "Did not expect commit access notification"); in ZTEST()
1470 zassert_false(access_invalid_got, "Did not expect an invalid access notification type"); in ZTEST()
1533 zassert_true(access_read_got, "Expected read access notification"); in ZTEST()
1534 zassert_false(access_write_got, "Did not expect write access notification"); in ZTEST()
1535 zassert_false(access_delete_got, "Did not expect delete access notification"); in ZTEST()
1536 zassert_false(access_load_got, "Did not expect load access notification"); in ZTEST()
1537 zassert_false(access_save_got, "Did no expect save access notification"); in ZTEST()
1538 zassert_false(access_commit_got, "Did not expect commit access notification"); in ZTEST()
1539 zassert_false(access_invalid_got, "Did not expect an invalid access notification type"); in ZTEST()