Home
last modified time | relevance | path

Searched refs:DeliveryShortMessageCallbackInterfaceCode (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/
H A Ddelivery_short_message_callback_ipc_interface_code.h22 enum class DeliveryShortMessageCallbackInterfaceCode { enum
/ohos5.0/base/telephony/sms_mms/test/unittest/
H A Dsms_delivery_callback_test.cpp30 … if (code == static_cast<int>(DeliveryShortMessageCallbackInterfaceCode::ON_SMS_DELIVERY_RESULT)) { in OnRemoteRequest()
/ohos5.0/base/telephony/sms_mms/frameworks/native/sms/src/
H A Ddelivery_short_message_callback_stub.cpp36 case static_cast<int>(DeliveryShortMessageCallbackInterfaceCode::ON_SMS_DELIVERY_RESULT): { in OnRemoteRequest()
/ohos5.0/base/telephony/sms_mms/services/sms/proxy/
H A Dsms_delivery_short_message_proxy.cpp40 …remote->SendRequest(static_cast<int32_t>(DeliveryShortMessageCallbackInterfaceCode::ON_SMS_DELIVER… in OnSmsDeliveryResult()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dsms_delivery_callback_gtest.cpp65 case static_cast<int>(DeliveryShortMessageCallbackInterfaceCode::ON_SMS_DELIVERY_RESULT): { in OnRemoteRequest()