Home
last modified time | relevance | path

Searched refs:FindMethod (Results 1 – 12 of 12) 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 …]
Dservice.cc22 const internal::Method* Service::FindMethod(uint32_t method_id) const { in FindMethod() function in pw::rpc::Service
Dserver.cc122 std::tuple<Service*, const internal::Method*> Server::FindMethod( in FindMethod() function in pw::rpc::Server
138 return {&(*service), service->FindMethod(method_id)}; in FindMethodLocked()
Dserver_test.cc34 static std::tuple<Service*, const internal::Method*> FindMethod( in FindMethod() function in pw::rpc::ServerTestHelper
36 return server.FindMethod(service_id, method_id); in FindMethod()
410 const auto [service, method] = ServerTestHelper::FindMethod(server_, 1, 100); in TEST_F()
421 ServerTestHelper::FindMethod(server_, 2, 100); in TEST_F()
428 ServerTestHelper::FindMethod(server_, 1, 101); in TEST_F()
/external/perfetto/src/android_sdk/nativehelper/
DJNIHelp.h128 [[maybe_unused]] static jmethodID FindMethod(JNIEnv* env, in FindMethod() function
163 FindMethod(env, "java/lang/Class", "getName", "()Ljava/lang/String;"); in GetExceptionSummary()
183 jmethodID getMessage = FindMethod(env, "java/lang/Throwable", "getMessage", in GetExceptionSummary()
219 jmethodID toString = FindMethod(env, "java/io/StringWriter", "toString", in StringWriterToString()
253 FindMethod(env, "java/lang/Throwable", "printStackTrace", in GetStackTrace()
/external/pigweed/pw_protobuf/py/pw_protobuf/
Dcodegen_pwpb.py423 class FindMethod(ReadMethod): class
465 class FindStreamMethod(FindMethod):
762 class SubMessageFindMethod(FindMethod):
932 class DoubleFindMethod(FindMethod):
1034 class FloatFindMethod(FindMethod):
1136 class Int32FindMethod(FindMethod):
1241 class Sint32FindMethod(FindMethod):
1346 class Sfixed32FindMethod(FindMethod):
1448 class Int64FindMethod(FindMethod):
1553 class Sint64FindMethod(FindMethod):
[all …]
/external/pigweed/pw_rpc/public/pw_rpc/
Dservice.h75 const internal::Method* FindMethod(uint32_t method_id) const;
Dserver.h175 std::tuple<Service*, const internal::Method*> FindMethod(uint32_t service_id,
/external/lzma/CPP/7zip/Common/
DCreateCoder.h134 bool FindMethod(
DCreateCoder.cpp236 bool FindMethod( in FindMethod() function
/external/pigweed/pw_grpc/
Dpw_rpc_handler.cc45 const auto [service, method] = server_.FindMethod(service_id, method_id); in OnNew()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp183 FindMethod(EXTERNAL_CODECS_VARS id, name); in AddMethodName()
535 FindMethod(EXTERNAL_CODECS_VARS id64, methodName); in SetMethodToProp()