Home
last modified time | relevance | path

Searched defs:values (Results 226 - 250 of 1835) sorted by relevance

12345678910>>...74

/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/stream_manager_test/
H A Dstream_manager_test.cpp174 Communication::SoftBus::StreamAttr *values = in HWTEST_F() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/serializable/
H A Dserializable.h124 bool Serializable::GetValue(const json &node, const std::string &name, std::vector<T> &values) in GetValue() argument
139 SetValue(json &node, const std::vector<T> &values) SetValue() argument
152 GetValue(const json &node, const std::string &name, std::map<std::string, T> &values) GetValue() argument
166 SetValue(json &node, const std::map<std::string, T> &values) SetValue() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributed_crud_transaction_tools.cpp68 vector<Entry> values = DistributedTestTools::GetEntries(*storeDelegate_, KEY_SEARCH_4); in CheckFirst() local
106 vector<Entry> values = DistributedTestTools::GetEntries(*storeDelegate_, KEY_SEARCH_4); CheckSecond() local
116 vector<Entry> values = DistributedTestTools::GetEntries(*storeDelegate_, KEY_SEARCH_4); CheckSecond() local
128 vector<Entry> values = DistributedTestTools::GetEntries(*storeDelegate_, KEY_SEARCH_4); CheckSecond() local
[all...]
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H A Dcontroller_test.cpp205 std::vector<DataShare::DataShareValuesBucket> values; in HWTEST_F() local
231 std::vector<DataShare::DataShareValuesBucket> values; in HWTEST_F() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_asset_loader_test.cpp146 GeneralWatcher::ChangeInfo values; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/schemadelegate_fuzzer/
H A Dschemadelegate_fuzzer.cpp62 std::vector<Value> values; in SchemaFuzzCURD() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_watcher.cpp31 int32_t KVDBWatcher::OnChange(const Origin &origin, const PRIFields &primaryFields, ChangeInfo &&values) in OnChange() argument
82 std::vector<Entry> KVDBWatcher::ConvertToEntries(const std::vector<Values> &values) in ConvertToEntries() argument
97 std::vector<std::string> KVDBWatcher::ConvertToKeys(const std::vector<PRIValue> &values) in ConvertToKeys() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dcollection.cpp97 int Collection::GetMatchedDocument(const JsonObject &filterObj, Key &key, std::pair<std::string, std::string> &values, in GetMatchedDocument() argument
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/provider/src/
H A Dext_special_controller.cpp67 int ExtSpecialController::BatchInsert(const Uri &uri, const std::vector<DataShareValuesBucket> &values) in BatchInsert() argument
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_delete_test.cpp152 ValuesBucket values; in HWTEST_F() local
206 ValuesBucket values; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/sendablerelationalstore/src/
H A Dnapi_rdb_store_convert_utils.cpp60 napi_value values = nullptr; in FromSendableValuesBucket() local
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/daudio_input/
H A Ddaudio_input_plugin.cpp42 DiscreteCapability<uint32_t> values = {8000, 11025, 12000, 16000, in CreateDaudioInputPluginDef() local
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp298 vector<uint8_t> values = {0}; in HWTEST_F() local
/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_descriptor_test.cpp156 const uint8_t values = 17; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list_helper.h149 const auto* values = static_cast<const Type*>(cmdList.GetCmdListData(info.first, info.second)); in GetVectorFromCmdList() local
/kernel/linux/linux-5.10/arch/alpha/oprofile/
H A Dop_model_ev5.c159 unsigned long values, mask, not_pk, reset_values; in ev5_reset_ctr() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/map_tests/
H A Dhtab_map_batch_ops.c85 void *values; in __test_map_lookup_and_delete_batch() local
13 map_batch_update(int map_fd, __u32 max_entries, int *keys, void *values, bool is_pcpu) map_batch_update() argument
40 map_batch_verify(int *visited, __u32 max_entries, int *keys, void *values, bool is_pcpu) map_batch_verify() argument
[all...]
/kernel/linux/linux-5.10/drivers/mfd/
H A Dstmpe-spi.c36 static int spi_block_read(struct stmpe *stmpe, u8 reg, u8 length, u8 *values) in spi_block_read() argument
50 spi_block_write(struct stmpe *stmpe, u8 reg, u8 length, const u8 *values) spi_block_write() argument
H A Dstmpe-i2c.c34 static int i2c_block_read(struct stmpe *stmpe, u8 reg, u8 length, u8 *values) in i2c_block_read() argument
41 i2c_block_write(struct stmpe *stmpe, u8 reg, u8 length, const u8 *values) i2c_block_write() argument
/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dpwrseq_simple.c42 unsigned long *values; in mmc_pwrseq_simple_set_gpios_value() local
/kernel/linux/linux-5.10/drivers/i2c/muxes/
H A Di2c-mux-reg.c86 unsigned *values; in i2c_mux_reg_probe_dt() local
/kernel/linux/linux-5.10/drivers/soc/rockchip/
H A Dgrf.c24 const struct rockchip_grf_value *values; member
/kernel/linux/linux-5.10/samples/bpf/
H A Dtracex3_user.c21 __u64 values[nr_cpus]; in clear_stats() local
79 long values[nr_cpus]; in print_hist() local
H A Dlwt_len_hist_user.c33 uint64_t values[nr_cpus], sum, max_value = 0, data[MAX_INDEX] = {}; in main() local
/kernel/linux/linux-5.10/tools/gpio/
H A Dgpio-utils.c179 int gpiotools_set_values(const int fd, struct gpio_v2_line_values *values) in gpiotools_set_values() argument
203 int gpiotools_get_values(const int fd, struct gpio_v2_line_values *values) in gpiotools_get_values() argument
294 gpiotools_gets(const char *device_name, unsigned int *lines, unsigned int num_lines, unsigned int *values) gpiotools_gets() argument
352 gpiotools_sets(const char *device_name, unsigned int *lines, unsigned int num_lines, unsigned int *values) gpiotools_sets() argument
[all...]

Completed in 10 milliseconds

12345678910>>...74