Home
last modified time | relevance | path

Searched defs:lifeTime (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_test.cpp54 Range<int64_t> lifeTime = Range<int64_t>(3000, 3000); // 3000 is lifeTime. in SetUp() local
132 Range<int64_t> lifeTime = Range<int64_t>( variable
168 Range<int64_t> lifeTime = Range<int64_t>(0, 3000); // 3000 is lifeTime range end. variable
206 Range<int64_t> lifeTime = Range<int64_t>(-1, -1); variable
H A Drs_render_particle_emitter_test.cpp62 Range<int64_t> lifeTime = Range<int64_t>(3000, 3000); // 3000 is lifeTime. in SetEmitConfig() local
H A Drs_render_particle_effector_test.cpp67 Range<int64_t> lifeTime = Range<int64_t>(3000, 3000); // 3000 is lifeTime. in SetEmitConfig() local
266 …Range<int64_t> lifeTime = Range<int64_t>(1000, 3000); // 1000 is lifeTime range start, 3000 is li… variable
H A Drs_render_particle_animation_test.cpp54 …Range<int64_t> lifeTime = Range<int64_t>(1000, 3000); // 1000 is lifeTime range start, 3000 is lif… in SetUp() local
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp172 int64_t lifeTime = ComputeFreshnessLifetimeSecondsInternal(); in ComputeFreshnessLifetimeMillis() local
230 int64_t lifeTime = ComputeFreshnessLifetimeMillis(); in GetFreshness() local
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_strategy.cpp174 int64_t lifeTime = ComputeFreshnessLifetimeSecondsInternal(); in ComputeFreshnessLifetimeMillis() local
232 int64_t lifeTime = ComputeFreshnessLifetimeMillis(); in GetFreshness() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dfillp_cookie.h39 FILLP_UINT32 lifeTime; /* life time in milliseconds */ member
61 FILLP_UINT32 lifeTime; /* life time in milliseconds */ member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h108 …const int32_t& particleCount, const Range<int64_t>& lifeTime, const ParticleType& type, const floa… in EmitterConfig()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dknuckle_drawing_manager.cpp328 Rosen::Range<int64_t> lifeTime = {PARTICLE_LIFE_TIME, PARTICLE_LIFE_TIME}; in InitParticleEmitter() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp388 int64_t lifeTime = 1000; in ParseParticleObject() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.cpp1689 int SQLiteSingleVerNaturalStoreConnection::PragmaSetAutoLifeCycle(const uint32_t *lifeTime) in PragmaSetAutoLifeCycle()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp1026 Range<int64_t> lifeTime(lifeTimeStart, lifeTimeEnd); in Unmarshalling() local