Searched refs:HREQ_CALL_DIAL (Results 1 - 7 of 7) sorted by relevance
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_request.h | 27 HREQ_CALL_DIAL, enumerator
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_event_map.h | 27 { HREQ_CALL_DIAL, "HREQ_CALL_DIAL" },
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_interface_test.cpp | 64 HREQ_CALL_DIAL,
enumerator 1394 stressMemberFuncMap_[HREQ_CALL_DIAL] = &RilInterfaceTest::RilCmDialStressTest;
in OnInitStressInterface() 1404 memberFuncMap_[HREQ_CALL_DIAL] = &RilInterfaceTest::RilCmDialTest;
in OnInitCallProcessInterface() 1561 cout << "----> [" << HREQ_CALL_DIAL << "] ---->[ HREQ_CALL_DIAL ]" << endl;
in PrintStressMenu() 1577 cout << "----> [" << HREQ_CALL_DIAL << "] ---->[ HREQ_CALL_DIAL ]" << endl;
in PrintCallMenu()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_call_test.cpp | 187 ASSERT_TRUE(RilTestUtil::GetBoolResult(HdiId::HREQ_CALL_DIAL)); in HWTEST_F() 206 ASSERT_TRUE(RilTestUtil::GetBoolResult(HdiId::HREQ_CALL_DIAL)); in HWTEST_F()
|
H A D | ril_callback_test.cpp | 1079 hdiId_ = HdiId::HREQ_CALL_DIAL; in DialResponse()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_call.cpp | 83 respMemberFuncMap_[HREQ_CALL_DIAL] = in AddCallBasicResponseToMap() 208 return RequestVendor(serialId, HREQ_CALL_DIAL, callFuncs_, &HRilCallReq::Dial, &dial, sizeof(HRilDial)); in Dial()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/ |
H A D | ril_callback_test.h | 47 HREQ_CALL_DIAL, member in OHOS::Telephony::HdiId
|
Completed in 15 milliseconds