Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp340 …auto event = AppExecFwk::InnerEvent::Get(uint32_t(CustomMessageID::MSG_OPEN_LOGICAL_CHANNEL_DONE)); in OnRequestOpenLGSimIOTest()
377 …auto event = AppExecFwk::InnerEvent::Get(uint32_t(CustomMessageID::MSG_TRANSMIT_BASIC_CHANNEL_DONE… in OnRequestTransmitApduBasicChannelTest()
396 … auto event = AppExecFwk::InnerEvent::Get(uint32_t(CustomMessageID::MSG_SIM_AUTHENTICATION_DONE)); in OnRequestSimAuthenticationTest()
434 …auto event = AppExecFwk::InnerEvent::Get(uint32_t(CustomMessageID::MSG_SIM_SEND_NCFG_OPER_INFO_DON… in OnRequestSendSimMatchedOperatorInfoTest()
462 …auto event = AppExecFwk::InnerEvent::Get(uint32_t(CustomMessageID::MSG_CLOSE_LOGICAL_CHANNEL_DONE)… in OnRequestCloseLGSimIOTest()
1931 case uint32_t(CustomMessageID::MSG_OPEN_LOGICAL_CHANNEL_DONE): { in ProcessEvent()
1940 case uint32_t(CustomMessageID::MSG_TRANSMIT_LOGICAL_CHANNEL_DONE): in ProcessEvent()
1941 case uint32_t(CustomMessageID::MSG_TRANSMIT_BASIC_CHANNEL_DONE): { in ProcessEvent()
1950 case uint32_t(CustomMessageID::MSG_CLOSE_LOGICAL_CHANNEL_DONE): { in ProcessEvent()
1954 case uint32_t(CustomMessageID::MSG_SIM_AUTHENTICATION_DONE): { in ProcessEvent()
[all …]
H A Dtel_ril_test.h144 enum class CustomMessageID : uint32_t { enum