Searched refs:HREQ_CALL_SEPARATE_CONFERENCE (Results 1 - 7 of 7) sorted by relevance
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_request.h | 51 HREQ_CALL_SEPARATE_CONFERENCE, enumerator
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_event_map.h | 35 { HREQ_CALL_SEPARATE_CONFERENCE, "HREQ_CALL_SEPARATE_CONFERENCE" },
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_call_test.cpp | 446 ASSERT_TRUE(RilTestUtil::GetBoolResult(HdiId::HREQ_CALL_SEPARATE_CONFERENCE)); in HWTEST_F() 462 ASSERT_TRUE(RilTestUtil::GetBoolResult(HdiId::HREQ_CALL_SEPARATE_CONFERENCE)); in HWTEST_F()
|
H A D | ril_callback_test.cpp | 1170 hdiId_ = HdiId::HREQ_CALL_SEPARATE_CONFERENCE; in SeparateConferenceResponse()
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_interface_test.cpp | 72 HREQ_CALL_SEPARATE_CONFERENCE, // Keep all other calls except the xth call
enumerator 1413 memberFuncMap_[HREQ_CALL_SEPARATE_CONFERENCE] = &RilInterfaceTest::RilCmSplitCallTest;
in OnInitCallProcessInterface() 1585 cout << "----> [" << HREQ_CALL_SEPARATE_CONFERENCE << "] ---->[ HREQ_CALL_SEPARATE_CONFERENCE ]" << endl;
in PrintCallMenu()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_call.cpp | 107 respMemberFuncMap_[HREQ_CALL_SEPARATE_CONFERENCE] = in AddCallBasicResponseToMap() 251 serialId, HREQ_CALL_SEPARATE_CONFERENCE, callFuncs_, &HRilCallReq::SeparateConference, callIndex, callType); in SeparateConference()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/ |
H A D | ril_callback_test.h | 55 HREQ_CALL_SEPARATE_CONFERENCE, // Keep all other calls except the xth call member in OHOS::Telephony::HdiId
|
Completed in 15 milliseconds