Home
last modified time | relevance | path

Searched refs:IMS_KICK_OUT_CONFERENCE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_ipc_interface_code.h33 IMS_KICK_OUT_CONFERENCE, enumerator
H A Dims_call_callback_ipc_interface_code.h37 IMS_KICK_OUT_CONFERENCE, enumerator
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call_stub.cpp55 memberFuncMap_[IMS_KICK_OUT_CONFERENCE] = in InitDialFuncMap()
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.cpp67 …requestCallFuncMap_[ImsCallInterfaceCode::IMS_KICK_OUT_CONFERENCE] = &ImsUnitTest::KickOutFromConf… in InitBasicFuncMap()
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_proxy.cpp230 …eturn SendRequest(slotId, in, static_cast<int32_t>(ImsCallInterfaceCode::IMS_KICK_OUT_CONFERENCE)); in KickOutFromConference()