/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/tests/c/src/ |
H A D | ipc_rust_test.cpp | 38 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 D | rs_color_picker.h | 29 double s; // 饱和度取值 (0-100) member 30 double v; // 亮度取值 (0-100) member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | string_view.h | 310 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 D | string.h | 661 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 D | print_ipp_over_usb_util.h | 50 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 D | parcel_remote.rs | 184 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 D | parcel_wrapper.cpp | 61 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 D | remote_object_wrapper.cpp | 150 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 D | cloud_extension_stub.js | 92 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 D | wrapper.rs | 185 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 D | fullscreenlaunchcomponent.js | 24 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 D | color_picker.h | 55 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 D | hls_tags.cpp | 166 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 D | hls_tags.cpp | 161 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 D | mipi_csi_dev.c | 160 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 D | callbacks.c | 133 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 D | lexer.js | 19 function code(s) { argument 304 v: 0, property in Lexer.lexFromNumber.param
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/ |
H A D | hisysevent_c.h | 75 char *s; member 86 HiSysEventParamValue v; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_color_picker.cpp | 157 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 D | wifi_hdi_common.c | 234 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 D | system_ability_manager_wrapper.cpp | 48 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 D | rs_matrix3.h | 111 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 D | mmi_matrix3.h | 125 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 D | sec_comp_tool.cpp | 55 double s; member 56 double v; member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_utils.cpp | 109 std::string ObexUtils::ToDebugString(const uint8_t *v, const size_t &s, bool wrap) in ToDebugString()
|