/foundation/communication/netmanager_base/utils/common_utils/include/ |
H A D | lru_cache.h | 31 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 D | lnn_map.h | 32 void *key; member [all...] |
/foundation/communication/dsoftbus/tools/device_info/ |
H A D | get_device_info.c | 28 NodeDeviceInfoKey key; in PrintNodeProperty() local 73 NodeDeviceInfoKey key; PrintNodePropertyNum() local [all...] |
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/ |
H A D | profile_change_notification.h | 45 std::string key; member
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/ |
H A D | mock_wifi_global_func.cpp | 37 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 D | kv_adapter_test.cpp | 141 string key = "key"; in HWTEST_F() local [all...] |
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/security_utils/ |
H A D | wifi_openssl_utils_test.cpp | 48 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 D | request_data.cpp | 39 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 D | nci_nfcc_impl_default.cpp | 68 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 D | fetch_request.cpp | 42 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 D | napi_datashare_values_bucket.cpp | 32 std::string key = it->first;
in NewInstance() local 55 napi_value key = 0;
in UnWrapValuesBucket() local
|
/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | concurrent_map.h | 224 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 D | security_manager_test.cpp | 55 std::vector<uint8_t> key = { in HWTEST_F() local
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | subscription_test.cpp | 114 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 D | kvdb_commit_notify_filterable_data.cpp | 76 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 D | dbm_kv_store.c | 30 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 D | security_manager.cpp | 76 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 D | lifecycle_manager.cpp | 38 Status LifeCycleManager::OnGot(const UnifiedKey &key) in OnGot() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | lru_map.h | 35 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 D | napi_values_bucket.cpp | 56 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 D | daudio_source_handler_test.cpp | 177 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 D | daudio_source_proxy_test.cpp | 138 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 D | concurrent_map.h | 187 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 D | concurrent_map.h | 211 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 D | account_boot_listener.cpp | 40 static void AccountBootCb(const char *key, const char *value, void *context) in AccountBootCb() argument
|