Searched refs:mapFunctionsIntString_ (Results 1 – 2 of 2) sorted by relevance
288 const std::map<RadioEvent, RilFunc_Int_String_Event> EventSender::mapFunctionsIntString_ = { member in OHOS::Telephony::EventSender399 auto fun = GetFunctionOfEvent<RilFunc_Int_String_Event>(mapFunctionsIntString_, radioEvent); in SendBase()445 auto fun = GetFunctionOfEvent<RilFunc_Int_String_Event>(mapFunctionsIntString_, radioEvent); in SendCallback()
292 static const std::map<RadioEvent, RilFunc_Int_String_Event> mapFunctionsIntString_; variable