Searched defs:is_notification (Results 1 – 4 of 4) 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
36 bool is_operation : 1, is_notification : 1, is_features_change : 1, is_active_preset_change : 1; member
326 bool is_notification) { in OnCharacteristicValueChanged()467 bool is_notification) { in OnVolumeControlStateReadOrNotified()
758 bool is_notification = utility::is_notification(_data[VSOMEIP_MESSAGE_TYPE_POS]); in send() local