Home
last modified time | relevance | path

Searched defs:keys (Results 276 - 300 of 926) sorted by relevance

1...<<11121314151617181920>>...38

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_register_syncdb_test.cpp454 vector<Key> keys; in HWTEST_F() local
499 vector<Key> keys; in HWTEST_F() local
547 vector<Key> keys; in HWTEST_F() local
587 vector<Key> keys; in HWTEST_F() local
1063 vector<Key> keys; HWTEST_F() local
1124 vector<Key> keys; HWTEST_F() local
1160 vector<Key> keys; HWTEST_F() local
1489 vector<Key> keys; HWTEST_F() local
1693 vector<Key> keys; HWTEST_F() local
[all...]
H A Ddistributeddb_interfaces_database_rd_kernel_test.cpp271 std::vector<Key> keys; in HWTEST_F() local
533 std::vector<Key> keys; in HWTEST_F() local
[all...]
H A Ddistributeddb_interfaces_device_identifier_test.cpp450 std::vector<Key> keys; in HWTEST_F() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_cursor_impl.cpp176 OhCloudExtVector *keys = nullptr; in GetData() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/waterversion/
H A Dwater_version_manager.cpp271 WaterVersionMetaData WaterVersionManager::Upgrade(const std::vector<std::string> &keys, in Upgrade() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkv_utils.cpp86 Status KvUtils::GetKeys(const DataShareAbsPredicates &predicates, std::vector<Key> &keys) in GetKeys() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_impl.cpp106 DBStatus KvStoreDelegateImpl::DeleteBatch(const std::vector<Key> &keys) in DeleteBatch() argument
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Dcallbacks_manager.h88 std::vector<OperationResult> CallbacksManager<Key, Observer>::AddObservers(const std::vector<Key> &keys, in AddObservers() argument
121 std::vector<Key> keys; in GetKeys() local
186 std::vector<OperationResult> CallbacksManager<Key, Observer>::DelObservers(const std::vector<Key> &keys, in DelObservers() argument
225 EnableObservers( const std::vector<Key> &keys, void *subscriber, std::function<void(std::map<Key, std::vector<ObserverNodeOnEnabled>> &)> enableLocalFunc, std::function<void(const std::vector<Key> &, std::vector<OperationResult> &)> enableServiceFunc) EnableObservers() argument
273 DisableObservers(const std::vector<Key> &keys, void *subscriber, std::function<void(const std::vector<Key> &, std::vector<OperationResult> &)> processOnLastDisable) DisableObservers() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_connection.cpp217 int MultiVerNaturalStoreConnection::DeleteBatch(const IOption &option, const std::vector<Key> &keys) in DeleteBatch() argument
493 bool MultiVerNaturalStoreConnection::CheckDeletedKeys(const std::vector<Key> &keys) in CheckDeletedKeys() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_rd_single_ver_natural_executor_test.cpp253 vector<Key> keys; in HWTEST_F() local
277 vector<Key> keys; in HWTEST_F() local
318 std::vector<Key> keys; in HWTEST_F() local
474 std::vector<Key> keys; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dscheduler_manager.cpp49 std::vector<Key> keys = RdbSubscriberManager::GetInstance().GetKeysByUri(uri); in Execute() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_object.cpp91 QueryObject(const std::list<QueryObjNode> &queryObjNodes, const std::vector<uint8_t> &prefixKey, const std::set<Key> &keys) QueryObject() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/sync_fuzzer/
H A Dsync_fuzzer.cpp91 std::vector<Entry> CreateEntries(const uint8_t* data, size_t size, std::vector<Key> keys) in CreateEntries() argument
112 std::vector<Key> keys; in NormalSyncPush() local
135 std::vector<Key> keys; in NormalSyncPull() local
168 std::vector<Key> keys; in NormalSyncPushAndPull() local
195 std::set<Key> keys; in SubscribeOperation() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_predicate_query_expand_test.cpp470 vector<Key> keys; in HWTEST_F() local
H A Ddistributeddb_nb_local_batch_crud_test.cpp121 vector<Key> keys; in HWTEST_F() local
273 vector<Key> keys; in HWTEST_F() local
480 vector<Key> keys; HWTEST_F() local
503 vector<Key> keys; HWTEST_F() local
548 vector<Key> keys; HWTEST_F() local
723 vector<Key> keys; HWTEST_F() local
835 vector<Key> keys; HWTEST_F() local
875 vector<Key> keys; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences.cpp363 OH_Preferences_RegisterDataObserver(OH_Preferences *preference, void *context, OH_PreferencesDataObserver observer, const char *keys[], uint32_t keyCount) OH_Preferences_RegisterDataObserver() argument
382 OH_Preferences_UnregisterDataObserver(OH_Preferences *preference, void *context, OH_PreferencesDataObserver observer, const char *keys[], uint32_t keyCount) OH_Preferences_UnregisterDataObserver() argument
399 RegisterDataObserver( OH_PreferencesDataObserver observer, void *context, const std::vector<std::string> &keys) RegisterDataObserver() argument
462 UnregisterDataObserver(OH_PreferencesDataObserver observer, void *context, const std::vector<std::string> &keys) UnregisterDataObserver() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_context.h70 std::vector<NativeRdb::RdbStore::PRIKey> keys; member
/foundation/distributedhardware/distributed_audio/common/test/unittest/src/
H A Ddaudio_utils_test.cpp161 std::initializer_list<std::string> keys = { "one", "two" }; in HWTEST_F() local
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_base.cpp185 UnRegisterDataObserver(std::shared_ptr<PreferencesObserver> preferencesObserver, const std::vector<std::string> &keys) UnRegisterDataObserver() argument
233 RegisterDataObserver(std::shared_ptr<PreferencesObserver> preferencesObserver, const std::vector<std::string> &keys) RegisterDataObserver() argument
/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H A Dpreferences_ndk_test.cpp488 const char *keys[] = {"ndktest_int_key_1", "ndktest_string_key_1", "ndktest_bool_key_1"}; in RegisterObsInFunc() local
496 const char *keys[] = {"ndktest_int_key_1", "ndktest_string_key_1", "ndktest_bool_key_1"}; in UnRegisterObsInFunc() local
559 const char *keys[] = {"ndktest_int_key_1", "ndktest_string_key_1", "ndktest_bool_key_1"}; in HWTEST_F() local
591 const char *keys[] = {"ndktest_int_key_1", "ndktest_string_key_1", "ndktest_bool_key_1"}; in HWTEST_F() local
665 const char *keys[] = {"ndktest_int_key_1", "ndktest_string_key_1", "ndktest_bool_key_1"}; HWTEST_F() local
754 const char *keys[] = {"ndktest_int_key_1", "ndktest_string_key_1", "ndktest_bool_key_1"}; HWTEST_F() local
[all...]
/foundation/filemanagement/app_file_service/utils/src/b_json/
H A Db_report_entity.cpp67 static void ParseSplitsItem(const vector<string> &splits, const unordered_map<string, int> &keys, in ParseSplitsItem() argument
80 ParseReportInfo(struct ReportFileInfo &fileStat, const vector<string> &splits, const unordered_map<string, int> &keys) ParseReportInfo() argument
133 DealLine(unordered_map<string, int> &keys, int &num, const string &line, unordered_map<string, struct ReportFileInfo> &infos) DealLine() argument
166 StorageDealLine(unordered_map<string, int> &keys, int &num, const string &line) StorageDealLine() argument
204 unordered_map<string, int> keys; GetReportInfos() local
231 static unordered_map<string, int> keys; GetStorageReportInfos() local
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Ddb_adapter.cpp330 int32_t DBAdapter::PutDataBatch(const std::vector<std::string> &keys, const std::vector<std::string> &values) in PutDataBatch() argument
522 std::vector<DistributedKv::Entry> DBAdapter::GetEntriesByKeys(const std::vector<std::string> &keys) in GetEntriesByKeys() argument
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/dbadapter/src/
H A Ddb_adapter_test.cpp160 std::vector<std::string> keys; in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/
H A Dhdidevice_fuzzer.cpp75 std::vector<std::string> keys = device->GetSupportedLayerPerFrameParameterKey(); in HdiDeviceFuzzTest3() local
182 std::vector<GraphicHDRMetadataKey> keys; in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdidevice_test.cpp138 std::vector<GraphicHDRMetadataKey> keys; in HWTEST_F() local

Completed in 20 milliseconds

1...<<11121314151617181920>>...38