Home
last modified time | relevance | path

Searched defs:_func (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_callback.h284 … inline int32_t Response(const HDI::Ril::V1_1::RilRadioResponseInfo responseInfo, FuncType &&_func, in Response()
298 inline int32_t Notify(const HDI::Ril::V1_1::RilRadioResponseInfo responseInfo, FuncType &&_func, in Notify()
324 int32_t slotId, FuncType &&_func, ModuleFuncType _moduleFunc, ParamTypes &&... _args) const in TaskSchedule()
339 …inline int32_t Execute(int32_t slotId, FuncType &&_func, ModuleFuncType _moduleFunc, ParamTypes &&… in Execute()
H A Dtel_ril_manager.h343 … TaskSchedule(ResponsePtr &_result, const std::string _module, ClassTypePtr _obj, FuncType &&_func, in TaskSchedule()
H A Dtel_ril_base.h111 FuncType &&_func, ParamTypes &&... _args) in Request()
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/
H A Dril_impl.h191 inline int32_t TaskSchedule(FuncType &&_func, int32_t slotId, ParamTypes &&... _args) const in TaskSchedule()
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_base.h182 …ne int32_t HRilBase::Response(HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, FuncType &&_func, in Response()
194 inline int32_t HRilBase::Notify(int32_t notifyType, const HRilErrNumber error, FuncType &&_func, Pa… in Notify()
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp107 const std::string module, ClassTypePtr &_obj, FuncType &&_func, ParamTypes &&... _args) in TaskSchedule()