Classes | |
class | InternalOnlySecurityPolicy |
class | SecurityPolicy |
class | UntrustedSecurityPolicy |
Functions | |
void | AddEndpointBinder (const std::string &service, void *endpoint_binder) |
void * | GetEndpointBinder (const std::string &service) |
void | RemoveEndpointBinder (const std::string &service) |
void grpc::experimental::binder::AddEndpointBinder | ( | const std::string & | service, |
void * | endpoint_binder | ||
) |
Definition at line 82 of file binder_server.cc.
void * grpc::experimental::binder::GetEndpointBinder | ( | const std::string & | service | ) |
Definition at line 78 of file binder_server.cc.
void grpc::experimental::binder::RemoveEndpointBinder | ( | const std::string & | service | ) |
Definition at line 86 of file binder_server.cc.