Searched refs:CallHandler (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/health/ |
D | default_health_check_service.h | 49 class CallHandler { 51 virtual ~CallHandler() = default; 52 virtual void SendHealth(std::shared_ptr<CallHandler> self, 74 std::function<void(std::shared_ptr<CallHandler>, bool)>; 78 CallableTag(HandlerFunction func, std::shared_ptr<CallHandler> handler) in CallableTag() 93 std::shared_ptr<CallHandler> ReleaseHandler() { in ReleaseHandler() 99 std::shared_ptr<CallHandler> handler_; 106 class CheckCallHandler : public CallHandler { 122 void SendHealth(std::shared_ptr<CallHandler> /*self*/, in SendHealth() argument 128 void OnCallReceived(std::shared_ptr<CallHandler> self, bool ok); [all …]
|
D | default_health_check_service.cc | 93 std::shared_ptr<HealthCheckServiceImpl::CallHandler> handler) { in RegisterCallHandler() 97 HealthCheckServiceImpl::CallHandler* h = handler.get(); in RegisterCallHandler() 103 const std::shared_ptr<HealthCheckServiceImpl::CallHandler>& handler) { in UnregisterCallHandler() 135 std::shared_ptr<HealthCheckServiceImpl::CallHandler> handler) { in AddCallHandler() 140 const std::shared_ptr<HealthCheckServiceImpl::CallHandler>& handler) { in RemoveCallHandler() 271 std::shared_ptr<CallHandler> self = in CreateAndStart() 294 OnCallReceived(std::shared_ptr<CallHandler> self, bool ok) { in OnCallReceived() 336 OnFinishDone(std::shared_ptr<CallHandler> self, bool ok) { in OnFinishDone() 352 std::shared_ptr<CallHandler> self = in CreateAndStart() 382 OnCallReceived(std::shared_ptr<CallHandler> self, bool ok) { in OnCallReceived() [all …]
|
/external/pdfium/fxjs/ |
D | cfxjs_engine.cpp | 147 fun->SetCallHandler(CallHandler, v8::Number::New(isolate, eObjType)); in CFXJS_ObjDefinition() 158 static void CallHandler(const v8::FunctionCallbackInfo<v8::Value>& info) { in CallHandler() function in CFXJS_ObjDefinition
|