Home
last modified time | relevance | path

Searched defs:c_int (Results 1 – 5 of 5) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
Dcloud_extension.rs34 fn map_ipc_err(e: &ipc_conn::Error) -> c_int { in map_ipc_err()
58 pub(crate) fn map_single_sync_err(e: &SyncError) -> c_int { in map_single_sync_err()
90 user_id: c_int, in OhCloudExtCloudAssetLoaderNew()
135 ) -> c_int { in OhCloudExtCloudAssetLoaderUpload()
178 ) -> c_int { in OhCloudExtCloudAssetLoaderDownload()
219 ) -> c_int { in OhCloudExtCloudAssetLoaderRemoveLocalAssets()
244 user_id: c_int, in OhCloudExtCloudDbNew()
282 ) -> c_int { in OhCloudExtCloudDbExecuteSql()
322 ) -> c_int { in OhCloudExtCloudDbBatchInsert()
367 ) -> c_int { in OhCloudExtCloudDbBatchUpdate()
[all …]
Dcloud_ext_types.rs157 ) -> c_int { in OhCloudExtValueGetContent()
258 ) -> c_int { in OhCloudExtCloudAssetGetId()
278 ) -> c_int { in OhCloudExtCloudAssetGetName()
298 ) -> c_int { in OhCloudExtCloudAssetGetUri()
318 ) -> c_int { in OhCloudExtCloudAssetGetLocalPath()
338 ) -> c_int { in OhCloudExtCloudAssetGetCreateTime()
358 ) -> c_int { in OhCloudExtCloudAssetGetModifiedTime()
378 ) -> c_int { in OhCloudExtCloudAssetGetSize()
398 ) -> c_int { in OhCloudExtCloudAssetGetHash()
459 ) -> c_int { in OhCloudExtDatabaseGetName()
[all …]
Dbasic_rust_types.rs159 ) -> c_int { in OhCloudExtVectorPush()
303 ) -> c_int { in OhCloudExtVectorGet()
418 ) -> c_int { in OhCloudExtVectorGetLength()
538 ) -> c_int { in OhCloudExtHashMapGetLength()
575 ) -> c_int { in OhCloudExtHashMapInsert()
669 ) -> c_int { in OhCloudExtHashMapIterGetKeyValuePair()
790 ) -> c_int { in OhCloudExtHashMapGet()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
Dhistreamer_ability_querier_core.rs27 pub extern "C" fn Query(ability_type: u8, out: *mut c_char) -> c_int in Query()
/foundation/filemanagement/file_api/interfaces/kits/rust/src/
Dffi.rs63 pub extern "C" fn Mkdirs(path: *const c_char, mode: MakeDirectionMode) -> c_int { in Mkdirs()