Home
last modified time | relevance | path

Searched refs:mapFunctionsIntString_ (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_ = { member in OHOS::Telephony::EventSender
399 auto fun = GetFunctionOfEvent<RilFunc_Int_String_Event>(mapFunctionsIntString_, radioEvent); in SendBase()
445 auto fun = GetFunctionOfEvent<RilFunc_Int_String_Event>(mapFunctionsIntString_, radioEvent); in SendCallback()
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dnetwork_utils.h292 static const std::map<RadioEvent, RilFunc_Int_String_Event> mapFunctionsIntString_; variable