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:STORE_ID
(Results
1 - 25
of
61
) sorted by relevance
1
2
3
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
ability_auto_startup_data_manager.h
67
static const DistributedKv::StoreId
STORE_ID
;
member in OHOS::AbilityRuntime::AbilityAutoStartupDataManager
/foundation/ability/ability_runtime/services/appmgr/include/
H
A
D
app_config_data_manager.h
44
static const DistributedKv::StoreId
STORE_ID
;
member in OHOS::AbilityRuntime::AppConfigDataManager
/foundation/communication/dsoftbus/tests/core/adapter/unittest/
H
A
D
lnn_kv_adapter_test.cpp
29
const std::string
STORE_ID
= "dsoftbus_kv_db_test";
member
H
A
D
lnn_kv_adapter_wrapper_test.cpp
35
const std::string
STORE_ID
= "dsoftbus_kv_db_test";
member
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H
A
D
kv_adapter_test.cpp
41
const std::string
STORE_ID
= "dp_kv_store";
member
H
A
D
profile_control_utils_test.cpp
48
const std::string
STORE_ID
= "dp_kv_store";
member
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H
A
D
db_properties.h
59
static constexpr const char *
STORE_ID
= "storeId";
member in DistributedDB::DBProperties
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H
A
D
distributeddb_interfaces_transaction_test.cpp
30
const string
STORE_ID
= STORE_ID_LOCAL;
member
H
A
D
distributeddb_interfaces_transaction_syncdb_test.cpp
30
const string
STORE_ID
= STORE_ID_SYNC;
member
H
A
D
distributeddb_interfaces_relational_observer_test.cpp
33
constexpr const char *
STORE_ID
= "Relational_Store_ID";
member
H
A
D
distributeddb_interfaces_relational_routines_test.cpp
33
constexpr const char*
STORE_ID
= "Relational_Store_ID";
member
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_config_data_manager.cpp
32
const DistributedKv::StoreId AppConfigDataManager::
STORE_ID
= { "app_config_data_infos" };
member in OHOS::AbilityRuntime::AppConfigDataManager
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H
A
D
online_sync_table.cpp
32
const std::string
STORE_ID
= "online_sync_storage";
member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H
A
D
distributeddb_storage_rd_result_and_json_optimize_test.cpp
44
const string
STORE_ID
= STORE_ID_SYNC;
member
H
A
D
distributeddb_relational_schema_analysis_test.cpp
29
constexpr const char*
STORE_ID
= "Relational_Store_ID";
member
H
A
D
distributeddb_relational_syncable_storage_test.cpp
31
constexpr const char*
STORE_ID
= "Relational_Store_ID";
member
H
A
D
distributeddb_storage_resultset_and_json_optimize.cpp
45
const string
STORE_ID
= STORE_ID_SYNC;
member
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H
A
D
profile_sync_test.cpp
54
const std::string
STORE_ID
= "online_sync_storage_test";
member
H
A
D
profile_storage_test.cpp
53
const std::string
STORE_ID
= "online_sync_storage_test";
member
[all...]
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H
A
D
static_profile_manager.cpp
43
const std::string
STORE_ID
= "dp_kv_static_store";
member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoremanager_fuzzer/
H
A
D
relationalstoremanager_fuzzer.cpp
32
constexpr const char *
STORE_ID
= "Relational_Store_ID";
member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H
A
D
distributeddb_communicator_proxy_test.cpp
35
const string
STORE_ID
= "kv_store_sync_test";
member
/foundation/distributedhardware/device_manager/utils/src/kvadapter/
H
A
D
kv_adapter.cpp
35
const std::string
STORE_ID
= "dm_kv_store";
member
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_auto_startup_data_manager.cpp
41
const DistributedKv::StoreId AbilityAutoStartupDataManager::
STORE_ID
= { "auto_startup_infos" };
member in OHOS::AbilityRuntime::AbilityAutoStartupDataManager
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H
A
D
distributed_data_storage.cpp
40
const string
STORE_ID
= "SnapshotInfoDataStorage";
member
Completed in 18 milliseconds
1
2
3