Home
last modified time | relevance | path

Searched refs:SLOT_0 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dcontrol_base.cpp148 int32_t otherSlotId = callInfo.slotId == SLOT_0 ? SLOT_1 : SLOT_0; in HandleEcc()
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_types.h27 const int32_t SLOT_0 = 0; variable