/ohos5.0/base/startup/init/services/param/watcher/agent/ |
H A D | watcher_manager_proxy.cpp | 51 int32_t WatcherManagerProxy::SendMsg(int op, const std::string &keyPrefix, uint32_t remoteWatcherId) in SendMsg() 64 int32_t WatcherManagerProxy::AddWatcher(const std::string &keyPrefix, uint32_t remoteWatcherId) in AddWatcher() 69 int32_t WatcherManagerProxy::DelWatcher(const std::string &keyPrefix, uint32_t remoteWatcherId) in DelWatcher() 74 int32_t WatcherManagerProxy::RefreshWatcher(const std::string &keyPrefix, uint32_t remoteWatcherId) in RefreshWatcher()
|
H A D | watcher_manager_kits.cpp | 117 WatcherManagerKits::ParamWatcher *WatcherManagerKits::GetParamWatcher(const std::string &keyPrefix) in GetParamWatcher() 142 int32_t WatcherManagerKits::AddWatcher(const std::string &keyPrefix, ParameterChangePtr callback, v… in AddWatcher() 176 int32_t WatcherManagerKits::DelWatcher(const std::string &keyPrefix, ParameterChangePtr callback, v… in DelWatcher() 329 int SystemWatchParameter(const char *keyPrefix, ParameterChangePtr callback, void *context) in SystemWatchParameter() 350 int RemoveParameterWatcher(const char *keyPrefix, ParameterChgPtr callback, void *context) in RemoveParameterWatcher()
|
/ohos5.0/base/startup/init/test/unittest/param/ |
H A D | watcher_proxy_unittest.cpp | 112 int TestAddWatcher(const std::string &keyPrefix, uint32_t watcherId) in TestAddWatcher() 130 int TestRefreshWatcher(const std::string &keyPrefix, uint32_t watcherId) in TestRefreshWatcher() 148 int TestDelWatcher(const std::string &keyPrefix, uint32_t watcherId) in TestDelWatcher() 200 int TestWatchAgentDump(const std::string &keyPrefix) in TestWatchAgentDump() 229 int TestInvalid(const std::string &keyPrefix) in TestInvalid()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_kv_batch_crud_test.cpp | 673 …y> MultiSnapCheck1(vector<Entry> &entries1, vector<Entry> &entries2, DistributedDB::Key &keyPrefix, in MultiSnapCheck1() 733 void SnapWithTransactionCheck(vector<Key> keys1, DistributedDB::Key keyPrefix, in SnapWithTransactionCheck() 828 DistributedDB::Key keyPrefix = { 'k' }; variable 843 vector<Entry> &entries, DistributedDB::Key &keyPrefix) in RegisterSnapAgainAndCheck1() 865 vector<Entry> &entries, DistributedDB::Key &keyPrefix) in RegisterSnapAgainAndCheck2() 892 vector<Entry> &entries, DistributedDB::Key &keyPrefix) in RegisterSnapAgainAndCheck3() 918 vector<Entry> &entries, DistributedDB::Key &keyPrefix, vector<Entry> &entriesInDB) in RegisterSnapAgainAndCheck4() 949 vector<Entry> &entries1, DistributedDB::Key &keyPrefix, vector<Entry> &entriesInDB) in RegisterSnapAgainAndCheck5() 998 KvStoreSnapshotDelegate *snap8, DistributedDB::Key &keyPrefix) in RegisterSnapAgainAndCheck6() 1075 DistributedDB::Key keyPrefix = { 'k' }; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_natural_store_snapshot.cpp | 46 int MultiVerNaturalStoreSnapshot::GetEntries(const Key &keyPrefix, std::vector<Entry> &entries) con… in GetEntries() argument
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/ |
H A D | sqlite_local_kvdb_snapshot.cpp | 39 int SQLiteLocalKvDBSnapshot::GetEntries(const Key &keyPrefix, std::vector<Entry> &entries) const in GetEntries() argument
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributeddb_data_generator.cpp | 21 std::vector<uint8_t> keyPrefix) in GenerateRecord() 111 const std::vector<uint8_t> &keyPrefix) in GenerateLongRecord() 134 const std::vector<uint8_t> &keyPrefix, unsigned int num) in GenerateMaxBigRecord() 250 …const std::vector<uint8_t> &keyPrefix, const std::vector<uint8_t> &val, DistributedDB::Entry &entr… in GenerateOneRecordForImage() 275 int num, std::vector<uint8_t> keyPrefix, std::vector<uint8_t> val) in GenerateRecordsForImage() 285 …const std::vector<uint8_t> &keyPrefix, const std::vector<uint8_t> &valPrefix, DistributedDB::Entry… in GenerateAppointPrefixAndSizeRecord() 303 int num, const std::vector<uint8_t> &keyPrefix, const std::vector<uint8_t> &valPrefix) in GenerateAppointPrefixAndSizeRecords() 314 …const NumberSize param, const std::vector<uint8_t> &keyPrefix, const std::vector<uint8_t> &valPref… in GenerateAppointPrefixAndSizeRecords() 365 int recordNum, const EntrySize &entrySize, const std::vector<uint8_t> &keyPrefix, in GenerateFixedLenRandRecords()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/versioninfomanager/versioninfomanager/include/ |
H A D | version_info_manager_test.h | 61 int32_t GetDataByKeyPrefix(const std::string &keyPrefix, std::vector<std::string> &values) in GetDataByKeyPrefix()
|
/ohos5.0/base/startup/init/services/param/watcher/proxy/ |
H A D | watcher_manager.cpp | 90 int32_t WatcherManager::AddWatcher(const std::string &keyPrefix, uint32_t remoteWatcherId) in AddWatcher() 116 int32_t WatcherManager::DelWatcher(const std::string &keyPrefix, uint32_t remoteWatcherId) in DelWatcher() 138 int32_t WatcherManager::RefreshWatcher(const std::string &keyPrefix, uint32_t remoteWatcherId) in RefreshWatcher() 195 static int FilterParam(const char *name, const std::string &keyPrefix) in FilterParam() 227 void WatcherManager::SendLocalChange(const std::string &keyPrefix, uint32_t remoteWatcherId) in SendLocalChange() 232 std::string keyPrefix; in SendLocalChange() member 603 WatcherGroupPtr WatcherManager::AddWatcherGroup(const std::string &keyPrefix) in AddWatcherGroup() 635 WatcherGroupPtr WatcherManager::GetWatcherGroup(const std::string &keyPrefix) in GetWatcherGroup()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_transaction_optimization_test.cpp | 129 Key keyPrefix; variable 354 Key keyPrefix; variable 783 Key keyPrefix; variable
|
H A D | distributeddb_interfaces_data_operation_syncdb_test.cpp | 537 Key keyPrefix; variable 565 Key keyPrefix; variable 606 Key keyPrefix; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/kvstoreresultset_fuzzer/ |
H A D | kvstoreresultset_fuzzer.cpp | 52 Key keyPrefix; in ResultSetFuzzer() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_snapshot_delegate_impl.cpp | 55 …const Key &keyPrefix, const std::function<void(DBStatus, const std::vector<Entry> &)> &callback) c… in GetEntries() argument
|
H A D | kv_store_nb_delegate_impl.cpp | 91 DBStatus KvStoreNbDelegateImpl::GetEntries(const Key &keyPrefix, std::vector<Entry> &entries) const in GetEntries() argument 98 DBStatus KvStoreNbDelegateImpl::GetEntries(const Key &keyPrefix, KvStoreResultSet *&resultSet) const in GetEntries() argument 272 DBStatus KvStoreNbDelegateImpl::GetLocalEntries(const Key &keyPrefix, std::vector<Entry> &entries) … in GetLocalEntries() argument 865 const Key &keyPrefix, std::vector<Entry> &entries) const in GetEntriesInner() argument 1029 DBStatus KvStoreNbDelegateImpl::GetKeys(const Key &keyPrefix, std::vector<Key> &keys) const in GetKeys() argument
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_forward_cursor.cpp | 22 …orwardCursor::SQLiteSingleVerForwardCursor(SQLiteSingleVerNaturalStore *kvDB, const Key &keyPrefix) in SQLiteSingleVerForwardCursor()
|
H A D | sqlite_meta_executor.cpp | 45 Key keyPrefix; in GetMetaKeysByKeyPrefix() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | db_store_mock.cpp | 25 DBStatus DBStoreMock::GetEntries(const Key &keyPrefix, std::vector<Entry> &entries) const in GetEntries() argument 30 DBStatus DBStoreMock::GetEntries(const Key &keyPrefix, KvStoreResultSet *&resultSet) const in GetEntries() argument 83 DBStatus DBStoreMock::GetLocalEntries(const Key &keyPrefix, std::vector<Entry> &entries) const in GetLocalEntries() argument 243 DBStatus DBStoreMock::GetKeys(const Key &keyPrefix, std::vector<Key> &keys) const in GetKeys() argument 260 DBStatus DBStoreMock::GetEntries(ConcurrentMap<Key, Value> &store, const Key &keyPrefix, in GetEntries()
|
H A D | kv_store_nb_delegate_mock.cpp | 24 DBStatus KvStoreNbDelegateMock::GetEntries(const Key &keyPrefix, std::vector<Entry> &entries) const in GetEntries() argument 29 DBStatus KvStoreNbDelegateMock::GetEntries(const Key &keyPrefix, KvStoreResultSet *&resultSet) const in GetEntries() argument 79 DBStatus KvStoreNbDelegateMock::GetLocalEntries(const Key &keyPrefix, std::vector<Entry> &entries) … in GetLocalEntries() argument 237 DBStatus KvStoreNbDelegateMock::GetKeys(const Key &keyPrefix, std::vector<Key> &keys) const in GetKeys() argument
|
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/mock/ |
H A D | mock_parameter_ex.cpp | 62 int WatchParamChange(const char *keyPrefix, ParameterChgPtr callback, void *context) in WatchParamChange() 67 int RemoveParamWatcher(const char *keyPrefix, ParameterChgPtr callback, void *context) in RemoveParamWatcher()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | generic_kvdb_connection.cpp | 227 int GenericKvDBConnection::GetEntries(const IOption &option, const Key &keyPrefix, std::vector<Entr… in GetEntries() argument 243 int GenericKvDBConnection::GetResultSet(const IOption &option, const Key &keyPrefix, IKvDBResultSet… in GetResultSet() argument 354 int GenericKvDBConnection::GetKeys(const IOption &option, const Key &keyPrefix, std::vector<Key> &k… in GetKeys() argument
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/schemadelegate_fuzzer/ |
H A D | schemadelegate_fuzzer.cpp | 75 Key keyPrefix = fuzz.GetSequence(fuzz.GetInt()); in SchemaFuzzCURD() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_kv_adapter_wrapper_mock.cpp | 66 int32_t LnnDeleteDBDataByPrefix(int32_t dbId, const char *keyPrefix, int32_t keyPrefixLen) in LnnDeleteDBDataByPrefix()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_natural_store_connection.cpp | 43 int RdSingleVerNaturalStoreConnection::GetEntries(const IOption &option, const Key &keyPrefix, in GetEntries() 65 const Key &keyPrefix, std::vector<Entry> &entries) const in GetEntriesInner() argument 99 int RdSingleVerNaturalStoreConnection::GetResultSet(const IOption &option, const Key &keyPrefix, in GetResultSet() 521 int RdSingleVerNaturalStoreConnection::GetKeys(const IOption &option, const Key &keyPrefix, in GetKeys()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/adapter/unittest/ |
H A D | lnn_kv_adapter_wrapper_test.cpp | 135 string keyPrefix = "aa"; variable
|
/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/ |
H A D | lnn_kv_adapter_wrapper_virtual.cpp | 62 int32_t LnnDeleteDBDataByPrefix(int32_t dbId, const char *keyPrefix, int32_t keyPrefixLen) in LnnDeleteDBDataByPrefix()
|