Home
last modified time | relevance | path

Searched refs:IMS_SET_SWITCH_STATUS (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_ipc_interface_code.h52 IMS_SET_SWITCH_STATUS, enumerator
H A Dims_call_callback_ipc_interface_code.h64 IMS_SET_SWITCH_STATUS, enumerator
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_proxy.cpp182 …rn SendResponseInfo(static_cast<int32_t>(ImsCallCallbackInterfaceCode::IMS_SET_SWITCH_STATUS), in); in SetImsSwitchResponse()
H A Dims_call_proxy.cpp441 … return SendRequest(slotId, in, static_cast<int32_t>(ImsCallInterfaceCode::IMS_SET_SWITCH_STATUS)); in SetImsSwitchStatus()
H A Dims_call_callback_stub.cpp104 requestFuncMap_[static_cast<uint32_t>(ImsCallCallbackInterfaceCode::IMS_SET_SWITCH_STATUS)] = in InitConfigFuncMap()
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call_stub.cpp84 memberFuncMap_[IMS_SET_SWITCH_STATUS] = in InitConfigFuncMap()
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.cpp82 …requestCallFuncMap_[ImsCallInterfaceCode::IMS_SET_SWITCH_STATUS] = &ImsUnitTest::SetImsSwitchStatu… in InitConfigFuncMap()