Home
last modified time | relevance | path

Searched defs:INTERVAL (Results 1 – 23 of 23) 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.h30 static constexpr Duration INTERVAL = std::chrono::milliseconds(60 * 60 * 1000); variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/permission/
Duri_permission_manager.h45 static constexpr int64_t INTERVAL = 60; // 60 min variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
Dstore_cache.h49 static constexpr int64_t INTERVAL = 1; // 1 min variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
Ddb_delegate.h66 static constexpr int64_t INTERVAL = 20; //seconds variable
/foundation/ai/ai_engine/test/function/death_callback/
Ddeath_callback_test.cpp32 const int INTERVAL = 10; variable
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
Drdb_store_impl.h129 static inline constexpr uint32_t INTERVAL = 10; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
Dauto_cache.h92 static constexpr int64_t INTERVAL = 1; 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/relational_store/frameworks/native/rdb/include/
Drdb_store_impl.h223 static inline constexpr uint32_t INTERVAL = 10; variable
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
Dsingle_store_impl.h123 static constexpr int32_t INTERVAL = 500; // ms variable
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/enroll/
Denroll_engine.cpp38 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/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
Drdb_general_store.h109 static constexpr int64_t INTERVAL = 1; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
Dobject_manager.h125 static constexpr int64_t INTERVAL = 1; variable
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/trans_lane/
Dlnn_trans_lane_test.cpp34 constexpr int32_t INTERVAL = 2; variable
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
Dwakeup_engine_impl.cpp37 static constexpr uint32_t INTERVAL = 100; 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/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbundle_user_mgr_host_impl.cpp37 const uint32_t INTERVAL = 6; variable
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
Dslientaccess_test.cpp79 static constexpr int64_t INTERVAL = 2; member in OHOS::DataShare::ConditionLock
Dmediadatashare_unit_test.cpp72 static constexpr int64_t INTERVAL = 2; member in OHOS::DataShare::ConditionLock
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
Ddevice_manager_adapter.cpp216 constexpr int32_t INTERVAL = 500; in RegDevCallback() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/
Dgauge_test_ng.cpp54 constexpr float INTERVAL = 30.0f; variable