Searched refs:columnType (Results 1 – 4 of 4) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/ |
D | reminderrequest_fuzzer.cpp | 71 Notification::ReminderRequest::DbRecoveryType columnType = in DoSomethingInterestingWithMyAPI() local 73 reminderRequest.RecoverInt64FromDb(resultSet, stringData, columnType); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | reminder_request_test.cpp | 788 ReminderRequest::DbRecoveryType columnType = ReminderRequest::DbRecoveryType::INT; variable 790 EXPECT_EQ(rrc->RecoverInt64FromDb(resultSet, columnName, columnType), 0); 1156 ReminderRequest::DbRecoveryType columnType = ReminderRequest::DbRecoveryType::INT; variable 1157 int64_t result = rrc->RecoverInt64FromDb(resultSet, columnName, columnType); 1181 ReminderRequest::DbRecoveryType columnType = ReminderRequest::DbRecoveryType(3); variable 1182 int64_t result2 = rrc->RecoverInt64FromDb(resultSet, columnName, columnType);
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | reminder_request.h | 735 const std::string &columnName, const DbRecoveryType &columnType);
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | reminder_request.cpp | 451 const std::string &columnName, const DbRecoveryType &columnType) in RecoverInt64FromDb() argument 457 switch (columnType) { in RecoverInt64FromDb()
|