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 D | cj_grid_row_ffi.h | 24 using VectorInt32Handle = void*; variable 32 VectorInt32Handle breakpointUnits; 59 VectorInt32Handle breakpointUnits; 71 VectorInt32Handle breakpointUnits; 81 VectorInt32Handle breakpointUnits; 93 VectorInt32Handle breakpointUnits; 103 VectorInt32Handle breakpointUnits;
|
H A D | cj_rect_ffi.h | 25 using VectorInt32Handle = void*; variable 33 …id FfiOHOSAceFrameworkRectSetRadiusArray(VectorDoubleHandle voidValue, VectorInt32Handle voidUnit); 35 …VectorInt32Handle voidWidthUnit, VectorDoubleHandle voidHeightValue, VectorInt32Handle voidHeightU…
|
H A D | cj_rect_ffi.cpp | 70 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 D | cj_collection_ffi.h | 68 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 D | cj_collection_ffi.cpp | 77 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 D | cj_pattern_lock.h | 46 CJ_EXPORT void FfiOHOSAceFrameworkPatternLockOnPatternComplete(void (*callback)(VectorInt32Handle a…
|
H A D | cj_pattern_lock.cpp | 54 void FfiOHOSAceFrameworkPatternLockOnPatternComplete(void (*callback)(VectorInt32Handle array)) in FfiOHOSAceFrameworkPatternLockOnPatternComplete()
|
H A D | cj_grid_row_ffi.cpp | 132 VectorFloat64Handle valuesHandle, VectorInt32Handle unitsHandle, int32_t breakpointReference) in ParserBreakpoints()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/cj/ffi/ |
H A D | cj_want_ffi.h | 26 using VectorInt32Handle = void*; variable
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/ |
H A D | cj_ability_context_object.h | 31 VectorInt32Handle authResults;
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
H A D | cj_ability_context_object.cpp | 392 VectorInt32Handle result = const_cast<std::vector<int>*>(&grantResults); in FFIAbilityContextRequestPermissionsFromUser()
|