Home
last modified time | relevance | path

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

/base/telephony/cellular_data/frameworks/native/
Dcellular_data_client.cpp34 int32_t CellularDataClient::defaultCellularDataSlotId_ = INVALID_MAIN_CARD_SLOTID;
140 if (defaultCellularDataSlotId_ != INVALID_MAIN_CARD_SLOTID) { in GetDefaultCellularDataSlotId()
196 defaultCellularDataSlotId_ = INVALID_MAIN_CARD_SLOTID; in UpdateDefaultCellularDataSlotId()
/base/telephony/core_service/interfaces/innerkits/include/
Dtelephony_types.h33 inline const int32_t INVALID_MAIN_CARD_SLOTID = -2; variable