Home
last modified time | relevance | path

Searched defs:INTERVAL (Results 1 – 21 of 21) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/common/
Dblock_data.h24 …explicit BlockData(uint32_t interval, const T &invalid = T()) : INTERVAL(interval), data_(invalid)… in INTERVAL() function
58 const uint32_t INTERVAL; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/lifecycle/
Dlifecycle_policy.h29 static const Duration INTERVAL; variable
Dlifecycle_policy.cpp27 const LifeCyclePolicy::Duration LifeCyclePolicy::INTERVAL = milliseconds(60 * 60 * 1000); member in OHOS::UDMF::LifeCyclePolicy
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
Dstore_cache.h40 static constexpr int64_t INTERVAL = 1; // 1 min variable
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/
Dcondition_lock.h58 static constexpr int64_t INTERVAL = 5; variable
/foundation/ai/ai_engine/test/function/death_callback/
Ddeath_callback_test.cpp32 const int INTERVAL = 10; variable
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
Dsingle_store_impl.h115 static constexpr int32_t INTERVAL = 500; // ms variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
Dauto_cache.h79 static constexpr int64_t INTERVAL = 1; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
Dstore_cache.h82 static constexpr int64_t INTERVAL = 1; variable
Dstore_cache.cpp29 constexpr int64_t StoreCache::INTERVAL; member in OHOS::DistributedKv::StoreCache
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
Drdb_store_impl.h213 static inline constexpr uint32_t INTERVAL = 500; variable
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
Dmac_address.cpp34 constexpr int INTERVAL = 3; /* MAC addresses:character spacing */ variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
Dobject_manager.h154 static constexpr int64_t INTERVAL = 1; variable
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
Dwakeup_engine.cpp40 static constexpr uint32_t INTERVAL = 50; variable
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/enroll/
Denroll_engine.cpp40 static constexpr uint32_t INTERVAL = 125; // 125 * 40ms = 5s variable
/foundation/communication/bluetooth_service/test/unittest/ble/
Dble_test.cpp28 const static int INTERVAL = 350; variable
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/data_sync/
Dsdk_helper.cpp28 static const uint64_t INTERVAL = 30 * 24; variable
/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/
Dtransition_impl.h213 const static int16_t INTERVAL = 150; // update the bg-color every INTERVAL (ms) variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
Ddevice_manager_adapter.cpp179 constexpr int32_t INTERVAL = 500; in RegDevCallback() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/gauge/
Dgauge_test_ng.cpp48 constexpr float INTERVAL = 30.0f; variable
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
Dmediadatashare_unit_test.cpp70 static constexpr int64_t INTERVAL = 2; member in OHOS::DataShare::ConditionLock