Home
last modified time | relevance | path

Searched refs:HREQ_SMS_BASE (Results 1 - 7 of 7) sorted by relevance

/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_request.h151 HREQ_SMS_BASE = 100, enumerator
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_adapter_service_test.cpp79 EXPECT_TRUE(hRilSms.IsSmsRespOrNotify(HREQ_SMS_BASE)); in HWTEST_F()
143 EXPECT_TRUE(hRilSms.IsSmsResponse(HREQ_SMS_BASE)); in HWTEST_F()
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_event_map.h66 { HREQ_SMS_BASE, "HREQ_SMS_BASE" },
/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp99 HREQ_SMS_BASE = 100, enumerator
1599 int32_t choice = InputInt32(HREQ_CALL_BASE, HREQ_SMS_BASE - MENU_OFFSET, "Command"); in PrintCallMenu()
1608 cout << "----> [" << HREQ_SMS_BASE << "] ---->Back to the previous menu." << endl; in PrintSmsMenu()
1615 int32_t choice = InputInt32(HREQ_SMS_BASE, HREQ_SIM_BASE - MENU_OFFSET, "Command"); in PrintSmsMenu()
1617 choice = (choice == HREQ_SMS_BASE) ? DEFAULT_CHOICE : choice; in PrintSmsMenu()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H A Dril_callback_test.h83 HREQ_SMS_BASE = 100, member in OHOS::Telephony::HdiId
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_call.cpp38 return ((code >= HREQ_CALL_BASE) && (code < HREQ_SMS_BASE)); in IsCallResponse()
H A Dhril_sms.cpp799 return ((code >= HREQ_SMS_BASE) && (code < HREQ_SIM_BASE)); in IsSmsResponse()

Completed in 13 milliseconds