Home
last modified time | relevance | path

Searched refs:int64_t (Results 1 - 25 of 58) sorted by relevance

123

/interface/sdk_c/global/resource_management/include/rawfile/
H A Draw_file.h111 int64_t start;
114 int64_t length;
259 int64_t OH_ResourceManager_ReadRawFile64(const RawFile64 *rawFile, void *buf, int64_t length);
275 int OH_ResourceManager_SeekRawFile64(const RawFile64 *rawFile, int64_t offset, int whence);
278 * @brief Obtains the raw file length represented by an int64_t.
285 int64_t OH_ResourceManager_GetRawFileSize64(RawFile64 *rawFile);
288 * @brief Obtains the remaining raw file length represented by an int64_t.
295 int64_t OH_ResourceManager_GetRawFileRemainingLength64(const RawFile64 *rawFile);
310 * @brief Obtains the current offset of a raw file, represented by an int64_t
[all...]
/interface/sdk_c/tee/include/
H A Dtee_drv_client.h60 int64_t tee_drv_open(const char *drv_name, const void *param, uint32_t param_len);
76 int64_t tee_drv_ioctl(int64_t fd, uint32_t cmd_id, const void *param, uint32_t param_len);
89 int64_t tee_drv_close(int64_t fd);
/interface/sdk_c/graphic/graphic_2d/native_drawing/
H A Ddrawing_text_run.h56 OH_Drawing_Array* OH_Drawing_GetRunStringIndices(OH_Drawing_Run* run, int64_t start, int64_t length);
143 OH_Drawing_Array* OH_Drawing_GetRunGlyphs(OH_Drawing_Run* run, int64_t start, int64_t length);
176 OH_Drawing_Array* OH_Drawing_GetRunPositions(OH_Drawing_Run* run, int64_t start, int64_t length);
/interface/sdk_c/distributeddatamgr/relational_store/include/
H A Ddata_asset.h149 int OH_Data_Asset_SetCreateTime(Data_Asset *asset, int64_t createTime);
163 int OH_Data_Asset_SetModifyTime(Data_Asset *asset, int64_t modifyTime);
249 * and the create time of the asset as a int64_t is written to this variable.
258 int OH_Data_Asset_GetCreateTime(Data_Asset *asset, int64_t *createTime);
265 * and the create time of the asset as a int64_t is written to this variable.
274 int OH_Data_Asset_GetModifyTime(Data_Asset *asset, int64_t *modifyTime);
H A Drelational_store.h157 int64_t id;
515 int OH_Rdb_ExecuteByTrxId(OH_Rdb_Store *store, int64_t trxId, const char *sql);
577 int OH_Rdb_BeginTransWithTrxId(OH_Rdb_Store *store, int64_t *trxId);
591 int OH_Rdb_RollBackByTrxId(OH_Rdb_Store *store, int64_t trxId);
605 int OH_Rdb_CommitByTrxId(OH_Rdb_Store *store, int64_t trxId);
H A Doh_value_object.h55 int64_t id;
61 * @param value Represents a pointer to an int64_t input parameter or the array of type int64_t.
68 int (*putInt64)(OH_VObject *valueObject, int64_t *value, uint32_t count);
H A Doh_values_bucket.h56 int64_t id;
85 int (*putInt64)(OH_VBucket *bucket, const char *field, int64_t value);
H A Doh_cursor.h100 int64_t id;
201 * @brief Function pointer. Obtains the value of the requested column as a int64_t.
206 * and the value of the requested column as a int64_t is written to this variable.
211 int (*getInt64)(OH_Cursor *cursor, int32_t columnIndex, int64_t *value);
/interface/sdk_c/multimodalinput/kits/c/input/
H A Doh_input_manager.h529 void OH_Input_SetKeyEventActionTime(struct Input_KeyEvent* keyEvent, int64_t actionTime);
539 int64_t OH_Input_GetKeyEventActionTime(const struct Input_KeyEvent* keyEvent);
702 void OH_Input_SetMouseEventActionTime(struct Input_MouseEvent* mouseEvent, int64_t actionTime);
712 int64_t OH_Input_GetMouseEventActionTime(const struct Input_MouseEvent* mouseEvent);
833 void OH_Input_SetTouchEventActionTime(struct Input_TouchEvent* touchEvent, int64_t actionTime);
843 int64_t OH_Input_GetTouchEventActionTime(const struct Input_TouchEvent* touchEvent);
995 Input_Result OH_Input_SetAxisEventActionTime(Input_AxisEvent* axisEvent, int64_t actionTime);
1008 Input_Result OH_Input_GetAxisEventActionTime(const Input_AxisEvent* axisEvent, int64_t* actionTime);
1290 Input_Result OH_Input_GetIntervalSinceLastInput(int64_t *timeInterval);
/interface/sdk_c/arkui/ace_engine/native/
H A Dnative_interface_xcomponent.h208 int64_t timeStamp;
235 int64_t timeStamp;
259 int64_t deviceId;
261 int64_t timeStamp;
284 int64_t timestamp;
654 int32_t OH_NativeXComponent_GetKeyEventDeviceId(OH_NativeXComponent_KeyEvent* keyEvent, int64_t* deviceId);
665 int32_t OH_NativeXComponent_GetKeyEventTimestamp(OH_NativeXComponent_KeyEvent* keyEvent, int64_t* timestamp);
H A Dnative_interface_accessibility.h321 int32_t (*findAccessibilityNodeInfosById)(int64_t elementId, ArkUI_AccessibilitySearchMode mode,
333 int32_t (*findAccessibilityNodeInfosByText)(int64_t elementId, const char* text, int32_t requestId,
345 int32_t (*findFocusedAccessibilityNode)(int64_t elementId, ArkUI_AccessibilityFocusType focusType,
358 int64_t elementId, ArkUI_AccessibilityFocusMoveDirection direction,
370 int32_t (*executeAccessibilityAction)(int64_t elementId, ArkUI_Accessibility_ActionType action,
388 int32_t (*getAccessibilityNodeCursorPosition)(int64_t elementId, int32_t requestId, int32_t* index);
520 ArkUI_AccessibilityElementInfo* elementInfo, int32_t childCount, int64_t* childNodeIds);
/interface/sdk_c/sensors/sensor/
H A Doh_sensor_type.h268 int32_t OH_SensorInfo_GetMinSamplingInterval(Sensor_Info* sensor, int64_t *minSamplingInterval);
279 int32_t OH_SensorInfo_GetMaxSamplingInterval(Sensor_Info* sensor, int64_t *maxSamplingInterval);
307 int32_t OH_SensorEvent_GetTimestamp(Sensor_Event* sensorEvent, int64_t *timestamp);
444 const int64_t samplingInterval);
456 int64_t *samplingInterval);
/interface/sdk_c/third_party/libuv/include/uv/
H A Dstdint-msvc2008.h89 typedef signed __int64 int64_t; typedef
97 typedef int64_t int_least64_t;
107 typedef int64_t int_fast64_t;
123 typedef int64_t intmax_t;
138 #define INT64_MIN ((int64_t)_I64_MIN)
/interface/sdk_c/third_party/mindspore/kits/
H A Dtensor.h68 OH_AI_API OH_AI_TensorHandle OH_AI_TensorCreate(const char *name, OH_AI_DataType type, const int64_t *shape,
125 OH_AI_API void OH_AI_TensorSetShape(OH_AI_TensorHandle tensor, const int64_t *shape, size_t shape_num);
134 OH_AI_API const int64_t *OH_AI_TensorGetShape(const OH_AI_TensorHandle tensor, size_t *shape_num);
182 OH_AI_API int64_t OH_AI_TensorGetElementNum(const OH_AI_TensorHandle tensor);
/interface/sdk_c/LocationKit/
H A Doh_location_type.h208 int64_t timeForFix;
212 int64_t timeSinceBoot;
228 int64_t uncertaintyOfTimeSinceBoot;
/interface/sdk_c/multimedia/audio_framework/audio_capturer/
H A Dnative_audiocapturer.h260 clockid_t clockId, int64_t* framePosition, int64_t* timestamp);
273 OH_AudioStream_Result OH_AudioCapturer_GetFramesRead(OH_AudioCapturer* capturer, int64_t* frames);
/interface/sdk_c/third_party/egl/KHR/
H A Dkhrplatform.h152 typedef int64_t khronos_int64_t;
179 typedef int64_t khronos_int64_t;
231 typedef int64_t khronos_int64_t;
/interface/sdk_c/multimedia/av_codec/
H A Dnative_avsource.h89 OH_AVSource *OH_AVSource_CreateWithFD(int32_t fd, int64_t offset, int64_t size);
/interface/sdk_c/sensors/miscdevice/vibrator/include/
H A Dvibrator_type.h100 int64_t offset;
102 int64_t length;
/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/
H A Dptypes.h71 /* The features header is needed to get (u)int64_t sometimes. */
113 typedef signed __int64 int64_t; typedef
115 typedef signed long long int64_t; typedef
H A Dumachine.h223 # error int64_t is required for decimal format and rule-based number format.
243 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
247 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
/interface/sdk_c/multimedia/audio_framework/audio_renderer/
H A Dnative_audiorenderer.h241 OH_AudioStream_Result OH_AudioRenderer_GetFramesWritten(OH_AudioRenderer* renderer, int64_t* frames);
260 clockid_t clockId, int64_t* framePosition, int64_t* timestamp);
/interface/sdk_c/multimedia/camera_framework/
H A Dcamera.h855 int64_t frameCount;
901 int64_t timestamp;
960 int64_t time;
/interface/sdk_c/multimedia/media_foundation/
H A Dnative_avformat.h159 bool OH_AVFormat_SetLongValue(struct OH_AVFormat *format, const char *key, int64_t value);
242 bool OH_AVFormat_GetLongValue(struct OH_AVFormat *format, const char *key, int64_t *out);
/interface/sdk_c/IPCKit/
H A Dipc_cparcel.h281 * @brief Writes an int64_t value to an <b>OHIPCParcel</b> object.
291 int OH_IPCParcel_WriteInt64(OHIPCParcel *parcel, int64_t value);
294 * @brief Reads an int64_t value from an <b>OHIPCParcel</b> object.
304 int OH_IPCParcel_ReadInt64(const OHIPCParcel *parcel, int64_t *value);

Completed in 16 milliseconds

123