Home
last modified time | relevance | path

Searched defs:keyPrefix (Results 1 – 25 of 66) sorted by relevance

123

/ohos5.0/base/startup/init/services/param/watcher/agent/
H A Dwatcher_manager_proxy.cpp51 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 Dwatcher_manager_kits.cpp117 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 Dwatcher_proxy_unittest.cpp112 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 Ddistributeddb_kv_batch_crud_test.cpp673 …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 Dmulti_ver_natural_store_snapshot.cpp46 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 Dsqlite_local_kvdb_snapshot.cpp39 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 Ddistributeddb_data_generator.cpp21 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()
250const 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()
285const 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 Dversion_info_manager_test.h61 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 Dwatcher_manager.cpp90 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 Ddistributeddb_interfaces_transaction_optimization_test.cpp129 Key keyPrefix; variable
354 Key keyPrefix; variable
783 Key keyPrefix; variable
H A Ddistributeddb_interfaces_data_operation_syncdb_test.cpp537 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 Dkvstoreresultset_fuzzer.cpp52 Key keyPrefix; in ResultSetFuzzer() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_snapshot_delegate_impl.cpp55const Key &keyPrefix, const std::function<void(DBStatus, const std::vector<Entry> &)> &callback) c… in GetEntries() argument
H A Dkv_store_nb_delegate_impl.cpp91 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 Dsqlite_single_ver_forward_cursor.cpp22 …orwardCursor::SQLiteSingleVerForwardCursor(SQLiteSingleVerNaturalStore *kvDB, const Key &keyPrefix) in SQLiteSingleVerForwardCursor()
H A Dsqlite_meta_executor.cpp45 Key keyPrefix; in GetMetaKeysByKeyPrefix() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Ddb_store_mock.cpp25 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 Dkv_store_nb_delegate_mock.cpp24 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 Dmock_parameter_ex.cpp62 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 Dgeneric_kvdb_connection.cpp227 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 Dschemadelegate_fuzzer.cpp75 Key keyPrefix = fuzz.GetSequence(fuzz.GetInt()); in SchemaFuzzCURD() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_kv_adapter_wrapper_mock.cpp66 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 Drd_single_ver_natural_store_connection.cpp43 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 Dlnn_kv_adapter_wrapper_test.cpp135 string keyPrefix = "aa"; variable
/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dlnn_kv_adapter_wrapper_virtual.cpp62 int32_t LnnDeleteDBDataByPrefix(int32_t dbId, const char *keyPrefix, int32_t keyPrefixLen) in LnnDeleteDBDataByPrefix()

123