Home
last modified time | relevance | path

Searched refs:AVCALL_STATE_KEY_MAX (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davcall_state.h40 AVCALL_STATE_KEY_MAX = 2, enumerator
43 using AVCallStateMaskType = std::bitset<AVCALL_STATE_KEY_MAX>;
79 static inline CloneActionType cloneActions[AVCALL_STATE_KEY_MAX] = {
/ohos5.0/foundation/multimedia/av_session/frameworks/common/src/
H A Davcall_state.cpp34 CHECK_AND_RETURN_RET_LOG(parcel.ReadString(mask) && mask.length() == AVCALL_STATE_KEY_MAX, in Unmarshalling()
91 for (int i = 0; i < AVCALL_STATE_KEY_MAX; i++) { in CopyToByMask()
105 for (int i = 0; i < AVCALL_STATE_KEY_MAX; i++) { in CopyFrom()
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avcall_state.cpp102 for (int i = 0; i < AVCallState::AVCALL_STATE_KEY_MAX; ++i) { in SetValue()
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/fuzztest/avcontrolleritem_fuzzer/
H A Davcontrolleritem_fuzzer.cpp195 avCallStateMaskType.set(code % AVCallState::AVCALL_STATE_KEY_MAX); in AvControllerItemDataTestThird()
/ohos5.0/foundation/multimedia/av_session/services/session/ipc/stub/
H A Davsession_controller_stub.cpp325 if (str.length() != AVCallState::AVCALL_STATE_KEY_MAX) { in HandleSetAVCallStateFilter()