Home
last modified time | relevance | path

Searched defs:RequestHandler (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/adapter/service/server/include/
H A Dhiview_service_ability_stub.h25 using RequestHandler = std::function<int32_t(MessageParcel&, MessageParcel&, MessageOption&)>; variable
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dservice_controller.h104 void ServiceController::RequestHandler(const MsgHeader& hdr, std::function<void(const T& rqst)> han… in RequestHandler() function