/aosp_15_r20/external/sdv/vsomeip/implementation/endpoints/src/ |
D | server_endpoint_impl.cpp | 188 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 …]
|
D | client_endpoint_impl.cpp | 201 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 …]
|
D | tp_reassembler.cpp | 44 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()
|
D | udp_client_endpoint_impl.cpp | 492 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()
|
D | udp_server_endpoint_impl.cpp | 666 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()
|
D | tcp_client_endpoint_impl.cpp | 109 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()
|
D | tcp_server_endpoint_impl.cpp | 424 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()
|
D | tp_message.cpp | 264 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/ |
D | pending_subscription_test_sd_msg_sender.cpp | 97 …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/ |
D | routing_manager_impl.cpp | 765 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 …]
|
D | routing_manager_proxy.cpp | 689 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()
|
D | routing_manager_stub.cpp | 185 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()
|
D | routing_manager_base.cpp | 1169 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/ |
D | malicious_data_test_msg_sender.cpp | 89 … 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/ |
D | policy.cpp | 477 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/ |
D | connector_impl.cpp | 194 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/ |
D | someip_tp_test_msg_sender.cpp | 427 … 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/ |
D | configuration_impl.cpp | 1036 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/ |
D | application_impl.cpp | 1479 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()
|