Searched refs:mapFunctionsIntInt_ (Results 1 – 2 of 2) sorted by relevance
280 const std::map<RadioEvent, RilFunc_Int_Int_Event> EventSender::mapFunctionsIntInt_ = { member in OHOS::Telephony::EventSender390 auto fun = GetFunctionOfEvent<RilFunc_Int_Int_Event>(mapFunctionsIntInt_, radioEvent); in SendBase()435 auto fun = GetFunctionOfEvent<RilFunc_Int_Int_Event>(mapFunctionsIntInt_, radioEvent); in SendCallback()
291 static const std::map<RadioEvent, RilFunc_Int_Int_Event> mapFunctionsIntInt_; variable