/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 | service.cc | 22 const internal::Method* Service::FindMethod(uint32_t method_id) const { in FindMethod() function in pw::rpc::Service
|
D | server.cc | 122 std::tuple<Service*, const internal::Method*> Server::FindMethod( in FindMethod() function in pw::rpc::Server 138 return {&(*service), service->FindMethod(method_id)}; in FindMethodLocked()
|
D | server_test.cc | 34 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/ |
D | JNIHelp.h | 128 [[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/ |
D | codegen_pwpb.py | 423 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/ |
D | service.h | 75 const internal::Method* FindMethod(uint32_t method_id) const;
|
D | server.h | 175 std::tuple<Service*, const internal::Method*> FindMethod(uint32_t service_id,
|
/external/lzma/CPP/7zip/Common/ |
D | CreateCoder.h | 134 bool FindMethod(
|
D | CreateCoder.cpp | 236 bool FindMethod( in FindMethod() function
|
/external/pigweed/pw_grpc/ |
D | pw_rpc_handler.cc | 45 const auto [service, method] = server_.FindMethod(service_id, method_id); in OnNew()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandler.cpp | 183 FindMethod(EXTERNAL_CODECS_VARS id, name); in AddMethodName() 535 FindMethod(EXTERNAL_CODECS_VARS id64, methodName); in SetMethodToProp()
|