Searched refs:whereSate (Results 1 – 2 of 2) sorted by relevance
121 int32_t RdbSimHelper::UpdateCardStateByType(int32_t type, int32_t updateState, int32_t whereSate) in UpdateCardStateByType() argument131 whereClause.append(SimData::IS_MAIN_CARD).append("=").append(std::to_string(whereSate)); in UpdateCardStateByType()137 … whereClause.append(SimData::IS_VOICE_CARD).append("=").append(std::to_string(whereSate)); in UpdateCardStateByType()143 … whereClause.append(SimData::IS_MESSAGE_CARD).append("=").append(std::to_string(whereSate)); in UpdateCardStateByType()149 … whereClause.append(SimData::IS_CELLULAR_DATA_CARD).append("=").append(std::to_string(whereSate)); in UpdateCardStateByType()
81 int32_t UpdateCardStateByType(int32_t type, int32_t updateState, int32_t whereSate);