Home
last modified time | relevance | path

Searched +defs:T +defs:v (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/tests/c/src/
H A Dipc_rust_test.cpp36 … T> void WriteTestVector(Parcel *parcel, T testValue, bool (Parcel::*Write)(const std::vector<T> & in WriteTestVector()
38 std::vector<T> v; in WriteTestVector() local
105 …AndWriteV(MessageParcel *parcel, MessageParcel &data, bool (Parcel::*Write)(const std::vector<T> &… in ReadAndWriteV()
106 bool (Parcel::*Read)(std::vector<T> *)) in ReadAndWriteV()
108 std::vector<T> v; in ReadAndWriteV() local
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs185 let mut v = vec![]; in read_process_vec() localVariable
211 let mut v = vec![]; in read_process_vec() localVariable
236 let mut v = vec![]; in read_process_vec() localVariable
262 let mut v = vec![]; in read_process_vec() localVariable
522 impl<T: Process> Serialize for T { implementation
534 impl<T: Process> Deserialize for T { implementation
535 fn deserialize(parcel: &mut MsgParcel) -> IpcResult<T> { in deserialize()
536 fn read<T: Process>(parcel: Pin<&mut MessageParcel>) -> IpcResult<T> { in deserialize()
558 impl<T: Process> Serialize for [T] { implementation
665 let v = vec![1]; in string() localVariable
[all …]
H A Dmsg.rs138 pub fn read<T: Deserialize>(&mut self) -> IpcResult<T> { in read()
295 let mut v = vec![]; in read_string16_vec() localVariable
645 value: T, in write_process()
672 f: fn(parcel: Pin<&mut MessageParcel>) -> IpcResult<T>, in read_process()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dparcel_wrapper.cpp113 std::string v; in ReadString() local
142 std::vector<T> v; in RustVec2CppVec() local
198 std::vector<std::string> v; in WriteStringVector() local
207 std::vector<std::u16string> v; in WriteString16Vector() local
215 …me T> bool ReadVector(Parcel &parcel, rust::vec<T> &val, bool (Parcel::*ReadVec)(std::vector<T> *)) in ReadVector()
217 std::vector<T> v; in ReadVector() local
274 std::vector<std::string> v; in ReadStringVector() local
286 std::vector<std::u16string> v; in ReadString16Vector() local
/ohos5.0/base/update/updater/test/unittest/script/script_instruction/
H A Dbasic_instruction_unittest.cpp65 static int32_t AddInputParamImpl(UScriptInstructionContext &ctx, const std::string &v) in AddInputParamImpl()
70 static int32_t AddInputParamImpl(UScriptInstructionContext &ctx, T v) in AddInputParamImpl()
74 static int32_t AddInputParamImpl(UScriptInstructionContext &ctx, int32_t v) in AddInputParamImpl()
155 using T = std::remove_cv_t<std::remove_reference_t<decltype(arg)>>; in TestBasicInstructionConcat() typedef
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dunordered_map.h106 friend T; variable
176 friend T; variable
364 pair<iterator, bool> insert(value_type&& v) in insert()
373 pair<iterator, bool> insert(const value_type& v) in insert()
569 list_node* create_entry(uint32_t ind, value_type&& v) in create_entry()
764 pair<typename base::iterator, bool> insert(pair<string_view, T>&& v) in insert()
776 pair<typename base::iterator, bool> insert(const pair<string_view, T>& v) in insert()
/ohos5.0/base/request/request/services/src/manage/scheduler/qos/
H A Dapps.rs176 fn binary_insert(&mut self, value: T); in binary_insert()
180 fn binary_insert(&mut self, value: T) { in binary_insert()
351 let v = db.get_app_infos(); in ut_database_app_info() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dadapter.rs199 pub fn certificate_file<T: AsRef<Path>>(mut self, path: T, file_type: TlsFileType) -> Self { in certificate_file()
963 let v = include_bytes!("../../../tests/file/root-ca.pem"); in ut_cert_stack_from_der() localVariable
976 let v = include_bytes!("../../../tests/file/root-ca.pem"); in ut_certificate_from_pem() localVariable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16 …se strict";var u=require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=requ… variable
/ohos5.0/base/request/request/test/rustest/src/
H A Dlib.rs484 fn take_value(&mut self) -> T; in take_value()
514 let mut v = Vec::with_capacity(length as usize); in take_value() localVariable
583 let mut v = Vec::with_capacity(length as usize); in take_value() localVariable
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Ddeserializer.rs104 pub fn from_reader<R, T>(reader: R) -> Result<T, Error> in from_reader() argument
138 pub fn from_slice<'a, T>(slice: &'a [u8]) -> Result<T, Error> in from_slice() argument
173 pub fn from_str<'a, T>(str: &'a str) -> Result<T, Error> in from_str() argument
398 let v = parse_string_inner(self)?; in deserialize_bytes() localVariable
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dparcel.cpp1329 for (const auto &v : val) { in WriteVector() local
1354 for (const auto &v : originVal) { in WriteFixedAlignVector() local
1435 bool Parcel::ReadVector(std::vector<T> *val, bool (Parcel::*Read)(T &)) in ReadVector()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15This?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=t… variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15This?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=t… variable
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16This?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=t… variable