Home
last modified time | relevance | path

Searched defs:actualVec (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_collection_ffi.cpp63 auto actualVec = reinterpret_cast<std::vector<std::string>*>(vec); in FFICJCommonVectorStringSetElement() local
70 auto actualVec = reinterpret_cast<std::vector<std::string>*>(vec); in FFICJCommonVectorStringGetElement() local
77 auto actualVec = reinterpret_cast<std::vector<int32_t>*>(vec); in FFICJCommonVectorInt32SetElement() local
83 auto actualVec = reinterpret_cast<std::vector<int32_t>*>(vec); FFICJCommonVectorInt32GetElement() local
90 auto actualVec = reinterpret_cast<std::vector<int64_t>*>(vec); FFICJCommonVectorInt64SetElement() local
96 auto actualVec = reinterpret_cast<std::vector<int64_t>*>(vec); FFICJCommonVectorInt64GetElement() local
103 auto actualVec = reinterpret_cast<std::vector<uint8_t>*>(vec); FFICJCommonVectorUInt8SetElement() local
109 auto actualVec = reinterpret_cast<std::vector<uint8_t>*>(vec); FFICJCommonVectorUInt8GetElement() local
116 auto actualVec = reinterpret_cast<std::vector<uint32_t>*>(vec); FFICJCommonVectorUInt32SetElement() local
122 auto actualVec = reinterpret_cast<std::vector<uint32_t>*>(vec); FFICJCommonVectorUInt32GetElement() local
129 auto actualVec = reinterpret_cast<std::vector<float>*>(vec); FFICJCommonVectorFloat32SetElement() local
135 auto actualVec = reinterpret_cast<std::vector<float>*>(vec); FFICJCommonVectorFloat32GetElement() local
142 auto actualVec = reinterpret_cast<std::vector<double>*>(vec); FFICJCommonVectorFloat64SetElement() local
148 auto actualVec = reinterpret_cast<std::vector<double>*>(vec); FFICJCommonVectorFloat64GetElement() local
155 auto actualVec = reinterpret_cast<std::vector<bool>*>(vec); FFICJCommonVectorBoolSetElement() local
161 auto actualVec = reinterpret_cast<std::vector<bool>*>(vec); FFICJCommonVectorBoolGetElement() local
168 auto actualVec = reinterpret_cast<std::vector<NavigationItem>*>(vec); FFICJCommonVectorNavigationItemSetElement() local
174 auto actualVec = reinterpret_cast<std::vector<NavigationItem>*>(vec); FFICJCommonVectorNavigationItemGetElement() local
[all...]
H A Dcj_native_view_ffi.cpp212 auto actualVec = reinterpret_cast<std::vector<int64_t>*>(vec); in FFICJVectorCJInt64SetElement() local
218 auto actualVec = reinterpret_cast<std::vector<int64_t>*>(vec); in FFICJVectorCJInt64Delete() local
H A Dcj_data_panel_ffi.cpp43 auto actualVec = reinterpret_cast<std::vector<NativeLinearGradient>*>(vec); in FFICJVectorNativeLinearGradientSetElement() local
50 auto actualVec = reinterpret_cast<std::vector<NativeLinearGradient>*>(vec); in FFICJVectorNativeLinearGradientDelete() local
H A Dcj_alphabet_indexer_ffi.cpp33 auto actualVec = reinterpret_cast<std::vector<std::string>*>(vecContent); in FfiOHOSAceFrameworkAlphabetIndexerCreate() local
H A Dcj_image_animator_ffi.cpp143 auto actualVec = reinterpret_cast<std::vector<FfiImage>*>(vec); in FfiCJVectorFfiImageSetElement() local
150 auto actualVec = reinterpret_cast<std::vector<FfiImage>*>(vec); in FfiCJVectorFfiImageDelete() local
H A Dcj_textpicker_ffi.cpp139 auto actualVec = reinterpret_cast<std::vector<std::string>*>(vecContent); in FfiOHOSAceFrameworkTextPickerCreate() local
192 auto actualVec = reinterpret_cast<std::vector<std::string>*>(vecContent); in FfiOHOSAceFrameworkTextPickerDialogShow() local
H A Dcj_text_clock_ffi.cpp87 auto actualVec = reinterpret_cast<std::vector<NativeTextShadow>*>(vec); in FFICJVectorNativeTextShadowSetElement() local
94 auto actualVec = reinterpret_cast<std::vector<NativeTextShadow>*>(vec); in FFICJVectorNativeTextShadowDelete() local
H A Dcj_gauge_ffi.cpp38 auto actualVec = reinterpret_cast<std::vector<ColorStop>*>(vec); in FFICJVectorColorStopSetElement() local
45 auto actualVec = reinterpret_cast<std::vector<ColorStop>*>(vec); in FFICJVectorColorStopDelete() local
59 auto actualVec = reinterpret_cast<std::vector<VectorColorStops>*>(vec); in FFICJVectorGaugeLinearGradientSetElement() local
66 auto actualVec = reinterpret_cast<std::vector<VectorColorStops>*>(vec); in FFICJVectorGaugeLinearGradientDelete() local
H A Dcj_select_ffi.cpp37 auto actualVec = reinterpret_cast<std::vector<NativeSelectOption>*>(vec); in FFICJVectorNativeSelectOptionSetElement() local
44 auto actualVec = reinterpret_cast<std::vector<NativeSelectOption>*>(vec); in FFICJVectorNativeSelectOptionDelete() local
H A Dcj_canvas_ffi.cpp310 auto actualVec = reinterpret_cast<std::vector<double>*>(lineDashArr); in FfiOHOSAceFrameworkRenderingContextSetLineDash() local
H A Dcj_view_abstract_ffi.cpp1354 auto actualVec = reinterpret_cast<std::vector<NativeRectangle>*>(vec); in FFICJVectorNativeRectangleDelete() local
1361 auto actualVec = reinterpret_cast<std::vector<NativeRectangle>*>(vec); in FFICJVectorNativeRectangleSetElement() local

Completed in 10 milliseconds