Home
last modified time | relevance | path

Searched refs:RilFunc_Int_String_Event (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_utils.cpp288 const std::map<RadioEvent, RilFunc_Int_String_Event> EventSender::mapFunctionsIntString_ = {
399 auto fun = GetFunctionOfEvent<RilFunc_Int_String_Event>(mapFunctionsIntString_, radioEvent); in SendBase()
400 …2_t, RadioEvent, int32_t, const sptr<INetworkSearchCallback> *, RilFunc_Int_String_Event> paramete… in SendBase()
402 return Send<EventGetMode::GET_EVENT_BY_PARAM, RilFunc_Int_String_Event, int32_t, std::string>( in SendBase()
445 auto fun = GetFunctionOfEvent<RilFunc_Int_String_Event>(mapFunctionsIntString_, radioEvent); in SendCallback()
446 …2_t, RadioEvent, int32_t, const sptr<INetworkSearchCallback> *, RilFunc_Int_String_Event> paramete… in SendCallback()
448 return Send<EventGetMode::GET_EVENT_BY_INDEX, RilFunc_Int_String_Event, int32_t, std::string>( in SendCallback()
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dnetwork_utils.h100 using RilFunc_Int_String_Event = variable
292 static const std::map<RadioEvent, RilFunc_Int_String_Event> mapFunctionsIntString_;