Home
last modified time | relevance | path

Searched refs:CheckValuesBucket (Results 1 - 5 of 5) sorted by relevance

/applications/standard/contacts_data/dataBusiness/calllog/src/
H A Dcalllog_ability.cpp144 bool isOk = sqlAnalyzer.CheckValuesBucket(valuesBucket); in Insert()
146 HILOG_ERROR("CallLogAbility CheckValuesBucket is error"); in Insert()
265 bool isOk = sqlAnalyzer.CheckValuesBucket(valuesBucket); in Update()
267 HILOG_ERROR("CallLogAbility CheckValuesBucket is error"); in Update()
/applications/standard/contacts_data/ability/common/utils/include/
H A Dsql_analyzer.h32 bool CheckValuesBucket(const OHOS::NativeRdb::ValuesBucket &value);
/applications/standard/contacts_data/dataBusiness/voicemail/src/
H A Dvoicemail_ability.cpp138 bool isOk = sqlAnalyzer.CheckValuesBucket(valuesBucket); in Insert()
140 HILOG_ERROR("VoiceMailAbility CheckValuesBucket is error"); in Insert()
267 bool isOk = sqlAnalyzer.CheckValuesBucket(valuesBucket); in Update()
269 HILOG_ERROR("VoiceMailAbility CheckValuesBucket is error"); in Update()
/applications/standard/contacts_data/ability/common/utils/src/
H A Dsql_analyzer.cpp31 bool SqlAnalyzer::CheckValuesBucket(const OHOS::NativeRdb::ValuesBucket &value) in CheckValuesBucket() function in OHOS::Contacts::SqlAnalyzer
39 HILOG_ERROR("SqlAnalyzer CheckValuesBucket key is %{public}s error", key.c_str()); in CheckValuesBucket()
49 HILOG_ERROR("SqlAnalyzer CheckValuesBucket value is %{public}s error", str.c_str()); in CheckValuesBucket()
/applications/standard/contacts_data/dataBusiness/contacts/src/
H A Dcontacts_data_ability.cpp201 bool isOk = sqlAnalyzer.CheckValuesBucket(valuesBucket); in Insert()
203 HILOG_ERROR("ContactsDataAbility CheckValuesBucket error"); in Insert()
343 bool isOk = sqlAnalyzer.CheckValuesBucket(valuesBucket); in Update()
345 HILOG_ERROR("ContactsDataAbility CheckValuesBucket error"); in Update()

Completed in 4 milliseconds