Home
last modified time | relevance | path

Searched defs:keys (Results 326 - 350 of 638) sorted by relevance

1...<<11121314151617181920>>...26

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_database_test.cpp832 std::vector<Key> keys; in HWTEST_F() local
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_predicates.h391 DataSharePredicates *InKeys(const std::vector<std::string> &keys) in InKeys() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery_expression.cpp236 void QueryExpression::InKeys(const std::set<Key> &keys) in InKeys() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_sync_object.cpp273 int DeSerializeVersion1Data(uint32_t version, Parcel &parcel, std::string &tableName, std::set<Key> &keys) in DeSerializeVersion1Data() argument
332 std::set<Key> keys; in DeSerializeData() local
91 QuerySyncObject(const std::list<QueryObjNode> &queryObjNodes, const std::vector<uint8_t> &prefixKey, const std::set<Key> &keys) QuerySyncObject() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_data_operation_test.cpp417 std::vector<Key> keys; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/test/fuzztest/singlekvstore_fuzzer/
H A Dsinglekvstore_fuzzer.cpp104 std::vector<Key> keys; in PutBatchFuzz() local
139 std::string keys = "test_"; in GetEntriesFuzz1() local
156 std::string keys in GetEntriesFuzz2() local
173 std::string keys = "test_"; SubscribeKvStoreFuzz() local
194 std::string keys = "test_"; SyncCallbackFuzz() local
212 std::string keys = "test_"; GetResultSetFuzz1() local
237 std::string keys = "test_"; GetResultSetFuzz2() local
255 std::string keys = "test_"; GetResultSetFuzz3() local
305 std::string keys = "test_"; GetCountFuzz1() local
320 std::vector<std::string> keys; GetCountFuzz2() local
363 std::vector<std::string> keys; GetSecurityLevelFuzz() local
415 std::vector<std::string> keys; SyncParamFuzz() local
439 std::vector<std::string> keys; SetCapabilityEnabledFuzz() local
501 std::string keys = "test_"; AsyncGetEntriesFuzz() local
[all...]
/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_test.cpp794 int64_t keys[] = { 1 }; in HWTEST_F() local
837 int64_t keys[] = { 1 }; in HWTEST_F() local
/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_test.cpp996 std::vector<std::string> keys = { KEY_TEST_STRING_ELEMENT }; in HWTEST_F() local
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences.cpp414 std::vector<std::string> keys; in RegisterObserver() local
458 std::vector<std::string> keys; in UnregisterObserver() local
495 RegisteredObserver( napi_env env, napi_value callback, RegisterMode mode, const std::vector<std::string> &keys) RegisteredObserver() argument
510 UnregisteredObserver( napi_env env, napi_value callback, RegisterMode mode, const std::vector<std::string> &keys) UnregisteredObserver() argument
554 Subscribe( napi_value callback, RegisterMode mode, const std::vector<std::string> &keys) Subscribe() argument
582 Unsubscribe( napi_value callback, RegisterMode mode, const std::vector<std::string> &keys) Unsubscribe() argument
[all...]
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences.cpp562 int PreferencesProxy::UnRegisteredAllObservers(RegisterMode mode, const std::vector<std::string> &keys) in UnRegisteredAllObservers() argument
599 std::vector<std::string> keys; in RegisterDataObserver() local
616 int PreferencesProxy::RegisteredDataObserver(const std::vector<std::string> &keys, napi_value callback) in RegisteredDataObserver() argument
644 std::vector<std::string> keys; UnRegisterDataObserver() local
668 UnRegisteredDataObserver(const std::vector<std::string> &keys, napi_value callback) UnRegisteredDataObserver() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drd_connection.cpp117 std::string RdConnection::GetConfigStr(const std::vector<uint8_t> &keys, bool isEncrypt) in GetConfigStr() argument
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dcapability_info_manager.cpp198 std::vector<std::string> keys; in AddCapability() local
353 void CapabilityInfoManager::OnChange(const DistributedKv::DataOrigin &origin, Keys &&keys) in OnChange() argument
653 std::vector<DistributedKv::Entry> CapabilityInfoManager::GetEntriesByKeys(const std::vector<std::string> &keys) in GetEntriesByKeys() argument
[all...]
H A Dmeta_info_manager.cpp125 std::vector<std::string> keys; in AddMetaCapInfos() local
391 void MetaInfoManager::OnChange(const DistributedKv::DataOrigin &origin, Keys &&keys) in OnChange() argument
510 std::vector<DistributedKv::Entry> MetaInfoManager::GetEntriesByKeys(const std::vector<std::string> &keys) in GetEntriesByKeys() argument
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dsearchndk.cpp216 char keys[][8] = {"key1", "key2", "key3"}; in HsearchR() local
/test/xts/acts/distributeddatamgr/preferencesNdktestHvigor/entry/src/main/cpp/
H A Dnapi_init.cpp1036 const char *keys[] = {"ndktest_int_key_1", "ndktest_string_key_1", "ndktest_bool_key_1"}; in OH_Preferences_RegisterDataObserver_0100() local
1084 const char *keys[] = {"ndktest_int_key_1", "ndktest_string_key_1", "ndktest_bool_key_1"}; in OH_Preferences_UnregisterDataObserver_0100() local
[all...]
/test/xts/acts/kernel_lite/process_posix/src/
H A DPthreadBasicApiTest.cpp199 pthread_key_t keys[PTHREAD_KEYS_MAX]; in HWTEST_F() local
238 pthread_key_t keys; in HWTEST_F() local
304 pthread_key_t keys; ThreadPthreadSpecificAllDelete() local
[all...]
/test/xts/hats/hdf/display/composer/benchmark/
H A Ddisplay_benchmark_test.cpp699 std::vector<std::string> keys; in BENCHMARK_F() local
/third_party/curl/lib/
H A Dcurl_ntlm_core.c312 void Curl_ntlm_core_lm_resp(const unsigned char *keys, in Curl_ntlm_core_lm_resp() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXCldrStub.java60 public void putAll(Collection<K> keys, V value) { in putAll() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DMf2DataModel.java36 private final List<String> keys; field in Mf2DataModel.SelectorKeys
85 private final List<String> keys = new ArrayList<>(); field in Mf2DataModel.SelectorKeys.Builder
833 public Builder addVariant(SelectorKeys keys, Patter argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DXCldrStub.java65 public void putAll(Collection<K> keys, V value) { in putAll() argument
/third_party/mbedtls/library/
H A Daesce.c166 aesce_encrypt_block(uint8x16_t block, unsigned char *keys, int rounds) aesce_encrypt_block() argument
229 aesce_decrypt_block(uint8x16_t block, unsigned char *keys, int rounds) aesce_decrypt_block() argument
271 unsigned char *keys = (unsigned char *) (ctx->buf + ctx->rk_offset); mbedtls_aesce_crypt_ecb() local
[all...]
/third_party/jinja2/
H A Dutils.py554 def keys(self) -> t.Iterable[t.Any]: member in LRUCache
/third_party/libwebsockets/plugins/ssh-base/
H A Dsshd.c114 lws_pad_set_length(struct per_session_data__sshd *pss, void *start, uint8_t **p, struct lws_ssh_keys *keys) lws_pad_set_length() argument
[all...]
/third_party/node/deps/v8/third_party/jinja2/
H A Dutils.py511 def keys(self): member in LRUCache

Completed in 36 milliseconds

1...<<11121314151617181920>>...26