Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:INTERVAL
(Results
1 - 25
of
26
) sorted by relevance
1
2
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H
A
D
cloud_server_impl.h
50
static constexpr uint64_t
INTERVAL
= 6 * 24;
member in OHOS::CloudData::CloudServerImpl
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/lifecycle/
H
A
D
lifecycle_policy.h
30
static constexpr Duration
INTERVAL
= std::chrono::milliseconds(60 * 60 * 1000);
member in OHOS::UDMF::LifeCyclePolicy
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H
A
D
store.h
62
static constexpr int64_t
INTERVAL
= 1; // 1 min
member in OHOS::UDMF::Store
H
A
D
store_cache.h
49
static constexpr int64_t
INTERVAL
= 1; // 1 min
member in OHOS::UDMF::StoreCache
/foundation/distributeddatamgr/kv_store/frameworks/common/
H
A
D
block_data.h
57
const uint32_t
INTERVAL
;
member in OHOS::BlockData
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/permission/
H
A
D
uri_permission_manager.h
46
static constexpr int64_t
INTERVAL
= 60; // 60 min
member in OHOS::UDMF::UriPermissionManager
/foundation/ai/ai_engine/test/function/death_callback/
H
A
D
death_callback_test.cpp
32
const int
INTERVAL
= 10;
member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H
A
D
auto_cache.h
92
static constexpr int64_t
INTERVAL
= 1;
member in OHOS::DistributedData::AutoCache
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H
A
D
mac_address.cpp
34
constexpr int
INTERVAL
= 3; /* MAC addresses:character spacing */
variable
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/enroll/
H
A
D
enroll_engine.cpp
41
static constexpr uint32_t
INTERVAL
= 125; // 125 * 40ms = 5s
member
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/trans_lane/
H
A
D
lnn_trans_lane_test.cpp
34
constexpr int32_t
INTERVAL
= 2;
member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H
A
D
db_delegate.h
61
static constexpr int64_t
INTERVAL
= 20; //seconds
member in OHOS::DataShare::DBDelegate
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H
A
D
single_store_impl.h
123
static constexpr int32_t
INTERVAL
= 500; // ms
member in OHOS::DistributedKv::SingleStoreImpl
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H
A
D
rdb_store_impl.h
117
static inline constexpr uint32_t
INTERVAL
= 10;
member in OHOS::NativeRdb::RdbStoreImpl
/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/
H
A
D
transition_impl.h
213
const static int16_t
INTERVAL
= 150; // update the bg-color every
INTERVAL
(ms)
member in OHOS::ACELite::final
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H
A
D
rdb_general_store.h
108
static constexpr int64_t
INTERVAL
= 1;
member in OHOS::DistributedRdb::RdbGeneralStore
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H
A
D
slientaccess_test.cpp
79
static constexpr int64_t
INTERVAL
= 2;
member in OHOS::DataShare::ConditionLock
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H
A
D
object_manager.h
125
static constexpr int64_t
INTERVAL
= 1;
member in OHOS::DistributedObject::ObjectStoreManager
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H
A
D
device_manager_adapter.cpp
216
constexpr int32_t
INTERVAL
= 500;
in RegDevCallback()
local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H
A
D
rdb_store_impl.h
209
static inline constexpr uint32_t
INTERVAL
= 10;
member in OHOS::NativeRdb::RdbStoreImpl
/foundation/communication/bluetooth_service/test/unittest/ble/
H
A
D
ble_test.cpp
28
const static int
INTERVAL
= 350;
member
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H
A
D
wakeup_engine_impl.cpp
41
static constexpr uint32_t
INTERVAL
= 100;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/
H
A
D
linear_indicator_controller.h
25
enum class LinearIndicatorControllerDataState { STOP, ANIMATION,
INTERVAL
, ANIMATION_PAUSE, INTERVAL_PAUSE };
member in OHOS::Ace::NG::LinearIndicatorControllerDataState
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_user_mgr_host_impl.cpp
37
constexpr uint8_t
INTERVAL
= 6;
member
/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/
H
A
D
gauge_test_ng.cpp
54
constexpr float
INTERVAL
= 30.0f;
member
Completed in 27 milliseconds
1
2