/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_database_test.cpp | 832 std::vector<Key> keys; in HWTEST_F() local
|
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/ |
H A D | datashare_predicates.h | 391 DataSharePredicates *InKeys(const std::vector<std::string> &keys)
in InKeys() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | query_expression.cpp | 236 void QueryExpression::InKeys(const std::set<Key> &keys) in InKeys() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | query_sync_object.cpp | 273 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 D | distributeddb_storage_data_operation_test.cpp | 417 std::vector<Key> keys; in HWTEST_F() local
|
/foundation/distributeddatamgr/kv_store/test/fuzztest/singlekvstore_fuzzer/ |
H A D | singlekvstore_fuzzer.cpp | 104 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 D | rdb_store_test.cpp | 794 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 D | preferences_test.cpp | 996 std::vector<std::string> keys = { KEY_TEST_STRING_ELEMENT }; in HWTEST_F() local
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/ |
H A D | napi_preferences.cpp | 414 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 D | napi_preferences.cpp | 562 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 D | rd_connection.cpp | 117 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 D | capability_info_manager.cpp | 198 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 D | meta_info_manager.cpp | 125 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 D | searchndk.cpp | 216 char keys[][8] = {"key1", "key2", "key3"};
in HsearchR() local
|
/test/xts/acts/distributeddatamgr/preferencesNdktestHvigor/entry/src/main/cpp/ |
H A D | napi_init.cpp | 1036 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 D | PthreadBasicApiTest.cpp | 199 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 D | display_benchmark_test.cpp | 699 std::vector<std::string> keys;
in BENCHMARK_F() local
|
/third_party/curl/lib/ |
H A D | curl_ntlm_core.c | 312 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 D | XCldrStub.java | 60 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 D | Mf2DataModel.java | 36 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 D | XCldrStub.java | 65 public void putAll(Collection<K> keys, V value) { in putAll() argument
|
/third_party/mbedtls/library/ |
H A D | aesce.c | 166 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 D | utils.py | 554 def keys(self) -> t.Iterable[t.Any]: member in LRUCache
|
/third_party/libwebsockets/plugins/ssh-base/ |
H A D | sshd.c | 114 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 D | utils.py | 511 def keys(self): member in LRUCache
|