Home
last modified time | relevance | path

Searched +defs:s +defs:v (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/tests/c/src/
H A Dipc_rust_test.cpp38 std::vector<T> v; in WriteTestVector() local
108 std::vector<T> v; in ReadAndWriteV() local
164 CStringWrapper::CStringWrapper(std::string *s) : raw(s->data()), len(s->length()) in CStringWrapper()
170 auto s = new std::string; in GetCallingDeviceID() local
216 auto s = new std::string; in LocalDeviceID() local
222 auto s = new std::string; in ResetCallingIdentity() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_color_picker.h29 double s; // 饱和度取值 (0-100) member
30 double v; // 亮度取值 (0-100) member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring_view.h310 constexpr void basic_string_view<CharT>::swap(basic_string_view& v) noexcept in swap()
348 constexpr int basic_string_view<CharT>::compare(basic_string_view v) const noexcept in compare()
369 … int basic_string_view<CharT>::compare(size_type pos1, size_type count1, basic_string_view v) const in compare()
376 size_type pos1, size_type count1, basic_string_view v, size_type pos2, size_type count2) const in compare()
382 constexpr int basic_string_view<CharT>::compare(CharT const* const s) const in compare()
403 …int basic_string_view<CharT>::compare(size_type pos1, size_type count1, CharT const* const s) const in compare()
410 size_type pos1, size_type count1, CharT const* const s, size_type count2) const in compare()
683 for (auto s = s2; s != s3; s++) { in find_first_of() local
727 for (auto s = s2; s != s3; s++) { in find_last_of() local
778 constexpr bool basic_string_view<CharT>::starts_with(const CharT* s) const in starts_with()
[all …]
H A Dstring.h661 int compare(string_view v) const noexcept in compare()
666 int compare(size_type pos1, size_type count1, string_view v) const in compare()
671 …int compare(size_type pos1, size_type count1, string_view v, size_type pos2, size_type count2) con… in compare()
676 int compare(CharT const* const s) const in compare()
681 int compare(size_type pos1, size_type count1, CharT const* const s) const in compare()
686 int compare(size_type pos1, size_type count1, CharT const* const s, size_type count2) const in compare()
746 bool starts_with(const CharT* s) const in starts_with()
762 bool ends_with(const CharT* s) const in ends_with()
/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_ipp_over_usb_util.h50 inline std::string PrintIppOverUsbUtil::Uint8ToHexString(const uint8_t *v, const size_t s) in Uint8ToHexString()
60 inline std::string PrintIppOverUsbUtil::IntToHexString(unsigned int v) in IntToHexString()
69 inline void PrintIppOverUsbUtil::TrimString(std::string &s) in TrimString()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/tests/
H A Dparcel_remote.rs184 let s = String::from("hello ipc"); in read_and_write_vec() localVariable
198 let s = String::from("ipc hello"); in parcel_read_and_write() localVariable
199 let v = vec![s.clone(), s.clone(), s.clone()]; in parcel_read_and_write() localVariable
218 let s = String::from_utf8(res).unwrap(); in parcel_read_and_write() localVariable
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dparcel_wrapper.cpp61 std::u16string s = Str8ToStr16(std::string(name)); in WriteInterfaceToken() local
113 std::string v; in ReadString() local
124 auto s = std::string(val); in WriteString() 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
217 std::vector<T> v; in ReadVector() local
274 std::vector<std::string> v; in ReadStringVector() local
278 for (auto s : v) { in ReadStringVector() local
286 std::vector<std::u16string> v; in ReadString16Vector() local
H A Dremote_object_wrapper.cpp150 auto v = rust::vec<rust::string>(); in Dump() local
195 std::string s = std::string(rust_s); in FromRemoteStub() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js92 async onRemoteMessageRequest(s, t, u, v) { argument
294 async onRemoteMessageRequest(s, t, u, v) { argument
611 async onRemoteMessageRequest(s, t, u, v) { argument
682 async onRemoteMessageRequest(s, t, u, v) { argument
/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
502 let mut s = String::new(); in read_process() localVariable
661 let s = String::from("hello ipc"); in string() localVariable
665 let v = vec![1]; in string() localVariable
669 let s = String::from("ipc hello"); in string() localVariable
675 let s = String::from("hello ipc"); in string() localVariable
677 let v = vec![1]; in string() localVariable
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/interfaces/
H A Dfullscreenlaunchcomponent.js24 constructor(v, w, x, y = -1, z = undefined, a1) { argument
63 purgeVariableDependenciesOnElmtId(s) { argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/include/
H A Dcolor_picker.h55 double s; // 饱和度取值 (0-100) member
56 double v; // 亮度取值 (0-100) member
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dhls_tags.cpp166 SingleValueTag::SingleValueTag(HlsTag type, const std::string& v) in SingleValueTag()
176 AttributesTag::AttributesTag(HlsTag type, const std::string& v) : Tag(type) in AttributesTag()
255 ValuesListTag::ValuesListTag(HlsTag type, const std::string& v) : AttributesTag(type, v) in ValuesListTag()
319 static std::vector<std::string> Split(const std::string& s, const char* delim) in Split()
377 std::list<std::shared_ptr<Tag>> ParseEntries(std::string& s) in ParseEntries()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_tags.cpp161 SingleValueTag::SingleValueTag(HlsTag type, const std::string& v) in SingleValueTag()
171 AttributesTag::AttributesTag(HlsTag type, const std::string& v) : Tag(type) in AttributesTag()
251 ValuesListTag::ValuesListTag(HlsTag type, const std::string& v) : AttributesTag(type, v) in ValuesListTag()
315 static std::vector<std::string> Split(const std::string& s, const char* delim) in Split()
384 std::list<std::shared_ptr<Tag>> ParseEntries(const std::string& s) in ParseEntries()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/mipi_csi/
H A Dmipi_csi_dev.c160 static struct MipiCsiCntlr *GetCntlr(const SysProcEntryTag *s) in GetCntlr()
504 static void ProcShowMipiDevice(SysProcEntryTag *s, struct MipiCsiCntlr *cntlr) in ProcShowMipiDevice()
552 static void ProcShowMipiLane(SysProcEntryTag *s, struct MipiCsiCntlr *cntlr) in ProcShowMipiLane()
638 static void ProcShowMipiPhyData(SysProcEntryTag *s, struct MipiCsiCntlr *cntlr) in ProcShowMipiPhyData()
756 static void ProcShowMipiHsMode(SysProcEntryTag *s, struct MipiCsiCntlr *cntlr) in ProcShowMipiHsMode()
844 static void ProcShowMipirxVcErr(SysProcEntryTag *s, struct MipiCsiCntlr *cntlr, in ProcShowMipirxVcErr()
935 static void ProcShowLvdsIntErr(SysProcEntryTag *s, struct MipiCsiCntlr *cntlr, in ProcShowLvdsIntErr()
966 static void ProcShowAlignIntErr(SysProcEntryTag *s, struct MipiCsiCntlr *cntlr) in ProcShowAlignIntErr()
992 uint8_t devnoLvds[MIPI_RX_MAX_DEV_NUM], SysProcEntryTag *s) in MipiLvdsProcShow()
1081 static void MipiProcShow(SysProcEntryTag *s) in MipiProcShow()
[all …]
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c133 static FILLP_BOOL FillpSysAdptArchAtomicIncAndTest(SysArchAtomic *v) in FillpSysAdptArchAtomicIncAndTest()
143 static FILLP_BOOL FillpSysAdptArchAtomicDecAndTest(SysArchAtomic *v) in FillpSysAdptArchAtomicDecAndTest()
148 static FILLP_INT FillpSysAdptArchAtomicRead(SysArchAtomic *v) in FillpSysAdptArchAtomicRead()
163 static FILLP_BOOL FillpSysAdptArchAtomicIncAndTest(SysArchAtomic *v) in FillpSysAdptArchAtomicIncAndTest()
173 static FILLP_BOOL FillpSysAdptArchAtomicDecAndTest(SysArchAtomic *v) in FillpSysAdptArchAtomicDecAndTest()
178 static FILLP_INT FillpSysAdptArchAtomicRead(SysArchAtomic *v) in FillpSysAdptArchAtomicRead()
191 static FILLP_INT FillpSysAdptArchAtomicInc(SysArchAtomic *v, long value) in FillpSysAdptArchAtomicInc()
196 static FILLP_BOOL FillpSysAdptArchAtomicIncAndTest(SysArchAtomic *v) in FillpSysAdptArchAtomicIncAndTest()
206 static FILLP_BOOL FillpSysAdptArchAtomicDecAndTest(SysArchAtomic *v) in FillpSysAdptArchAtomicDecAndTest()
211 static SysArchAtomic FillpSysAdptArchAtomicRead(SysArchAtomic *v) in FillpSysAdptArchAtomicRead()
[all …]
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dlexer.js19 function code(s) { argument
304 v: 0, property in Lexer.lexFromNumber.param
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dhisysevent_c.h75 char *s; member
86 HiSysEventParamValue v; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_color_picker.cpp157 double h, s, v; in RGB2HSV() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_common.c234 static int HdiRsnIdToCipher(const uint8_t *s) in HdiRsnIdToCipher()
248 static int HdiRsnIdToCipherSuite(const uint8_t *s) in HdiRsnIdToCipherSuite()
283 static int HdiKeyMgmtToAuthMgmt(const uint8_t *s) in HdiKeyMgmtToAuthMgmt()
297 static int HdiRsnKeyMgmtToAuthMgmt(const uint8_t *s) in HdiRsnKeyMgmtToAuthMgmt()
816 int v = IsValidHexCharAndConvert(macStr[i]); in CheckMacIsValid() local
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H A Dsystem_ability_manager_wrapper.cpp48 for (auto s : list) { in ListSystemAbilities() local
64 for (auto s : list) { in ListSystemAbilitiesWithDumpFlag() local
191 std::u16string s = Str8ToStr16(std::string(localAbilityManagerName)); in AddOnDemandSystemAbilityInfo() local
323 auto v = std::vector<int32_t>(); in SendStrategy() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_matrix3.h111 Matrix3<T>::Matrix3(const T* v) in Matrix3()
445 T s = sin(a); in Rotate() local
464 T s = sin(a); in Rotate() local
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dmmi_matrix3.h125 Matrix3<T>::Matrix3(const T* v) in Matrix3()
459 T s = sin(a); in Rotate() local
478 T s = sin(a); in Rotate() local
/ohos5.0/base/security/security_component_manager/frameworks/common/src/
H A Dsec_comp_tool.cpp55 double s; member
56 double v; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_utils.cpp109 std::string ObexUtils::ToDebugString(const uint8_t *v, const size_t &s, bool wrap) in ToDebugString()

12