Searched defs:_func (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_callback.h | 284 … 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 D | tel_ril_manager.h | 343 … TaskSchedule(ResponsePtr &_result, const std::string _module, ClassTypePtr _obj, FuncType &&_func, in TaskSchedule()
|
H A D | tel_ril_base.h | 111 FuncType &&_func, ParamTypes &&... _args) in Request()
|
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/ |
H A D | ril_impl.h | 191 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 D | hril_base.h | 182 …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 D | hril_manager.cpp | 107 const std::string module, ClassTypePtr &_obj, FuncType &&_func, ParamTypes &&... _args) in TaskSchedule()
|