Home
last modified time | relevance | path

Searched defs:set_method_id (Results 1 – 2 of 2) sorted by relevance

/external/sdv/vsomeip/test/subscribe_notify_tests/
Dsubscribe_notify_test_globals.hpp51 static constexpr vsomeip::method_t set_method_id = 0x7777; variable
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dpacket.h142 constexpr void set_method_id(uint32_t method_id) { method_id_ = method_id; } in set_method_id() function