Home
last modified time | relevance | path

Searched refs:tp_flag_unset (Results 1 – 6 of 6) sorted by relevance

/external/sdv/vsomeip/implementation/endpoints/include/
Dtp.hpp47 static inline message_type_e tp_flag_unset(tp_message_type_t _msg_type) { in tp_flag_unset() function in vsomeip_v3::tp::tp
/external/sdv/vsomeip/implementation/endpoints/src/
Dtp_message.cpp45 message_[VSOMEIP_MESSAGE_TYPE_POS] = static_cast<byte_t>(tp::tp_flag_unset( in tp_message()
272 const message_type_e its_msg_type = tp::tp_flag_unset( in get_message_id()
Dudp_client_endpoint_impl.cpp333 …!utility::is_valid_message_type(tp::tp::tp_flag_unset((*_recv_buffer)[i + VSOMEIP_MESSAGE_TYPE_POS… in receive_cbk()
350 } else if (!utility::is_valid_message_type(tp::tp::tp_flag_unset( in receive_cbk()
Dtp_reassembler.cpp51 const message_type_e its_msg_type = tp::tp_flag_unset(_data[VSOMEIP_MESSAGE_TYPE_POS]); in process_tp_message()
Dudp_server_endpoint_impl.cpp615 … !utility::is_valid_message_type(tp::tp::tp_flag_unset(_buffer[i + VSOMEIP_MESSAGE_TYPE_POS])) || in on_message_received()
632 } else if (!utility::is_valid_message_type(tp::tp::tp_flag_unset( in on_message_received()
/external/sdv/vsomeip/test/someip_tp_tests/
Dsomeip_tp_test_msg_sender.cpp564 …vsomeip::tp::tp::tp_flag_unset(receive_buffer[its_pos + VSOMEIP_MESSAGE_TYPE_POS]) == vsomeip::mes… in TEST_P()
581 …vsomeip::tp::tp::tp_flag_unset(receive_buffer[its_pos + VSOMEIP_MESSAGE_TYPE_POS]) == vsomeip::mes… in TEST_P()