/foundation/communication/nfc/services/src/nci_adapter/ |
H A D | nci_nfcc_proxy.cpp | 132 void NciNfccProxy::NotifyMessageToVendor(const std::string& key, const std::string& value) in NotifyMessageToVendor() argument
|
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/ |
H A D | netfirewall_preference_helper.cpp | 57 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 D | lru_cache_disk_handler.cpp | 84 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 D | net_ssl_c.cpp | 105 char *key = (char *)malloc(size);
in OH_NetStack_GetPinSetForHostName() local
|
/foundation/communication/nfc/services/src/external_deps/ |
H A D | nfc_preferences.cpp | 43 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 D | mdns_service_info.cpp | 52 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 D | http_cache_request.cpp | 37 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 D | net_websocket_adapter.cpp | 26 WebSocketClient *GetInnerClientAdapter(WebSocket *key)
in GetInnerClientAdapter() argument
|
/foundation/communication/netstack/test/unittest/tcp_core_test/ |
H A D | TcpSocketResponseTest.cpp | 165 auto key = item.first.c_str(); in HWTEST_F() local
|
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/contexts/ |
H A D | mdns_base_context.cpp | 69 std::string key; in ParseAttributeObj() local
|
/foundation/communication/netmanager_ext/services/mdnsmanager/src/ |
H A D | mdns_manager.cpp | 127 std::string key; in StopDiscoverService() local
|
/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | lru_cache_disk_handler.h | 54 std::string key; member
|
/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | ipc_utils.cpp | 224 std::string key = item.substr(0, position); in UnMarshalling() local
|
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/netshare_core_test/ |
H A D | NetShareResponseTest.cpp | 165 auto key = item.first.c_str(); in HWTEST_F() local
|
/foundation/communication/netstack/test/unittest/http_client/ |
H A D | HttpClientResponseTest.cpp | 165 auto key = item.first.c_str(); in HWTEST_F() local
|
/foundation/communication/netstack/test/unittest/http_client_test/ |
H A D | HttpClientResponseTest.cpp | 164 auto key = item.first.c_str(); in HWTEST_F() local
|
/foundation/communication/netstack/test/unittest/websocket_core_test/ |
H A D | WebSocketResponseTest.cpp | 165 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 D | wifi_p2p_dns_txt_record.cpp | 72 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 D | end_point_test.cpp | 86 std::string EndPointTest::GetKey(const std::string& key)
in GetKey() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_result_set.cpp | 24 RdSingleVerResultSet::RdSingleVerResultSet(RdSingleVerNaturalStore *kvDB, const Key &key) in RdSingleVerResultSet() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_nb_unpublish_test.cpp | 71 Key key; in RegisterObservers() local [all...] |
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/ |
H A D | asset_change_timer.cpp | 52 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 D | device_convertor.cpp | 61 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 D | distributeddb_storage_rd_single_ver_natural_store_testcase.cpp | 137 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 D | hievent.h | 86 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...] |