/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/ |
H A D | client_bus_center_manager_mock.cpp | 53 int32_t SoftbusGetConfig(ConfigType type, unsigned char *val, uint32_t len) in SoftbusGetConfig() argument
|
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/ |
H A D | bpf_netfirewall.h | 191 template <typename Key, typename Value> int ClearBpfMap(const char *path, const Key &key, Value &val) in ClearBpfMap() argument 216 template <typename Key, typename Value> int WriteBpfMap(const char *path, const Key &key, Value &val) in WriteBpfMap() argument
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/mock/ |
H A D | trans_lane_common_test_mock.cpp | 39 int32_t SoftbusGetConfig(ConfigType type, unsigned char *val, uint32_t len)
in SoftbusGetConfig() argument
|
/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/ |
H A D | network_mock.cpp | 91 int32_t SoftbusGetConfig(ConfigType type, unsigned char *val, uint32_t len) in SoftbusGetConfig() argument
|
/foundation/communication/netmanager_base/utils/common_utils/include/ |
H A D | suffix_match_trie.h | 46 T val;
member 77 bool Insert(const std::string &key, const T &val)
in Insert() argument 105 bool Update(const std::string &key, const T &val)
in Update() argument [all...] |
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_response.cpp | 132 void HttpResponse::SetWarning(const std::string &val) in SetWarning() argument
|
/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_response.cpp | 102 void HttpClientResponse::SetWarning(const std::string &val) in SetWarning() argument
|
/foundation/communication/netstack/frameworks/js/napi/http/options/src/ |
H A D | http_response.cpp | 132 void HttpResponse::SetWarning(const std::string &val) in SetWarning() argument
|
/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_device_callback_stub.cpp | 96 void WifiDeviceCallBackStub::SetRemoteDied(bool val) in SetRemoteDied() argument
|
H A D | wifi_device_callback_stub_lite.cpp | 111 void WifiDeviceCallBackStub::SetRemoteDied(bool val) in SetRemoteDied() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/ |
H A D | cloud_ext_types.rs | 1329 let mut val: *mut c_uint = null_mut(); in ut_value_int() variables 1392 let mut val: *mut OhCloudExtCloudAsset = null_mut(); in ut_value_asset() variables 1433 let mut val: *mut OhCloudExtCloudAsset = null_mut(); in ut_value_assets() variables [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | data_value.cpp | 259 int DataValue::SetBlob(const Blob &val) in SetBlob() argument 285 int DataValue::SetText(const std::string &val) in SetText() argument 290 int DataValue::SetText(const uint8_t *val, uint32_t length) in SetText() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | itypes_util.h | 339 bool ITypesUtil::Unmarshalling(std::map<K, V> &val, MessageParce argument 379 Unmarshalling(std::tuple<F, S, T> &val, MessageParcel &parcel) Unmarshalling() argument 410 Unmarshalling(std::pair<F, S> &val, MessageParcel &parcel) Unmarshalling() argument 425 Marshalling(const std::vector<T> &val, MessageParcel &parcel) Marshalling() argument 431 Unmarshalling(std::vector<T> &val, MessageParcel &parcel) Unmarshalling() argument 437 Marshalling(const std::list<T> &val, MessageParcel &parcel) Marshalling() argument 443 Unmarshalling(std::list<T> &val, MessageParcel &parcel) Unmarshalling() argument 449 MarshalToContainer(const T &val, MessageParcel &parcel) MarshalToContainer() argument 468 UnmarshalFromContainer(T &val, MessageParcel &parcel) UnmarshalFromContainer() argument [all...] |
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/ |
H A D | datashare_js_utils.h | 243 T val; in Convert2Value() local
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/ |
H A D | value_proxy.h | 129 auto val = Traits::get_if<T>(&value_); variable
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/ |
H A D | published_data_subscriber_manager.cpp | 156 PutInto( std::map<sptr<IDataProxyPublishedDataObserver>, std::vector<PublishedDataKey>> &callbacks, const std::vector<ObserverNode> &val, const PublishedDataKey &key, const sptr<IDataProxyPublishedDataObserver> observer) PutInto() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/api/ |
H A D | documentdb_api_test.cpp | 259 std::string val = string(MAX_DB_CONFIG_LEN - part1.size() - part2.size(), 'k'); in HWTEST_F() local
|
H A D | documentdb_data_test.cpp | 147 std::string val = R""({"name":"Tmono", "age":18, "addr":{"city":"shanghai", "postal":200001}})""; in HWTEST_F() local
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/ |
H A D | js_util.cpp | 251 napi_value val = nullptr; in GetValue() local
|
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/ |
H A D | datashare_predicates_objects.h | 75 MutliValue(const MutliValue &val) : value(val.value) {} in MutliValue() argument 98 MutliValue(const std::vector<int> &val) : value(val) {} in MutliValue() argument 105 MutliValue(const std::vector<int64_t> &val) : value(val) {} in MutliValue() argument 112 MutliValue(const std::vector<double> &val) : value(val) {} in MutliValue() argument 119 MutliValue(const std::vector<std::string> &val) MutliValue() argument [all...] |
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/ |
H A D | js_common_utils.h | 120 auto *val = std::get_if<First>(&value); in GetJSValue() local
|
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_bigint_test.cpp | 101 auto val = std::get_if<BigInteger>(&value.value); in HWTEST_F() local 135 auto val = std::get_if<BigInteger>(&value.value); in HWTEST_F() local 171 auto val = std::get_if<BigInteger>(&value.value); HWTEST_F() local 206 auto val = std::get_if<BigInteger>(&object.value); HWTEST_F() local 243 auto val = std::get_if<BigInteger>(&value.value); HWTEST_F() local 285 auto val = std::get_if<BigInteger>(&value.value); HWTEST_F() local 327 auto val = std::get_if<BigInteger>(&value.value); HWTEST_F() local 371 auto val = std::get_if<Floats>(&value.value); HWTEST_F() local 409 auto val = std::get_if<Floats>(&value.value); HWTEST_F() local [all...] |
H A D | rdb_store_interface_test.cpp | 194 double val = 0.0; in HWTEST_F() local
|
/foundation/distributeddatamgr/pasteboard/framework/tlv/ |
H A D | tlv_object.cpp | 168 auto val = std::get<_First>(input);
in WriteVariant() local
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/ |
H A D | js_cloud_utils.cpp | 219 napi_value val; in Convert2JSValue() local
|