Home
last modified time | relevance | path

Searched defs:ONE_DAY_TIME (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/utils/src/
H A Dbundle_active_util.cpp25 const int64_t ONE_DAY_TIME = 24 * 60 * 60 *1000LL; variable
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_test.cpp374 const uint32_t ONE_DAY_TIME = 86400; variable
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_constant.h85 const int64_t ONE_DAY_TIME = 1 * 24 * 60 * 60 * 1000LL; variable
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c43 #define ONE_DAY_TIME 86400 macro