Home
last modified time | relevance | path

Searched refs:PARAM_SLOTID (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/test/
H A Dcommon_event_test.h27 const std::string PARAM_SLOTID = "slotId"; variable
71 << ", slotId = " << want.GetIntParam(PARAM_SLOTID, DEFAULT_PARAM) in OnReceiveEvent()
82 … << ", slotId = " << want.GetIntParam(PARAM_SLOTID, DEFAULT_PARAM) << std::endl; in OnReceiveEvent()
90 << ", slotId = " << want.GetIntParam(PARAM_SLOTID, DEFAULT_PARAM) in OnReceiveEvent()
95 << ", slotId = " << want.GetIntParam(PARAM_SLOTID, DEFAULT_PARAM) in OnReceiveEvent()
100 << ", slotId = " << want.GetIntParam(PARAM_SLOTID, DEFAULT_PARAM) in OnReceiveEvent()
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dstk_controller.cpp45 const std::string PARAM_SLOTID = "slotId"; variable
303 want.SetParam(PARAM_SLOTID, slotId_); in OnIccStateChanged()
329 want.SetParam(PARAM_SLOTID, slotId_); in OnSendRilSessionEnd()
365 want.SetParam(PARAM_SLOTID, slotId_); in OnSendRilProactiveCommand()
407 want.SetParam(PARAM_SLOTID, slotId_); in OnSendRilAlphaNotify()
424 want.SetParam(PARAM_SLOTID, slotId_); in OnSendRilEventNotify()
442 want.SetParam(PARAM_SLOTID, slotId_); in OnIccRefresh()