Searched refs:RilFunc_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 | 267 const std::map<RadioEvent, RilFunc_Int_Event> EventSender::mapFunctionsInt_ = { 382 auto fun = GetFunctionOfEvent<RilFunc_Int_Event>(mapFunctionsInt_, radioEvent); in SendBase() 383 …<int32_t, RadioEvent, int32_t, const sptr<INetworkSearchCallback> *, RilFunc_Int_Event> parameters( in SendBase() 385 return Send<EventGetMode::GET_EVENT_BY_PARAM, RilFunc_Int_Event, int32_t>(parameters, param); in SendBase() 426 auto fun = GetFunctionOfEvent<RilFunc_Int_Event>(mapFunctionsInt_, radioEvent); in SendCallbackEx() 427 …<int32_t, RadioEvent, int32_t, const sptr<INetworkSearchCallback> *, RilFunc_Int_Event> parameters( in SendCallbackEx() 429 return Send<EventGetMode::GET_EVENT_BY_INDEX, RilFunc_Int_Event, int32_t>(parameters, param); in SendCallbackEx()
|
/ohos5.0/base/telephony/core_service/services/network_search/include/ |
H A D | network_utils.h | 96 using RilFunc_Int_Event = variable 290 static const std::map<RadioEvent, RilFunc_Int_Event> mapFunctionsInt_;
|