Home
last modified time | relevance | path

Searched refs:hasServer (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DRpcServer.h85 [[nodiscard]] bool hasServer();
/frameworks/native/libs/binder/
DRpcServer.cpp446 LOG_ALWAYS_FATAL_IF(hasServer(), "Each RpcServer can only have one server."); in setupSocketServer()
500 bool RpcServer::hasServer() { in hasServer() function in android::RpcServer
/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp113 ASSERT_FALSE(server->hasServer()); in TEST_P()
115 ASSERT_TRUE(server->hasServer()); in TEST_P()
117 ASSERT_FALSE(server->hasServer()); in TEST_P()