Home
last modified time | relevance | path

Searched refs:FindMethod (Results 1 – 8 of 8) sorted by relevance

/external/pigweed/pw_rpc/
Dservice_test.cc24 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 …]
Dserver.cc57 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()
Dservice.cc22 const internal::Method* Service::FindMethod(uint32_t method_id) const { in FindMethod() function in pw::rpc::Service
/external/pigweed/pw_rpc/public/pw_rpc/
Dservice.h75 const internal::Method* FindMethod(uint32_t method_id) const;
Dserver.h170 std::tuple<Service*, const internal::Method*> FindMethod(
/external/lzma/CPP/7zip/Common/
DCreateCoder.h126 bool FindMethod(
DCreateCoder.cpp224 bool FindMethod( in FindMethod() function
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp157 FindMethod(EXTERNAL_CODECS_VARS id, name); in AddMethodName()
504 FindMethod(EXTERNAL_CODECS_VARS id64, methodName); in SetMethodToProp()