Home
last modified time | relevance | path

Searched defs:columnType (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
Dreminderrequest_fuzzer.cpp71 Notification::ReminderRequest::DbRecoveryType columnType = in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp788 ReminderRequest::DbRecoveryType columnType = ReminderRequest::DbRecoveryType::INT; variable
1156 ReminderRequest::DbRecoveryType columnType = ReminderRequest::DbRecoveryType::INT; variable
1181 ReminderRequest::DbRecoveryType columnType = ReminderRequest::DbRecoveryType(3); variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp451 const std::string &columnName, const DbRecoveryType &columnType) in RecoverInt64FromDb()