Searched refs:FindMethod (Results 1 – 8 of 8) sorted by relevance
/external/pigweed/pw_rpc/ |
D | service_test.cc | 24 static const internal::Method* FindMethod(Service& service, uint32_t id) { in FindMethod() function in pw::rpc::ServiceTestHelper 25 return service.FindMethod(id); in FindMethod() 68 EXPECT_EQ(ServiceTestHelper::FindMethod(service, 123), in TEST() 70 EXPECT_EQ(ServiceTestHelper::FindMethod(service, 456), in TEST() 72 EXPECT_EQ(ServiceTestHelper::FindMethod(service, 789), in TEST() 78 EXPECT_EQ(ServiceTestHelper::FindMethod(service, 0), nullptr); in TEST() 79 EXPECT_EQ(ServiceTestHelper::FindMethod(service, 457), nullptr); in TEST() 80 EXPECT_EQ(ServiceTestHelper::FindMethod(service, 999), nullptr); in TEST() 91 EXPECT_EQ(ServiceTestHelper::FindMethod(service, 123), nullptr); in TEST() 92 EXPECT_EQ(ServiceTestHelper::FindMethod(service, 456), nullptr); in TEST() [all …]
|
D | server.cc | 57 const auto [service, method] = FindMethod(packet); in ProcessPacket() 111 std::tuple<Service*, const internal::Method*> Server::FindMethod( in FindMethod() function in pw::rpc::Server 122 return {&(*service), service->FindMethod(packet.method_id())}; in FindMethod()
|
D | service.cc | 22 const internal::Method* Service::FindMethod(uint32_t method_id) const { in FindMethod() function in pw::rpc::Service
|
/external/pigweed/pw_rpc/public/pw_rpc/ |
D | service.h | 75 const internal::Method* FindMethod(uint32_t method_id) const;
|
D | server.h | 170 std::tuple<Service*, const internal::Method*> FindMethod(
|
/external/lzma/CPP/7zip/Common/ |
D | CreateCoder.h | 126 bool FindMethod(
|
D | CreateCoder.cpp | 224 bool FindMethod( in FindMethod() function
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandler.cpp | 157 FindMethod(EXTERNAL_CODECS_VARS id, name); in AddMethodName() 504 FindMethod(EXTERNAL_CODECS_VARS id64, methodName); in SetMethodToProp()
|