Home
last modified time | relevance | path

Searched refs:VectorInt32Handle (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_grid_row_ffi.h24 using VectorInt32Handle = void*; variable
32 VectorInt32Handle breakpointUnits;
59 VectorInt32Handle breakpointUnits;
71 VectorInt32Handle breakpointUnits;
81 VectorInt32Handle breakpointUnits;
93 VectorInt32Handle breakpointUnits;
103 VectorInt32Handle breakpointUnits;
H A Dcj_rect_ffi.h25 using VectorInt32Handle = void*; variable
33 …id FfiOHOSAceFrameworkRectSetRadiusArray(VectorDoubleHandle voidValue, VectorInt32Handle voidUnit);
35VectorInt32Handle voidWidthUnit, VectorDoubleHandle voidHeightValue, VectorInt32Handle voidHeightU…
H A Dcj_rect_ffi.cpp70 void FfiOHOSAceFrameworkRectSetRadiusArray(VectorDoubleHandle voidValue, VectorInt32Handle voidUnit) in FfiOHOSAceFrameworkRectSetRadiusArray()
91 …FrameworkRectSetRadiusTupleArray(VectorDoubleHandle voidWidthValue, VectorInt32Handle voidWidthUni… in FfiOHOSAceFrameworkRectSetRadiusTupleArray()
92 VectorDoubleHandle voidHeightValue, VectorInt32Handle voidHeightUnit) in FfiOHOSAceFrameworkRectSetRadiusTupleArray()
H A Dcj_collection_ffi.h68 CJ_EXPORT void FFICJCommonVectorInt32SetElement(VectorInt32Handle vec, int64_t index, int32_t value… in VECTOR_H()
69 CJ_EXPORT int32_t FFICJCommonVectorInt32GetElement(VectorInt32Handle vec, int64_t index); in VECTOR_H()
H A Dcj_collection_ffi.cpp77 void FFICJCommonVectorInt32SetElement(VectorInt32Handle vec, int64_t index, int32_t value) in FFICJCommonVectorInt32SetElement()
83 int32_t FFICJCommonVectorInt32GetElement(VectorInt32Handle vec, int64_t index) in FFICJCommonVectorInt32GetElement()
H A Dcj_pattern_lock.h46 CJ_EXPORT void FfiOHOSAceFrameworkPatternLockOnPatternComplete(void (*callback)(VectorInt32Handle a…
H A Dcj_pattern_lock.cpp54 void FfiOHOSAceFrameworkPatternLockOnPatternComplete(void (*callback)(VectorInt32Handle array)) in FfiOHOSAceFrameworkPatternLockOnPatternComplete()
H A Dcj_grid_row_ffi.cpp132 VectorFloat64Handle valuesHandle, VectorInt32Handle unitsHandle, int32_t breakpointReference) in ParserBreakpoints()
/ohos5.0/foundation/ability/ability_runtime/frameworks/cj/ffi/
H A Dcj_want_ffi.h26 using VectorInt32Handle = void*; variable
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/
H A Dcj_ability_context_object.h31 VectorInt32Handle authResults;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Dcj_ability_context_object.cpp392 VectorInt32Handle result = const_cast<std::vector<int>*>(&grantResults); in FFIAbilityContextRequestPermissionsFromUser()