Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_adapter_service_test.cpp80 EXPECT_FALSE(hRilSms.IsSmsRespOrNotify(HREQ_SIM_BASE)); in HWTEST_F()
144 EXPECT_FALSE(hRilSms.IsSmsResponse(HREQ_SIM_BASE)); in HWTEST_F()
146 EXPECT_FALSE(hRilSms.IsSmsNotification(HREQ_SIM_BASE)); in HWTEST_F()
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_request.h207 HREQ_SIM_BASE = 200, enumerator
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_event_map.h84 { HREQ_SIM_BASE, "HREQ_SIM_BASE" },
/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp117 HREQ_SIM_BASE = 200, enumerator
1615 int32_t choice = InputInt32(HREQ_SMS_BASE, HREQ_SIM_BASE - MENU_OFFSET, "Command"); in PrintSmsMenu()
1624 cout << "----> [" << HREQ_SIM_BASE << "] ---->Back to the previous menu." << endl; in PrintSimMenu()
1651 int32_t choice = InputInt32(HREQ_SIM_BASE, HREQ_DATA_BASE - MENU_OFFSET, "Command"); in PrintSimMenu()
1653 choice = (choice == HREQ_SIM_BASE) ? DEFAULT_CHOICE : choice; in PrintSimMenu()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H A Dril_callback_test.h101 HREQ_SIM_BASE = 200, member in OHOS::Telephony::HdiId
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_sim.cpp718 return ((code >= HREQ_SIM_BASE) && (code < HREQ_DATA_BASE)); in IsSimResponse()
H A Dhril_sms.cpp799 return ((code >= HREQ_SMS_BASE) && (code < HREQ_SIM_BASE)); in IsSmsResponse()

Completed in 24 milliseconds