Home
last modified time | relevance | path

Searched defs:value (Results 2226 - 2250 of 10543) sorted by relevance

1...<<81828384858687888990>>...422

/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dduration_statistic.cpp25 auto value = nowTimeMs.time_since_epoch(); in GetTime() local
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/protocol/
H A Djson_protocol.cpp33 void JsonProtocol::Write(int key, Serializable::ValueType type, const uint8_t *value, size_t size) in Write() argument
51 bool JsonProtocol::Read(int &key, uint8_t *&value, size_t &size) in Read() argument
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_cipherkey_manager_virtual.c105 int32_t LnnSetRemoteBroadcastCipherInfo(const char *value, const char *udid) in LnnSetRemoteBroadcastCipherInfo() argument
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/stream_manager_test/
H A Dstream_manager_test.cpp170 Communication::SoftBus::StreamAttr *value = in HWTEST_F() local
/foundation/communication/ipc/ipc/native/test/fuzztest/core/include/
H A Dfuzz_data_generator.h50 static inline bool GenerateFromList(T &value, const std::vector<T> &candidateValues) in GenerateFromList() argument
63 static inline bool GenerateBool(bool &value) in GenerateBool() argument
68 static inline bool GenerateInt8(int8_t &value) in GenerateInt8() argument
73 static inline bool GenerateInt16(int16_t &value) in GenerateInt16() argument
78 static inline bool GenerateInt32(int32_t &value) in GenerateInt32() argument
83 GenerateInt64(int64_t &value) GenerateInt64() argument
88 GenerateUint8(uint8_t &value) GenerateUint8() argument
93 GenerateUint16(uint16_t &value) GenerateUint16() argument
98 GenerateUint32(uint32_t &value) GenerateUint32() argument
103 GenerateUint64(uint64_t &value) GenerateUint64() argument
108 GenerateFloat(float &value) GenerateFloat() argument
113 GenerateDouble(double &value) GenerateDouble() argument
118 GenerateString(std::string &value) GenerateString() argument
[all...]
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_datashare_utils.cpp52 int32_t NetDataShareHelperUtils::Query(Uri &uri, const std::string &key, std::string &value) in Query() argument
84 int32_t NetDataShareHelperUtils::Insert(Uri &uri, const std::string &key, const std::string &value) in Insert() argument
108 int32_t NetDataShareHelperUtils::Update(Uri &uri, const std::string &key, const std::string &value) in Update() argument
/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dlnn_kv_adapter_wrapper_virtual.cpp35 int32_t LnnPutDBData(int32_t dbId, const char *key, int32_t keyLen, const char *value, int32_t valueLen) in LnnPutDBData() argument
53 int32_t LnnGetDBData(int32_t dbId, const char *key, int32_t keyLen, char **value) in LnnGetDBData() argument
/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/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dabstract_ui.h32 virtual void SetTitle(const std::string value) in SetTitle() argument
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/context/
H A Dset_iface_config_context.cpp90 napi_value value = NapiUtils::GetNamedProperty(GetEnv(), params[ARG_NUM_1], OBJECT_HTTP_RPPXY); in ParseHttpProxy() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_stations_manager_test.cpp130 std::vector<StationInfo> value; in HWTEST_F() local
142 std::vector<StationInfo> value; in HWTEST_F() local
152 std::vector<StationInfo> value; in HWTEST_F() local
[all...]
/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 SaveInner(std::shared_ptr<NativePreferences::Preferences> ptr, const std::string &key, const int32_t &value) SaveInner() argument
89 SaveInner(std::shared_ptr<NativePreferences::Preferences> ptr, const std::string &key, const bool &value) SaveInner() argument
[all...]
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/
H A Dlru_cache_disk_handler.cpp100 void LRUCacheDiskHandler::Put(const std::string &key, const std::unordered_map<std::string, std::string> &value) in Put() argument
/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H A Dnfc_napi_hce_adapter.h52 std::string value; // out member
/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
66 void NfcPreferences::SetInt(const std::string& key, const int value) in SetInt() argument
/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
86 std::vector<uint8_t> value; in GetAttrMap() local
[all...]
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_request.cpp38 std::string value = str.substr(pos + 1); in ParseCacheControl() local
58 std::string value = iterRequest.second; in ParseRequestHeader() local
/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dsyscap_info_collector.cpp46 int32_t value = *((int32_t *)osBuffer + i); in ConvertToProfile() local
H A Dpasteboard_info_collector.cpp94 char value[CONFIG_LEN + 1] = { 0 }; in GetSupportDistributedPasteboard() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dmock_wifi_hdi_wpa_ap_impl.cpp107 int __wrap_HdiSetAp80211n(int value, int id) in __wrap_HdiSetAp80211n() argument
117 int __wrap_HdiSetApWmm(int value, int id) in __wrap_HdiSetApWmm() argument
/foundation/deviceprofile/device_info_manager/old/common/src/
H A Ddevice_profile_utils.cpp71 std::string DeviceProfileUtils::AnonymizeString(const std::string& value) in AnonymizeString() argument
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/contexts/
H A Dmdns_base_context.cpp113 void MDnsBaseContext::ParseServiceInfo(napi_env env, napi_value value) in ParseServiceInfo() argument
[all...]
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dlru_cache_disk_handler.h55 std::unordered_map<std::string, std::string> value; member
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dipc_utils.cpp225 std::string value = item.substr(position + 1); in UnMarshalling() local
/foundation/communication/wifi/wifi/utils/inc/
H A Dmagic_enum.h142 constexpr auto Enum2Name(E value) in Enum2Name() argument

Completed in 11 milliseconds

1...<<81828384858687888990>>...422