Home
last modified time | relevance | path

Searched defs:val (Results 1026 - 1050 of 3737) sorted by relevance

1...<<41424344454647484950>>...150

/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dclient_bus_center_manager_mock.cpp53 int32_t SoftbusGetConfig(ConfigType type, unsigned char *val, uint32_t len) in SoftbusGetConfig() argument
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_netfirewall.h191 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 Dtrans_lane_common_test_mock.cpp39 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 Dnetwork_mock.cpp91 int32_t SoftbusGetConfig(ConfigType type, unsigned char *val, uint32_t len) in SoftbusGetConfig() argument
/foundation/communication/netmanager_base/utils/common_utils/include/
H A Dsuffix_match_trie.h46 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 Dnet_http_response.cpp132 void HttpResponse::SetWarning(const std::string &val) in SetWarning() argument
/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_response.cpp102 void HttpClientResponse::SetWarning(const std::string &val) in SetWarning() argument
/foundation/communication/netstack/frameworks/js/napi/http/options/src/
H A Dhttp_response.cpp132 void HttpResponse::SetWarning(const std::string &val) in SetWarning() argument
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_callback_stub.cpp96 void WifiDeviceCallBackStub::SetRemoteDied(bool val) in SetRemoteDied() argument
H A Dwifi_device_callback_stub_lite.cpp111 void WifiDeviceCallBackStub::SetRemoteDied(bool val) in SetRemoteDied() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs1329 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 Ddata_value.cpp259 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 Ditypes_util.h339 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 Ddatashare_js_utils.h243 T val; in Convert2Value() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/
H A Dvalue_proxy.h129 auto val = Traits::get_if<T>(&value_); variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/
H A Dpublished_data_subscriber_manager.cpp156 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 Ddocumentdb_api_test.cpp259 std::string val = string(MAX_DB_CONFIG_LEN - part1.size() - part2.size(), 'k'); in HWTEST_F() local
H A Ddocumentdb_data_test.cpp147 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 Djs_util.cpp251 napi_value val = nullptr; in GetValue() local
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_predicates_objects.h75 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 Djs_common_utils.h120 auto *val = std::get_if<First>(&value); in GetJSValue() local
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_bigint_test.cpp101 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 Drdb_store_interface_test.cpp194 double val = 0.0; in HWTEST_F() local
/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dtlv_object.cpp168 auto val = std::get<_First>(input); in WriteVariant() local
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_cloud_utils.cpp219 napi_value val; in Convert2JSValue() local

Completed in 15 milliseconds

1...<<41424344454647484950>>...150