Searched refs:mapFunctionsInt_ (Results 1 – 2 of 2) sorted by relevance
267 const std::map<RadioEvent, RilFunc_Int_Event> EventSender::mapFunctionsInt_ = { member in OHOS::Telephony::EventSender382 auto fun = GetFunctionOfEvent<RilFunc_Int_Event>(mapFunctionsInt_, radioEvent); in SendBase()426 auto fun = GetFunctionOfEvent<RilFunc_Int_Event>(mapFunctionsInt_, radioEvent); in SendCallbackEx()
290 static const std::map<RadioEvent, RilFunc_Int_Event> mapFunctionsInt_; variable