Home
last modified time | relevance | path

Searched refs:its_method (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/implementation/endpoints/src/
Dserver_endpoint_impl.cpp188 const method_t its_method = VSOMEIP_BYTES_TO_WORD( in send() local
198 auto its_request = std::make_tuple(its_service, its_method, its_session); in send()
209 << its_method << "/" in send()
216 && its_method == VSOMEIP_SD_METHOD) { in send()
264 const method_t its_method = VSOMEIP_BYTES_TO_WORD( in send_intern() local
272 << std::hex << std::setw(4) << std::setfill('0') << its_method << "." in send_intern()
303 const method_t its_method = VSOMEIP_BYTES_TO_WORD(_data[VSOMEIP_METHOD_POS_MIN], in send_intern() local
307 if (its_service != VSOMEIP_SD_SERVICE && its_method != VSOMEIP_SD_METHOD) { in send_intern()
308 get_configured_times_from_endpoint(its_service, its_method, in send_intern()
314 its_service, its_method); in send_intern()
[all …]
Dclient_endpoint_impl.cpp201 const method_t its_method = VSOMEIP_BYTES_TO_WORD( in send() local
204 get_configured_times_from_endpoint(its_service, its_method, in send()
209 its_service, its_method); in send()
299 const method_t its_method = VSOMEIP_BYTES_TO_WORD( in send_segments() local
303 get_configured_times_from_endpoint(its_service, its_method, in send_segments()
470 method_t its_method(0); in send_cbk() local
477 its_method = VSOMEIP_BYTES_TO_WORD( in send_cbk()
494 << std::hex << std::setw(4) << std::setfill('0') << its_method << "." in send_cbk()
533 method_t its_method(0); in send_cbk() local
540 its_method = VSOMEIP_BYTES_TO_WORD( in send_cbk()
[all …]
Dtp_reassembler.cpp44 const method_t its_method = VSOMEIP_BYTES_TO_WORD(_data[VSOMEIP_METHOD_POS_MIN], in process_tp_message() local
54 (static_cast<std::uint64_t>(its_method) << 32) | in process_tp_message()
88 << std::hex << std::setw(4) << std::setfill('0') << its_method << "." in process_tp_message()
132 const method_t its_method = static_cast<method_t>(tp_id_iter->first >> 32); in cleanup_unfinished_messages() local
142 << std::hex << std::setw(4) << std::setfill('0') << its_method << "." in cleanup_unfinished_messages()
Dudp_client_endpoint_impl.cpp492 method_t its_method(0); in send_cbk() local
499 its_method = VSOMEIP_BYTES_TO_WORD( in send_cbk()
516 << std::hex << std::setw(4) << std::setfill('0') << its_method << "." in send_cbk()
567 method_t its_method(0); in send_cbk() local
574 its_method = VSOMEIP_BYTES_TO_WORD( in send_cbk()
591 << std::hex << std::setw(4) << std::setfill('0') << its_method << "." in send_cbk()
Dudp_server_endpoint_impl.cpp666 const method_t its_method = VSOMEIP_BYTES_TO_WORD( in on_message_received() local
672 [std::make_tuple(its_service, its_method, its_session)] = _remote; in on_message_received()
684 … const method_t its_method = VSOMEIP_BYTES_TO_WORD(_buffer[i + VSOMEIP_METHOD_POS_MIN], in on_message_received() local
686 if (!tp_segmentation_enabled(its_service, its_method)) { in on_message_received()
688 … << " method: 0x" << its_method << " which is not configured for TP:" in on_message_received()
705 const method_t its_method = VSOMEIP_BYTES_TO_WORD( in on_message_received() local
714 … [std::make_tuple(its_service, its_method, its_session)] = _remote; in on_message_received()
Dtcp_client_endpoint_impl.cpp109 const method_t its_method = VSOMEIP_BYTES_TO_WORD( in restart() local
122 << std::hex << std::setw(4) << std::setfill('0') << its_method << "." in restart()
323 const method_t its_method = VSOMEIP_BYTES_TO_WORD( in send_queued() local
369 its_service, its_method, its_client, its_session, in send_queued()
912 method_t its_method(0); in send_cbk() local
919 its_method = VSOMEIP_BYTES_TO_WORD( in send_cbk()
936 << std::hex << std::setw(4) << std::setfill('0') << its_method << "." in send_cbk()
Dtcp_server_endpoint_impl.cpp424 const method_t its_method = VSOMEIP_BYTES_TO_WORD( in send_queued() local
458 its_service, its_method, its_client, its_session, in send_queued()
593 const method_t its_method = VSOMEIP_BYTES_TO_WORD( in receive_cbk() local
602 … [std::make_tuple(its_service, its_method, its_session)] = remote_; in receive_cbk()
Dtp_message.cpp264 const method_t its_method = VSOMEIP_BYTES_TO_WORD( in get_message_id() local
278 << std::hex << std::setw(4) << std::setfill('0') << its_method << "." in get_message_id()
/aosp_15_r20/external/sdv/vsomeip/test/pending_subscription_tests/
Dpending_subscription_test_sd_msg_sender.cpp97 …vsomeip::method_t its_method = VSOMEIP_BYTES_TO_WORD(receive_buffer[its_pos + VSOMEIP_METHOD_POS_M… in TEST_F() local
102 if (its_service == vsomeip::sd::service && its_method == vsomeip::sd::method) { in TEST_F()
290 …vsomeip::method_t its_method = VSOMEIP_BYTES_TO_WORD(receive_buffer[its_pos + VSOMEIP_METHOD_POS_M… in TEST_F() local
295 if (its_service == vsomeip::sd::service && its_method == vsomeip::sd::method) { in TEST_F()
497 …vsomeip::method_t its_method = VSOMEIP_BYTES_TO_WORD(receive_buffer[its_pos + VSOMEIP_METHOD_POS_M… in TEST_F() local
502 if (its_service == vsomeip::sd::service && its_method == vsomeip::sd::method) { in TEST_F()
705 …vsomeip::method_t its_method = VSOMEIP_BYTES_TO_WORD(receive_buffer[its_pos + VSOMEIP_METHOD_POS_M… in TEST_F() local
710 if (its_service == vsomeip::sd::service && its_method == vsomeip::sd::method) { in TEST_F()
926 …vsomeip::method_t its_method = VSOMEIP_BYTES_TO_WORD(receive_buffer[its_pos + VSOMEIP_METHOD_POS_M… in TEST_F() local
931 if (its_service == vsomeip::sd::service && its_method == vsomeip::sd::method) { in TEST_F()
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/routing/src/
Drouting_manager_impl.cpp765 method_t its_method = VSOMEIP_BYTES_TO_WORD( in send() local
769 = (its_service == sd::service && its_method == sd::method); in send()
822 method_t its_method = VSOMEIP_BYTES_TO_WORD( in send() local
825 if (e2e_provider_->is_protected({its_service, its_method})) { in send()
827 … size_t its_base = e2e_provider_->get_protection_base({its_service, its_method}); in send()
832 … e2e_provider_->protect({ its_service, its_method }, its_buffer, _instance); in send()
864 … << std::hex << std::setw(4) << std::setfill('0') << its_method << "] " in send()
872 … method_t its_method = VSOMEIP_BYTES_TO_WORD(_data[VSOMEIP_METHOD_POS_MIN], in send() local
874 … std::shared_ptr<event> its_event = find_event(its_service, _instance, its_method); in send()
957 … << std::hex << std::setw(4) << std::setfill('0') << its_method << "] " in send()
[all …]
Drouting_manager_proxy.cpp689 method_t its_method = VSOMEIP_BYTES_TO_WORD( in send() local
702 << std::hex << std::setw(4) << std::setfill('0') << its_method << ":" in send()
2202 const method_t its_method(_message->get_method()); in cache_event_payload() local
2203 std::shared_ptr<event> its_event = find_event(its_service, its_instance, its_method); in cache_event_payload()
2215 its_method, in cache_event_payload()
2221 std::shared_ptr<event> its_event = find_event(its_service, its_instance, its_method); in cache_event_payload()
Drouting_manager_stub.cpp185 method_t its_method; in on_message() local
444 its_method = VSOMEIP_BYTES_TO_WORD( in on_message()
458 its_client_from_header, its_service, its_instance, its_method)) { in on_message()
462 << its_service << "/" << its_instance << "/" << its_method in on_message()
Drouting_manager_base.cpp1169 method_t its_method = VSOMEIP_BYTES_TO_WORD(_data[VSOMEIP_METHOD_POS_MIN], in send_local_notification() local
1174 std::shared_ptr<event> its_event = find_event(its_service, _instance, its_method); in send_local_notification()
/aosp_15_r20/external/sdv/vsomeip/test/malicious_data_tests/
Dmalicious_data_test_msg_sender.cpp89 … vsomeip::method_t its_method = VSOMEIP_BYTES_TO_WORD(receive_buffer[VSOMEIP_METHOD_POS_MIN], in TEST_F() local
91 if (its_service == vsomeip::sd::service && its_method == vsomeip::sd::method) { in TEST_F()
318 … vsomeip::method_t its_method = VSOMEIP_BYTES_TO_WORD(receive_buffer[VSOMEIP_METHOD_POS_MIN], in TEST_F() local
320 if (its_service == vsomeip::sd::service && its_method == vsomeip::sd::method) { in TEST_F()
705 … vsomeip::method_t its_method = VSOMEIP_BYTES_TO_WORD(receive_buffer[VSOMEIP_METHOD_POS_MIN], in TEST_F() local
707 if (its_service == vsomeip::sd::service && its_method == vsomeip::sd::method) { in TEST_F()
1004 … vsomeip::method_t its_method = VSOMEIP_BYTES_TO_WORD(receive_buffer[VSOMEIP_METHOD_POS_MIN], in TEST_F() local
1006 if (its_service == vsomeip::sd::service && its_method == vsomeip::sd::method) { in TEST_F()
1308 … vsomeip::method_t its_method = VSOMEIP_BYTES_TO_WORD(receive_buffer[VSOMEIP_METHOD_POS_MIN], in TEST_F() local
1310 if (its_service == vsomeip::sd::service && its_method == vsomeip::sd::method) { in TEST_F()
/aosp_15_r20/external/sdv/vsomeip/implementation/security/src/
Dpolicy.cpp477 for (auto its_method : its_instance.second) { in print() local
479 << std::hex << its_method.lower() in print()
480 << " last: 0x" << its_method.upper(); in print()
/aosp_15_r20/external/sdv/vsomeip/implementation/tracing/src/
Dconnector_impl.cpp194 method_t its_method = VSOMEIP_BYTES_TO_WORD( in trace() local
202 if (its_channel.second->matches(its_service, its_instance, its_method)) { in trace()
/aosp_15_r20/external/sdv/vsomeip/test/someip_tp_tests/
Dsomeip_tp_test_msg_sender.cpp427 … vsomeip::method_t its_method = VSOMEIP_BYTES_TO_WORD(receive_buffer[VSOMEIP_METHOD_POS_MIN], in TEST_P() local
429 if (its_service == vsomeip::sd::service && its_method == vsomeip::sd::method) { in TEST_P()
553 …vsomeip::method_t its_method = VSOMEIP_BYTES_TO_WORD(receive_buffer[its_pos + VSOMEIP_METHOD_POS_M… in TEST_P() local
566 EXPECT_EQ(someip_tp_test::service.method_id, its_method); in TEST_P()
584 EXPECT_EQ(someip_tp_test::service.event_id, its_method); in TEST_P()
1309 …vsomeip::method_t its_method = VSOMEIP_BYTES_TO_WORD(receive_buffer[its_pos + VSOMEIP_METHOD_POS_M… in TEST_P() local
1312 EXPECT_EQ(someip_tp_test::service_slave.method_id, its_method); in TEST_P()
/aosp_15_r20/external/sdv/vsomeip/implementation/configuration/src/
Dconfiguration_impl.cpp1036 method_t its_method(ANY_METHOD); in load_trace_filter_match() local
1042 its_converter >> its_method; in load_trace_filter_match()
1043 std::get<2>(_match) = its_method; in load_trace_filter_match()
3718 method_t its_method = 0xFFFF; in load_npdu_debounce_times_for_service() local
3725 its_converter >> its_method; in load_npdu_debounce_times_for_service()
3745 _service->debounce_times_requests_[its_method] in load_npdu_debounce_times_for_service()
3748 _service->debounce_times_responses_[its_method] in load_npdu_debounce_times_for_service()
3782 method_t its_method = 0xFFFF; in load_someip_tp_for_service() local
3789 its_converter >> its_method; in load_someip_tp_for_service()
3793 _service->tp_segment_messages_client_to_service_.insert(its_method); in load_someip_tp_for_service()
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/runtime/src/
Dapplication_impl.cpp1479 const method_t its_method = _message->get_method(); in on_message() local
1483 static_cast<event_t>(its_method))) { in on_message()
1487 << std::hex << std::setw(4) << std::setfill('0') << its_method << "]"; in on_message()
1499 auto found_method = found_instance->second.find(its_method); in on_message()
1510 auto found_method = found_any_instance->second.find(its_method); in on_message()
1524 auto found_method = found_instance->second.find(its_method); in on_message()
1535 auto found_method = found_any_instance->second.find(its_method); in on_message()