Searched refs:sys_notify_get_method (Results 1 – 3 of 3) sorted by relevance
178 static inline uint32_t sys_notify_get_method(const struct sys_notify *notify) in sys_notify_get_method() function244 if (sys_notify_get_method(notify) == SYS_NOTIFY_METHOD_COMPLETED) { in sys_notify_fetch_result()350 return sys_notify_get_method(notify) == SYS_NOTIFY_METHOD_CALLBACK; in sys_notify_uses_callback()
20 switch (sys_notify_get_method(notify)) { in sys_notify_validate()53 uint32_t method = sys_notify_get_method(notify); in sys_notify_finalize()
70 zassert_equal(sys_notify_get_method(¬ify), in ZTEST()138 zassert_equal(sys_notify_get_method(¬ify), in ZTEST()206 zassert_equal(sys_notify_get_method(¬ify), in ZTEST()