Home
last modified time | relevance | path

Searched refs:VIDEO_TYPE (Results 1 - 4 of 4) sorted by relevance

/base/telephony/cellular_call/services/common/src/
H A Dcellular_call_hisysevent.cpp61 static const int32_t VIDEO_TYPE = 1; member
81 } else if (info.callType == IMS_CALL_TYPE && info.videoState == VIDEO_TYPE) { in WriteDialCallBehaviorEvent()
99 } else if (info.callType == IMS_CALL_TYPE && info.videoState == VIDEO_TYPE) { in WriteHangUpCallBehaviorEvent()
116 } else if (info.incomingCallType == IMS_CALL_TYPE && info.incomingVideoState == VIDEO_TYPE && in WriteAnswerCallBehaviorEvent()
119 } else if (info.incomingCallType == IMS_CALL_TYPE && info.incomingVideoState == VIDEO_TYPE && in WriteAnswerCallBehaviorEvent()
120 info.callType == IMS_CALL_TYPE && info.videoState == VIDEO_TYPE) { in WriteAnswerCallBehaviorEvent()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dcellular_call_hisysevent_test.cpp36 static const int32_t VIDEO_TYPE = 1; member
68 callInfo.videoState = VIDEO_TYPE; in HWTEST_F()
81 callInfo.videoState = VIDEO_TYPE; in HWTEST_F()
114 callInfo.incomingVideoState = VIDEO_TYPE; in HWTEST_F()
117 callInfo.videoState = VIDEO_TYPE; in HWTEST_F()
220 cellularCallHiSysEvent->SetIncomingCallParameterInfo(IMS_CALL_TYPE, VIDEO_TYPE); in HWTEST_F()
223 EXPECT_EQ(info.incomingVideoState, VIDEO_TYPE); in HWTEST_F()
/base/telephony/call_manager/services/hisysevent/src/
H A Dcall_manager_hisysevent.cpp53 static const int32_t VIDEO_TYPE = 1; member
65 } else if (callType == IMS_CALL_TYPE && callMode == VIDEO_TYPE) { in WriteIncomingCallBehaviorEvent()
/base/web/webview/interfaces/kits/napi/js/
H A Dwebview_export.js212 photoSelectOptions.MIMEType = photoAccessHelper.PhotoViewMIMETypes.VIDEO_TYPE;

Completed in 3 milliseconds