Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_predicates_test.cpp1179 time_t lowCalendarTime = RdbStorePredicateTest::DateMakeTime(lowCalendar); in HWTEST_F() local
1182 predicates1.Between("timeValue", std::to_string(lowCalendarTime).c_str(), std::to_string(highCalendarTime).c_str()); in HWTEST_F()
1472 time_t lowCalendarTime = RdbStorePredicateTest::DateMakeTime(lowCalendar); in HWTEST_F() local
1476 predicates1.NotBetween("timeValue", std::to_string(lowCalendarTime), std::to_string(highCalendarTime)); in HWTEST_F()

Completed in 7 milliseconds