Searched refs:IMS_HANG_UP (Results 1 – 7 of 7) sorted by relevance
25 IMS_HANG_UP, enumerator
29 IMS_HANG_UP, enumerator
43 return SendResponseInfo(static_cast<int32_t>(ImsCallCallbackInterfaceCode::IMS_HANG_UP), in); in HangUpResponse()
86 …int32_t error = remote->SendRequest(static_cast<int32_t>(ImsCallInterfaceCode::IMS_HANG_UP), in, o… in HangUp()
51 requestFuncMap_[static_cast<uint32_t>(ImsCallCallbackInterfaceCode::IMS_HANG_UP)] = in InitCallBasicFuncMap()
42 …memberFuncMap_[IMS_HANG_UP] = [this](MessageParcel &data, MessageParcel &reply) { return OnHangUp(… in InitDialFuncMap()
59 requestCallFuncMap_[ImsCallInterfaceCode::IMS_HANG_UP] = &ImsUnitTest::HangUp; in InitBasicFuncMap()