Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/common/utils/
H A Dsqlite3_utils.c201 static bool CheckDbContextParam(const DbContext *ctx) in CheckDbContextParam() function
257 if (!CheckDbContextParam(ctx)) { in CloseDatabase()
271 if (!CheckDbContextParam(ctx)) { in CreateTable()
293 if (!CheckDbContextParam(ctx)) { in DeleteTable()
319 if (!CheckDbContextParam(ctx) || isExist == NULL) { in CheckTableExist()
342 if (!CheckDbContextParam(ctx) || data == NULL) { in InsertRecord()
364 if (!CheckDbContextParam(ctx) || data == NULL) { in RemoveRecordByKey()
387 if (!CheckDbContextParam(ctx)) { in RemoveAllRecord()
414 if (!CheckDbContextParam(ctx) || data == NULL) { in GetRecordNumByKey()
441 if (!CheckDbContextParam(ct in QueryRecordByKey()
[all...]

Completed in 1 milliseconds