Home
last modified time | relevance | path

Searched refs:NO_EXPIRES_TIME (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/common_type/include/
H A Dcommon_types.h34 static constexpr uint64_t NO_EXPIRES_TIME = 0; member
37 uint64_t expiresTime = NO_EXPIRES_TIME;
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/
H A Dcommon_types.h34 static constexpr uint64_t NO_EXPIRES_TIME = 0; member
37 uint64_t expiresTime = NO_EXPIRES_TIME;
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dasset_value.h31 static constexpr uint64_t NO_EXPIRES_TIME = 0; member
34 uint64_t expiresTime = NO_EXPIRES_TIME;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_value.h75 static constexpr uint64_t NO_EXPIRES_TIME = 0; member
78 uint64_t expiresTime = NO_EXPIRES_TIME;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/
H A Dvalue_proxy.cpp219 .expiresTime = DistributedData::Asset::NO_EXPIRES_TIME, in Asset()
538 .expiresTime = DistributedData::Asset::NO_EXPIRES_TIME, in TempAsset()