Home
last modified time | relevance | path

Searched full:video_state (Results 1 – 5 of 5) sorted by relevance

/base/telephony/core_service/
Dhisysevent.yaml133 VIDEO_STATE: {type: INT32, desc: voice or video}
141 VIDEO_STATE: {type: INT32, desc: voice or video}
151 VIDEO_STATE: {type: INT32, desc: voice or video}
/base/telephony/core_service/services/core/src/
Dcore_service_hisysevent.cpp46 static constexpr const char *VIDEO_STATE_KEY = "VIDEO_STATE";
/base/telephony/call_manager/services/hisysevent/src/
Dcall_manager_hisysevent.cpp40 static constexpr const char *VIDEO_STATE_KEY = "VIDEO_STATE";
/base/telephony/cellular_call/services/common/src/
Dcellular_call_hisysevent.cpp47 static constexpr const char *VIDEO_STATE_KEY = "VIDEO_STATE";
/base/telephony/call_manager/services/call_manager_service/src/
Dcall_manager_service.cpp52 static constexpr const char *VIDEO_STATE = "videoState"; variable
279 … extras.GetIntValue(VIDEO_STATE), TELEPHONY_ERR_PERMISSION_ERR, OHOS_PERMISSION_PLACE_CALL); in DialCall()
295 extras.GetIntValue(VIDEO_STATE), ret, errordesc); in DialCall()