Home
last modified time | relevance | path

Searched refs:AVCALL_STATE_KEY_STATE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davcall_state.h38 AVCALL_STATE_KEY_STATE = 0, enumerator
65 AVCALL_STATE_KEY_STATE,
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avcall_state.cpp26 { AVCallState::AVCALL_STATE_KEY_STATE, SetAVCallState },
31 { "state", AVCallState::AVCALL_STATE_KEY_STATE },
/ohos5.0/foundation/multimedia/av_session/frameworks/common/src/
H A Davcall_state.cpp59 mask_.set(AVCALL_STATE_KEY_STATE); in SetAVCallState()