Lines Matching refs:code
93 * @param code the return number of BeginTransaction
98 bool CallLogAbility::IsBeginTransactionOK(int code, std::mutex &mutex)
101 if (code != 0) {
112 * @param code the return number of Commit
117 bool CallLogAbility::IsCommitOk(int code, std::mutex &mutex)
120 if (code != 0) {
134 * @return Insert database results code
195 * @return Insert database results code
221 int code = InsertExecute(uri, value);
222 if (code == Contacts::RDB_EXECUTE_FAIL) {
225 return code;
254 * @return Update database results code
299 * @return Delete database results code
392 void CallLogAbility::DataBaseNotifyChange(int code, Uri uri)
394 Contacts::ContactsCommonEvent::SendCallLogChange(code);