Searched defs:is_notification (Results 1 – 2 of 2) sorted by relevance
75 static inline bool is_notification(byte_t _type) { in is_notification() function in vsomeip_v3::utility79 static inline bool is_notification(message_type_e _type) { in is_notification() function in vsomeip_v3::utility
758 bool is_notification = utility::is_notification(_data[VSOMEIP_MESSAGE_TYPE_POS]); in send() local