Lines Matching defs:accountId
87 int RawContacts::GetDeleteContactIdByAccountId(std::shared_ptr<OHOS::NativeRdb::RdbStore> rdbStore, int accountId)
91 HILOG_ERROR("RawContacts GetDeleteContactIdByAccountId store_ is nullptr or accountId illegal");
94 if (accountId < ID_EMPTY) {
95 HILOG_ERROR("RawContacts GetDeleteContactIdByAccountId accountId illegal");
99 selectArgs.push_back(std::to_string(accountId));
100 selectArgs.push_back(std::to_string(accountId));
139 int RawContacts::GetDeleteRawContactIdByAccountId(std::shared_ptr<OHOS::NativeRdb::RdbStore> rdbStore, int accountId)
146 if (accountId < ID_EMPTY) {
147 HILOG_ERROR("RawContacts GetDeleteContactIdByAccountId accountId illegal");
151 selectArgs.push_back(std::to_string(accountId));