Searched refs:CallModeBehaviorType (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/telephony/cellular_call/services/common/src/ |
H A D | cellular_call_hisysevent.cpp | 194 …const CallModeBehaviorType type, const CallBehaviorParameterInfo &info, const int32_t requestResul… in WriteImsCallModeBehaviorEvent() 198 case CallModeBehaviorType::SEND_REQUEST_EVENT: in WriteImsCallModeBehaviorEvent() 201 case CallModeBehaviorType::SEND_RESPONSE_EVENT: in WriteImsCallModeBehaviorEvent() 204 case CallModeBehaviorType::RECEIVE_REQUEST_EVENT: in WriteImsCallModeBehaviorEvent() 207 case CallModeBehaviorType::RECEIVE_RESPONSE_EVENT: in WriteImsCallModeBehaviorEvent()
|
/ohos5.0/base/telephony/cellular_call/services/common/include/ |
H A D | cellular_call_hisysevent.h | 60 enum class CallModeBehaviorType { enum 90 …const CallModeBehaviorType type, const CallBehaviorParameterInfo &info, const int32_t requestResul…
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | cellular_call_hisysevent_test.cpp | 188 CallModeBehaviorType type = CallModeBehaviorType::SEND_REQUEST_EVENT; 196 type = CallModeBehaviorType::SEND_RESPONSE_EVENT; 204 type = CallModeBehaviorType::RECEIVE_REQUEST_EVENT; 212 type = CallModeBehaviorType::RECEIVE_RESPONSE_EVENT;
|
/ohos5.0/base/telephony/cellular_call/services/control/src/ |
H A D | ims_video_call_control.cpp | 135 CallModeBehaviorType::SEND_REQUEST_EVENT, info, INVALID_VALUE); in SendUpdateCallMediaModeRequest() 177 CallModeBehaviorType::SEND_RESPONSE_EVENT, info, INVALID_VALUE); in SendUpdateCallMediaModeResponse()
|
/ohos5.0/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_handler.cpp | 893 CallModeBehaviorType::RECEIVE_REQUEST_EVENT, info, requestResult); in ReceiveUpdateCallMediaModeRequest() 918 CallModeBehaviorType::RECEIVE_RESPONSE_EVENT, info, requestResult); in ReceiveUpdateCallMediaModeResponse()
|