Searched refs:RilFunc_Int_Int_Event (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | network_utils.cpp | 280 const std::map<RadioEvent, RilFunc_Int_Int_Event> EventSender::mapFunctionsIntInt_ = { 390 auto fun = GetFunctionOfEvent<RilFunc_Int_Int_Event>(mapFunctionsIntInt_, radioEvent); in SendBase() 391 …t32_t, RadioEvent, int32_t, const sptr<INetworkSearchCallback> *, RilFunc_Int_Int_Event> parameter… in SendBase() 393 return Send<EventGetMode::GET_EVENT_BY_PARAM, RilFunc_Int_Int_Event, int32_t, int32_t>( in SendBase() 435 auto fun = GetFunctionOfEvent<RilFunc_Int_Int_Event>(mapFunctionsIntInt_, radioEvent); in SendCallback() 436 …t32_t, RadioEvent, int32_t, const sptr<INetworkSearchCallback> *, RilFunc_Int_Int_Event> parameter… in SendCallback() 438 return Send<EventGetMode::GET_EVENT_BY_INDEX, RilFunc_Int_Int_Event, int32_t, int32_t>( in SendCallback()
|
/ohos5.0/base/telephony/core_service/services/network_search/include/ |
H A D | network_utils.h | 98 using RilFunc_Int_Int_Event = variable 291 static const std::map<RadioEvent, RilFunc_Int_Int_Event> mapFunctionsIntInt_;
|