Home
last modified time | relevance | path

Searched defs:key (Results 1626 - 1650 of 9146) sorted by relevance

1...<<61626364656667686970>>...366

/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_nfcc_proxy.cpp132 void NciNfccProxy::NotifyMessageToVendor(const std::string& key, const std::string& value) in NotifyMessageToVendor() argument
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_preference_helper.cpp57 bool NetFirewallPreferenceHelper::SaveInt(const std::string &key, int32_t value) in SaveInt() argument
62 bool NetFirewallPreferenceHelper::SaveBool(const std::string &key, bool value) in SaveBool() argument
67 template <typename T> bool NetFirewallPreferenceHelper::Save(const std::string &key, const T &value) in Save() argument
79 bool NetFirewallPreferenceHelper::SaveInner(std::shared_ptr<NativePreferences::Preferences> ptr, const std::string &key, in SaveInner() argument
89 bool NetFirewallPreferenceHelper::SaveInner(std::shared_ptr<NativePreferences::Preferences> ptr, const std::string &key, in SaveInner() argument
99 ObtainInt(const std::string &key, int32_t defValue) ObtainInt() argument
104 ObtainBool(const std::string &key, bool defValue) ObtainBool() argument
109 Obtain(const std::string &key, const T &defValue) Obtain() argument
118 ObtainInner(std::shared_ptr<NativePreferences::Preferences> ptr, const std::string &key, const int32_t &defValue) ObtainInner() argument
124 ObtainInner(std::shared_ptr<NativePreferences::Preferences> ptr, const std::string &key, const bool &defValue) ObtainInner() argument
[all...]
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/
H A Dlru_cache_disk_handler.cpp84 std::unordered_map<std::string, std::string> LRUCacheDiskHandler::Get(const std::string &key) in Get() argument
100 void LRUCacheDiskHandler::Put(const std::string &key, const std::unordered_map<std::string, std::string> &value) in Put() argument
/foundation/communication/netstack/interfaces/kits/c/net_ssl/src/
H A Dnet_ssl_c.cpp105 char *key = (char *)malloc(size); in OH_NetStack_GetPinSetForHostName() local
/foundation/communication/nfc/services/src/external_deps/
H A Dnfc_preferences.cpp43 void NfcPreferences::SetString(const std::string& key, const std::string& value) in SetString() argument
55 std::string NfcPreferences::GetString(const std::string& key) in GetString() argument
66 void NfcPreferences::SetInt(const std::string& key, const int value) in SetInt() argument
78 GetInt(const std::string& key) GetInt() argument
101 Delete(const std::string& key) Delete() argument
[all...]
/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/
H A Dmdns_service_info.cpp52 bool MDnsServiceInfo::IsKeyValueVaild(const ::std::string &key, const std::vector<uint8_t> &value) in IsKeyValueVaild() argument
85 std::string key; in GetAttrMap() local
[all...]
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_request.cpp37 std::string key = str.substr(0, pos); in ParseCacheControl() local
57 std::string key = CommonUtils::ToLower(iterRequest.first); in ParseRequestHeader() local
/foundation/communication/netstack/interfaces/kits/c/net_websocket/src/
H A Dnet_websocket_adapter.cpp26 WebSocketClient *GetInnerClientAdapter(WebSocket *key) in GetInnerClientAdapter() argument
/foundation/communication/netstack/test/unittest/tcp_core_test/
H A DTcpSocketResponseTest.cpp165 auto key = item.first.c_str(); in HWTEST_F() local
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/contexts/
H A Dmdns_base_context.cpp69 std::string key; in ParseAttributeObj() local
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_manager.cpp127 std::string key; in StopDiscoverService() local
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dlru_cache_disk_handler.h54 std::string key; member
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dipc_utils.cpp224 std::string key = item.substr(0, position); in UnMarshalling() local
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/netshare_core_test/
H A DNetShareResponseTest.cpp165 auto key = item.first.c_str(); in HWTEST_F() local
/foundation/communication/netstack/test/unittest/http_client/
H A DHttpClientResponseTest.cpp165 auto key = item.first.c_str(); in HWTEST_F() local
/foundation/communication/netstack/test/unittest/http_client_test/
H A DHttpClientResponseTest.cpp164 auto key = item.first.c_str(); in HWTEST_F() local
/foundation/communication/netstack/test/unittest/websocket_core_test/
H A DWebSocketResponseTest.cpp165 auto key = item.first.c_str(); in HWTEST_F() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_dns_txt_record.cpp72 int WifiP2PDnsTxtRecord::RemoveData(const std::string &key) in RemoveData() argument
101 bool WifiP2PDnsTxtRecord::SetRecord(const std::string &key, const std::string &val) in SetRecord() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dend_point_test.cpp86 std::string EndPointTest::GetKey(const std::string& key) in GetKey() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_result_set.cpp24 RdSingleVerResultSet::RdSingleVerResultSet(RdSingleVerNaturalStore *kvDB, const Key &key) in RdSingleVerResultSet() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_unpublish_test.cpp71 Key key; in RegisterObservers() local
[all...]
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dasset_change_timer.cpp52 std::string key = sessionId + ASSET_SEPARATOR + assetKey; in StartTimer() local
80 std::string key = sessionId + ASSET_SEPARATOR + assetKey; in StopTimer() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Ddevice_convertor.cpp61 Key DeviceConvertor::ToKey(DBKey &&key, std::string &deviceId) const in ToKey() argument
98 GetRealKey(const std::string &key, const DataQuery &query) const GetRealKey() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_rd_single_ver_natural_store_testcase.cpp137 IsSqlinteExistKey(const std::vector<SyncData> &vecSyncData, const std::vector<uint8_t> &key) IsSqlinteExistKey() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/fake/hiview/include/
H A Dhievent.h86 HiEvent& PutBool(const std::string& key, bool value) in PutBool() argument
96 HiEvent& PutByte(const std::string& key, unsigned char value) in PutByte() argument
106 HiEvent& PutShort(const std::string& key, short value) in PutShort() argument
117 PutInt(const std::string& key, int value) PutInt() argument
127 PutLong(const std::string& key, long value) PutLong() argument
137 PutFloat(const std::string& key, float value) PutFloat() argument
147 PutString(const std::string& key, const std::string& value) PutString() argument
158 PutHiEventArray(const std::string& key, const std::vector<HiEvent>& value) PutHiEventArray() argument
[all...]

Completed in 13 milliseconds

1...<<61626364656667686970>>...366