Home
last modified time | relevance | path

Searched refs:EXPIRATION_INTERVAL (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_service.h152 static constexpr uint32_t EXPIRATION_INTERVAL = 2; variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp2146 …duration_cast<milliseconds>((system_clock::now() + minutes(EXPIRATION_INTERVAL)).time_since_epoch(… in SetDistributedData()