Searched refs:mapFunctions_ (Results 1 – 2 of 2) sorted by relevance
212 const std::map<RadioEvent, RilFunc_Event> EventSender::mapFunctions_ = { member in OHOS::Telephony::EventSender374 auto fun = GetFunctionOfEvent<RilFunc_Event>(mapFunctions_, radioEvent); in SendBase()408 auto fun = GetFunctionOfEvent<RilFunc_Event>(mapFunctions_, radioEvent); in SendCallback()417 auto fun = GetFunctionOfEvent<RilFunc_Event>(mapFunctions_, radioEvent); in SendCallback()
289 static const std::map<RadioEvent, RilFunc_Event> mapFunctions_; variable