Home
last modified time | relevance | path

Searched refs:HREQ_CALL_BASE (Results 1 - 6 of 6) sorted by relevance

/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_request.h21 HREQ_CALL_BASE = 0, enumerator
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_adapter_service_test.cpp78 EXPECT_FALSE(hRilSms.IsSmsRespOrNotify(HREQ_CALL_BASE)); in HWTEST_F()
142 EXPECT_FALSE(hRilSms.IsSmsResponse(HREQ_CALL_BASE)); in HWTEST_F()
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_event_map.h25 { HREQ_CALL_BASE, "HREQ_CALL_BASE" },
/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp62 HREQ_CALL_BASE = 0, enumerator
1566 int32_t choice = InputInt32(HREQ_CALL_BASE, HREQ_MODEM_EXIT - 1, "Command"); in PrintStressMenu()
1568 choice = (choice == HREQ_CALL_BASE) ? DEFAULT_CHOICE : choice; in PrintStressMenu()
1575 cout << "----> [" << HREQ_CALL_BASE << "] ---->Back to the previous menu." << endl; in PrintCallMenu()
1599 int32_t choice = InputInt32(HREQ_CALL_BASE, HREQ_SMS_BASE - MENU_OFFSET, "Command"); in PrintCallMenu()
1601 choice = (choice == HREQ_CALL_BASE) ? DEFAULT_CHOICE : choice; in PrintCallMenu()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H A Dril_callback_test.h45 HREQ_CALL_BASE = 0, 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()

Completed in 11 milliseconds