Home
last modified time | relevance | path

Searched defs:vals (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_base_parcel.h79 bool WriteVals(Parcel &parcel, ValueTypes &&...vals) in WriteVals()
94 bool ReadVals(Parcel &parcel, ValueTypes &&...vals) in ReadVals()
119 bool Read(Parcel &parcel, ValueTypes &&...vals) in Read()
125 bool Write(Parcel &parcel, ValueTypes &&...vals) const in Write()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dencoded_param.h90 …UnsignedVarintEncodedArrayParam(const std::string& key, const std::vector<T>& vals): EncodedParam(… in UnsignedVarintEncodedArrayParam()
163 …SignedVarintEncodedArrayParam(const std::string& key, const std::vector<T>& vals): EncodedParam(ke… in SignedVarintEncodedArrayParam()
239 …FloatingNumberEncodedArrayParam(const std::string& key, const std::vector<T>& vals): EncodedParam(… in FloatingNumberEncodedArrayParam()
311 …StringEncodedArrayParam(const std::string& key, const std::vector<std::string>& vals): EncodedPara… in StringEncodedArrayParam()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H A Dencoded_param.h110 …UnsignedVarintEncodedArrayParam(const std::string& key, const std::vector<T>& vals): EncodedParam(… in UnsignedVarintEncodedArrayParam()
201 …SignedVarintEncodedArrayParam(const std::string& key, const std::vector<T>& vals): EncodedParam(ke… in SignedVarintEncodedArrayParam()
295 …FloatingNumberEncodedArrayParam(const std::string& key, const std::vector<T>& vals): EncodedParam(… in FloatingNumberEncodedArrayParam()
379 …StringEncodedArrayParam(const std::string& key, const std::vector<std::string>& vals): EncodedPara… in StringEncodedArrayParam()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dpath_effect_test.cpp29 scalar vals[] = { 10.0, 20.0 }; in TestDrawDashPathEffect() local
H A Dpen_test.cpp266 scalar vals[] = { 10.0, 20.0 }; in TestPenPathEffect() local
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/encoded/
H A Draw_data_builder.cpp362 if (std::vector<uint64_t> vals; param->AsUint64Vec(vals)) { in InitArrayValueParams() local
369 if (std::vector<int64_t> vals; param->AsInt64Vec(vals)) { in InitArrayValueParams() local
376 if (std::vector<double> vals; param->AsDoubleVec(vals)) { in InitArrayValueParams() local
383 if (std::vector<std::string> vals; param->AsStringVec(vals)) { in InitArrayValueParams() local
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/decoded/
H A Ddecoded_event.h77 void AppendArrayValue(std::stringstream& ss, const std::string& key, T vals) in AppendArrayValue()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/
H A Devent_raw_encoded_and_decoded_test.cpp98 std::vector<uint64_t> vals = {1, 200, 3000}; // test value variable
170 std::vector<int64_t> vals = {1, -200, 3000}; // test value variable
242 std::vector<double> vals = {1.0, -200.0, 300}; // test value variable
314 std::vector<std::string> vals = {"1.0", "-200.0", "300"}; // test value variable
533 std::vector<uint64_t> vals = {1, 2, 3}; // test value variable
613 std::vector<int64_t> vals = {1, -2, 3}; // test value variable
693 std::vector<double> vals = {1.2, -2.78, 3.5}; // test value variable
772 std::vector<std::string> vals = {"1.2", "-2.78", "3.5"}; // test value variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_rdb_predicates.cpp231 std::vector<std::string> vals; in In() local
314 std::vector<std::string> vals; in NotIn() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Dcolor_space.h48 float vals[MATRIX3_SIZE][MATRIX3_SIZE]; member
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dperf_counter.h30 unsigned long vals[MAX_COUNTERS]; member
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_base.h114 int32_t HRilBase::RequestVendor( in RequestVendor()
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/
H A Dinput_parse.cpp75 void GetJsonData(cJSON *json, const std::string& key, std::vector<int32_t>& vals) in GetJsonData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dvelocity_tracker.cpp45 std::optional<bool> GetMononicity(const std::vector<double>& vals, uint32_t valSize) in GetMononicity()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Ddashing.cpp189 float vals[sizeof(gIntervals) / sizeof(int)]; in OnTestFunction() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp390 std::deque<uint8_t> vals; in NotifyPlayerAppSettingChanged() local
/ohos5.0/drivers/peripheral/audio/supportlibs/adm_adapter/include/
H A Daudio_interface_lib_mixer.h118 long vals[AUDIO_INTEGER_NUM]; /* RW: values */ member
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp368 std::vector<int32_t> vals; in NotifyPlayerAppSettingChanged() local
/ohos5.0/base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/
H A Dface_auth_all_in_one_executor_hdi_fuzzer.cpp249 std::vector<uint32_t> vals; in FillFuzzAttributeKeyVector() local
/ohos5.0/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthallinoneexecutorhdi_fuzzer/
H A Dfingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp246 std::vector<uint32_t> vals; in FillFuzzAttributeKeyVector() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Drect_t.h395 std::vector<T> vals; in FromString() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_rs.cpp187 scalar vals[] = {10.0, 20.0}; in TestDrawPathEffect() local
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_capi_parcel_unittest.cpp368 int32_t vals[] = {1, 2, 3, 4, 5, 1}; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.cpp1308 std::deque<uint8_t> vals; in GetPlayerAppSettingCurrentValue() local
1911 std::vector<std::string> vals; in GetPlayStatus() local
2488 std::deque<uint8_t> vals; in GetPlayStatus() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp687 key, [&storeId, &results](auto &key, std::map<SyncId, CloudSyncInfo> &vals) { in QueryLastSyncInfo()

12