Home
last modified time | relevance | path

Searched defs:key (Results 851 - 875 of 5235) sorted by relevance

1...<<31323334353637383940>>...210

/foundation/communication/netmanager_base/utils/common_utils/include/
H A Dlru_cache.h31 std::vector<T> Get(const std::string &key) in Get() argument
44 void Put(const std::string &key, const T &value) in Put() argument
64 void Delete(const std::string &key) in Delete() argument
87 std::string key; global() member
103 std::string key = it->key; MoveNodeToHead() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/utils/include/
H A Dlnn_map.h32 void *key; member
[all...]
/foundation/communication/dsoftbus/tools/device_info/
H A Dget_device_info.c28 NodeDeviceInfoKey key; in PrintNodeProperty() local
73 NodeDeviceInfoKey key; PrintNodePropertyNum() local
[all...]
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/
H A Dprofile_change_notification.h45 std::string key; member
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/
H A Dmock_wifi_global_func.cpp37 int GetParamValue(const char *key, const char *def, char *value, uint32_t len) in GetParamValue() argument
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dkv_adapter_test.cpp141 string key = "key"; in HWTEST_F() local
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/security_utils/
H A Dwifi_openssl_utils_test.cpp48 const uint8_t key[KEY_LEN] = {0xa8, 0x2b, 0xce, 0x21, 0xa8, 0x2b, 0xce, 0x21, 0xa8, 0x2b, 0xce, member
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Drequest_data.cpp39 void RequestData::SetHeader(const std::string &key, const std::string &val) in SetHeader() argument
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_nfcc_impl_default.cpp68 void NciNfccImplDefault::NotifyMessageToVendor(const std::string& key, const std::string& value) in NotifyMessageToVendor() argument
/foundation/communication/netstack/frameworks/js/napi/fetch/options/src/
H A Dfetch_request.cpp42 void FetchRequest::SetHeader(const std::string &key, const std::string &val) in SetHeader() argument
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H A Dnapi_datashare_values_bucket.cpp32 std::string key = it->first; in NewInstance() local
55 napi_value key = 0; in UnWrapValuesBucket() local
/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dconcurrent_map.h224 Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) Compute() argument
245 ComputeIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) ComputeIfPresent() argument
261 ComputeIfAbsent(const key_type &key, const std::function<mapped_type(const key_type &)> &action) ComputeIfAbsent() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dsecurity_manager_test.cpp55 std::vector<uint8_t> key = { in HWTEST_F() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dsubscription_test.cpp114 std::string key = subscription.GetKey(); in HWTEST_F() local
138 std::string key = Subscription::GetKey(100); in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_commit_notify_filterable_data.cpp76 void KvDBCommitNotifyFilterAbleData::SetFilterKey(const Key &key) in SetFilterKey() argument
/foundation/distributeddatamgr/kv_store/frameworks/native/dbm_kv_store/src/kv_store_impl_posix/
H A Ddbm_kv_store.c30 int DBM_Get(KVStoreHandle db, const char* key, void* value, unsigned int count, unsigned int* realValueLen) in DBM_Get() argument
34 int DBM_Put(KVStoreHandle db, const char* key, const void* value, unsigned int len) in DBM_Put() argument
38 int DBM_Delete(KVStoreHandle db, const char* key) in DBM_Delete() argument
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dsecurity_manager.cpp76 bool SecurityManager::SaveKeyToFile(const std::string &name, const std::string &path, const std::vector<uint8_t> &key) in SaveKeyToFile() argument
45 SaveDBPassword(const std::string &name, const std::string &path, const SecurityManager::DBPassword &key) SaveDBPassword() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/lifecycle/
H A Dlifecycle_manager.cpp38 Status LifeCycleManager::OnGot(const UnifiedKey &key) in OnGot() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dlru_map.h35 int Get(const K &key, V &outValue) in Get() argument
45 int Put(const K &key, const V &inValue) in Put() argument
57 const K &key = (*iterator).first; in RemoveWithPrefixKey() local
69 Elimination(const K &key, const V &val) Elimination() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_values_bucket.cpp56 napi_value key = nullptr; in NAPI_OHOS_Data_RdbJsKit_ValuesBucketProxy_GetNativeObject() local
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/unittest/audiosourcetest/src/
H A Ddaudio_source_handler_test.cpp177 std::string key = "key"; in HWTEST_F() local
193 std::string key = "key"; in HWTEST_F() local
218 std::string key = "key"; in HWTEST_F() local
[all...]
H A Ddaudio_source_proxy_test.cpp138 const std::string key = "value"; in HWTEST_F() local
160 const std::string key = "value"; in HWTEST_F() local
/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/
H A Dconcurrent_map.h187 Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) Compute() argument
208 ComputeIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) ComputeIfPresent() argument
224 ComputeIfAbsent(const key_type &key, const std::function<mapped_type(const key_type &)> &action) ComputeIfAbsent() argument
[all...]
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dconcurrent_map.h211 Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) Compute() argument
232 ComputeIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) ComputeIfPresent() argument
248 ComputeIfAbsent(const key_type &key, const std::function<mapped_type(const key_type &)> &action) ComputeIfAbsent() argument
[all...]
/foundation/distributedhardware/device_manager/services/service/src/devicenamemgr/
H A Daccount_boot_listener.cpp40 static void AccountBootCb(const char *key, const char *value, void *context) in AccountBootCb() argument

Completed in 9 milliseconds

1...<<31323334353637383940>>...210