Home
last modified time | relevance | path

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

123

/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_fs_mock.cpp19 FFI_EXPORT int FfiOHOSFileFsClose = 0;
20 FFI_EXPORT int FfiOHOSFileFsCloseByFd = 0;
21 FFI_EXPORT int FfiOHOSFileFsDup = 0;
22 FFI_EXPORT int FfiOHOSFILEFsGetFD = 0;
23 FFI_EXPORT int FfiOHOSFILEFsGetPath = 0;
24 FFI_EXPORT int FfiOHOSFILEFsGetName = 0;
25 FFI_EXPORT int FfiOHOSFILEFsTryLock = 0;
26 FFI_EXPORT int FfiOHOSFILEFsUnLock = 0;
27 FFI_EXPORT int FfiOHOSFILEFsGetParent = 0;
28 FFI_EXPORT in
[all...]
H A Dfile_fs_ffi.h28 FFI_EXPORT RetDataI64 FfiOHOSFileFsStatByID(int32_t file);
29 FFI_EXPORT RetDataI64 FfiOHOSFileFsStatByString(const char* file);
30 FFI_EXPORT RetDataI64 FfiOHOSFileFsCreateStream(const char* path, const char* mode);
31 FFI_EXPORT RetDataI64 FfiOHOSFileFsFdopenStream(int32_t fd, const char* mode);
32 FFI_EXPORT RetDataI64 FfiOHOSFileFsLstat(const char* path);
33 FFI_EXPORT RetDataI64 FfiOHOSFileFsCreateRandomAccessFileByString(const char* file, int64_t mode);
34 FFI_EXPORT RetDataI64 FfiOHOSFileFsCreateRandomAccessFileByID(int64_t file, int64_t mode);
35 FFI_EXPORT int32_t FfiOHOSRandomAccessFileGetFd(int64_t id);
36 FFI_EXPORT int64_t FfiOHOSRandomAccessFileGetFPointer(int64_t id);
37 FFI_EXPORT voi
[all...]
H A Dstat_ffi.h25 FFI_EXPORT int64_t FfiOHOSStatGetIno(int64_t id);
26 FFI_EXPORT int64_t FfiOHOSStatGetMode(int64_t id);
27 FFI_EXPORT int64_t FfiOHOSStatGetUid(int64_t id);
28 FFI_EXPORT int64_t FfiOHOSStatGetGid(int64_t id);
29 FFI_EXPORT int64_t FfiOHOSStatGetSize(int64_t id);
30 FFI_EXPORT int64_t FfiOHOSStatGetAtime(int64_t id);
31 FFI_EXPORT int64_t FfiOHOSStatGetMtime(int64_t id);
32 FFI_EXPORT int64_t FfiOHOSStatGetCtime(int64_t id);
33 FFI_EXPORT bool FfiOHOSStatIsBlockDevice(int64_t id);
34 FFI_EXPORT boo
[all...]
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_mock.cpp17 FFI_EXPORT int FfiOHOSCreateWindow = 0;
18 FFI_EXPORT int FfiOHOSSetWindowLayoutMode = 0;
19 FFI_EXPORT int FfiOHOSMinimizeAll = 0;
20 FFI_EXPORT int FfiOHOSGetLastWindow = 0;
21 FFI_EXPORT int FfiOHOSWindowHide = 0;
22 FFI_EXPORT int FfiOHOSWindowHideWithAnimation = 0;
23 FFI_EXPORT int FfiOHOSWindowShowWindow = 0;
24 FFI_EXPORT int FfiOHOSWindowShowWithAnimation = 0;
25 FFI_EXPORT int FfiOHOSWindowDestroyWindow = 0;
26 FFI_EXPORT in
[all...]
H A Dwindow_ffi.h27 FFI_EXPORT RetDataI64 FfiOHOSCreateWindow(char* name, uint32_t windowType, OHOS::AbilityRuntime::Context* context,
29 FFI_EXPORT int32_t FfiOHOSWindowSetWindowLayoutMode(uint32_t mode);
30 FFI_EXPORT int32_t FfiOHOSWindowMinimizeAll(int64_t displayId);
31 FFI_EXPORT RetDataI64 FfiOHOSGetLastWindow(OHOS::AbilityRuntime::Context* ctx);
34 FFI_EXPORT int32_t FfiOHOSWindowHide(int64_t id);
35 FFI_EXPORT int32_t FfiOHOSWindowHideWithAnimation(int64_t id);
36 FFI_EXPORT int32_t FfiOHOSWindowShowWindow(int64_t id);
37 FFI_EXPORT int32_t FfiOHOSWindowShowWithAnimation(int64_t id);
38 FFI_EXPORT int32_t FfiOHOSWindowDestroyWindow(int64_t id);
39 FFI_EXPORT int32_
[all...]
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dcj_image_mock.cpp15 #define FFI_EXPORT __attribute__((visibility("default"))) macro
18 FFI_EXPORT int FfiOHOSCreateImageSourceByPath = 0;
19 FFI_EXPORT int FfiOHOSCreateImageSourceByPathWithOption = 0;
20 FFI_EXPORT int FfiOHOSCreateImageSourceByFd = 0;
21 FFI_EXPORT int FfiOHOSCreateImageSourceByFdWithOption = 0;
22 FFI_EXPORT int FfiOHOSCreateImageSourceByBuffer = 0;
23 FFI_EXPORT int FfiOHOSCreateImageSourceByBufferWithOption = 0;
24 FFI_EXPORT int FfiOHOSCreateImageSourceByRawFile = 0;
25 FFI_EXPORT int FfiOHOSCreateIncrementalSource = 0;
26 FFI_EXPORT in
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/cj/mock/
H A Drelational_store_mock.cpp19 FFI_EXPORT int FfiOHOSRelationalStoreGetRdbStore = 0;
20 FFI_EXPORT int FfiOHOSRelationalStoreDeleteRdbStore = 0;
21 FFI_EXPORT int FfiOHOSRelationalStoreDeleteRdbStoreConfig = 0;
22 FFI_EXPORT int FfiOHOSRelationalStoreRdbPredicatesConstructor = 0;
23 FFI_EXPORT int FfiOHOSRelationalStoreInDevices = 0;
24 FFI_EXPORT int FfiOHOSRelationalStoreGetAllColumnNames = 0;
25 FFI_EXPORT int FfiOHOSRelationalStoreGetColumnCount = 0;
26 FFI_EXPORT int FfiOHOSRelationalStoreGetRowCount = 0;
27 FFI_EXPORT int FfiOHOSRelationalStoreGetRowIndex = 0;
28 FFI_EXPORT in
[all...]
/foundation/distributeddatamgr/pasteboard/interfaces/cj/src/
H A Dpasteboard_mock.cpp19 FFI_EXPORT int FfiOHOSCreateStringPasteData = 0;
20 FFI_EXPORT int FfiOHOSCreatePixelMapPasteData = 0;
21 FFI_EXPORT int FfiOHOSCreateArrayBufPasteData = 0;
22 FFI_EXPORT int FfiOHOSCreateStringPasteDataRecord = 0;
23 FFI_EXPORT int FfiOHOSCreatePixelMapPasteDataRecord = 0;
24 FFI_EXPORT int FfiOHOSCreateArrayBufPasteDataRecord = 0;
25 FFI_EXPORT int FfiOHOSPasteDataRecordToPlainText = 0;
26 FFI_EXPORT int FfiOHOSPasteDataGetPrimaryText = 0;
27 FFI_EXPORT int FfiOHOSPasteDataGetPrimaryHtml = 0;
28 FFI_EXPORT in
[all...]
/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_mock.cpp19 FFI_EXPORT int CJ_CreateNetConnection = 0;
20 FFI_EXPORT int CJ_GetDefaultNet = 0;
21 FFI_EXPORT int CJ_GetAddressesByName = 0;
22 FFI_EXPORT int CJ_GetAddressByName = 0;
23 FFI_EXPORT int CJ_IsDefaultNetMetered = 0;
24 FFI_EXPORT int CJ_HasDefaultNet = 0;
25 FFI_EXPORT int CJ_GetNetCapabilities = 0;
26 FFI_EXPORT int CJ_GetConnectionProperties = 0;
27 FFI_EXPORT int CJ_GetGlobalHttpProxy = 0;
28 FFI_EXPORT in
[all...]
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/cj/
H A Ddistributed_kv_store_mock.cpp19 FFI_EXPORT int FfiOHOSDistributedKVStoreCreateKVManager = 0;
21 FFI_EXPORT int FfiOHOSDistributedKVStoreGetKVStore = 0;
23 FFI_EXPORT int FfiOHOSDistributedKVStoreCloseKVStore = 0;
25 FFI_EXPORT int FfiOHOSDistributedKVStoreDeleteKVStore = 0;
27 FFI_EXPORT int FfiOHOSDistributedKVStoreGetAllKVStoreId = 0;
29 FFI_EXPORT int FfiOHOSDistributedKVStoreSingleKVStorePut = 0;
31 FFI_EXPORT int FfiOHOSDistributedKVStoreSingleKVStorePutBatch = 0;
33 FFI_EXPORT int FfiOHOSDistributedKVStoreSingleKVStoreDelete = 0;
35 FFI_EXPORT int FfiOHOSDistributedKVStoreSingleKVStoreDeleteBatch = 0;
37 FFI_EXPORT in
[all...]
/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H A Ddisplay_runtime_mock.cpp17 FFI_EXPORT int FfiOHOSGetDefaultDisplaySync = 0;
18 FFI_EXPORT int FfiOHOSGetAllDisplays = 0;
19 FFI_EXPORT int FfiOHOSHasPrivateWindow = 0;
20 FFI_EXPORT int FfiOHOSIsFoldable = 0;
21 FFI_EXPORT int FfiOHOSSetFoldDisplayMode = 0;
22 FFI_EXPORT int FfiOHOSGetFoldStatus = 0;
23 FFI_EXPORT int FfiOHOSGetFoldDisplayMode = 0;
24 FFI_EXPORT int FfiOHOSGetCurrentFoldCreaseRegion = 0;
25 FFI_EXPORT int FfiOHOSDisplayGetId = 0;
26 FFI_EXPORT in
[all...]
H A Ddisplay_ffi.h23 FFI_EXPORT RetStruct FfiOHOSGetDefaultDisplaySync();
24 FFI_EXPORT RetStruct FfiOHOSGetAllDisplays();
25 FFI_EXPORT RetStruct FfiOHOSHasPrivateWindow(uint32_t displayId);
26 FFI_EXPORT bool FfiOHOSIsFoldable();
27 FFI_EXPORT void FfiOHOSSetFoldDisplayMode(uint32_t mode);
28 FFI_EXPORT uint32_t FfiOHOSGetFoldStatus();
29 FFI_EXPORT uint32_t FfiOHOSGetFoldDisplayMode();
30 FFI_EXPORT RetStruct FfiOHOSGetCurrentFoldCreaseRegion();
32 FFI_EXPORT uint32_t FfiOHOSDisplayGetId(int64_t id);
33 FFI_EXPORT cha
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/cj/include/
H A Ddistributed_kv_store_ffi.h32 FFI_EXPORT int64_t FfiOHOSDistributedKVStoreCreateKVManager(const char* boudleName,
35 FFI_EXPORT int64_t FfiOHOSDistributedKVStoreGetKVStore(int64_t id, const char* storeId,
38 FFI_EXPORT int32_t FfiOHOSDistributedKVStoreCloseKVStore(int64_t id, const char* appId, const char* storeId);
40 FFI_EXPORT int32_t FfiOHOSDistributedKVStoreDeleteKVStore(int64_t id, const char* appId, const char* storeId);
42 FFI_EXPORT CArrStr FfiOHOSDistributedKVStoreGetAllKVStoreId(int64_t id, const char* appId, int32_t* errCode);
44 FFI_EXPORT int32_t FfiOHOSDistributedKVStoreOnDistributedDataServiceDie(int64_t id, void (*callbackId)());
46 FFI_EXPORT int32_t FfiOHOSDistributedKVStoreOffDistributedDataServiceDie(int64_t id, void (*callbackId)());
48 FFI_EXPORT int32_t FfiOHOSDistributedKVStoreOffAllDistributedDataServiceDie(int64_t id);
50 FFI_EXPORT int32_t FfiOHOSDistributedKVStoreSingleKVStorePut(int64_t id, const char* key, ValueType value);
52 FFI_EXPORT int32_
[all...]
/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H A Dimage_ffi.h80 FFI_EXPORT int64_t FfiOHOSCreateImageSourceByPath(char* uri, uint32_t* errCode);
81 FFI_EXPORT int64_t FfiOHOSCreateImageSourceByPathWithOption(char* uri, CSourceOptions opts, uint32_t* errCode);
82 FFI_EXPORT int64_t FfiOHOSCreateImageSourceByFd(int fd, uint32_t* errCode);
83 FFI_EXPORT int64_t FfiOHOSCreateImageSourceByFdWithOption(int fd, CSourceOptions opts, uint32_t* errCode);
84 FFI_EXPORT int64_t FfiOHOSCreateImageSourceByBuffer(uint8_t *data, uint32_t size, uint32_t* errCode);
85 FFI_EXPORT int64_t FfiOHOSCreateImageSourceByRawFile(int fd, int32_t offset,
87 FFI_EXPORT int64_t FfiOHOSCreateImageSourceByBufferWithOption(uint8_t *data, uint32_t size, CSourceOptions opts,
89 FFI_EXPORT int64_t FfiOHOSCreateIncrementalSource(const uint8_t *data, uint32_t size,
91 FFI_EXPORT CImageInfo FfiOHOSImageSourceGetImageInfo(int64_t id, uint32_t index, uint32_t* errCode);
92 FFI_EXPORT CArrStrin
[all...]
/foundation/communication/netmanager_base/frameworks/cj/connection/include/
H A Dnet_connection_ffi.h29 FFI_EXPORT int64_t CJ_CreateNetConnection(CNetSpecifier netSpecifier, uint32_t timeout);
30 FFI_EXPORT void CJ_ReleaseNetConnection(int64_t connId);
31 FFI_EXPORT int32_t CJ_GetDefaultNet(int32_t &netId);
32 FFI_EXPORT RetNetAddressArr CJ_GetAddressesByName(int32_t netId, const char *host);
33 FFI_EXPORT int32_t CJ_IsDefaultNetMetered(bool &ret);
34 FFI_EXPORT int32_t CJ_HasDefaultNet(bool &ret);
35 FFI_EXPORT int32_t CJ_GetNetCapabilities(int32_t netId, CNetCapabilities &ret);
36 FFI_EXPORT int32_t CJ_GetConnectionProperties(int32_t netId, CConnectionProperties &ret);
37 FFI_EXPORT int32_t CJ_GetGlobalHttpProxy(CHttpProxy &chttpProxy);
38 FFI_EXPORT int32_
[all...]
/foundation/communication/wifi/wifi/frameworks/cj/include/
H A Dwifi_ffi.h23 FFI_EXPORT int32_t FfiWifiIsWifiActive(bool &ret);
24 FFI_EXPORT WifiScanInfoArr FfiWifiGetScanInfoList(int32_t &ret);
25 FFI_EXPORT int32_t FfiWifiRemoveCandidateConfig(int32_t id);
26 FFI_EXPORT int32_t FfiWifiConnectToCandidateConfig(int32_t id);
27 FFI_EXPORT int32_t FfiWifiGetSignalLevel(int32_t rssi, int32_t band, uint32_t &ret);
28 FFI_EXPORT int32_t FfiWifiIsConnected(bool &ret);
29 FFI_EXPORT int32_t FfiWifiIsFeatureSupported(int64_t featureId, bool &ret);
30 FFI_EXPORT int32_t FfiWifiGetIpInfo(CIpInfo &ret);
31 FFI_EXPORT int32_t FfiWifiGetIpv6Info(CIpv6Info &ret);
32 FFI_EXPORT cha
[all...]
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_mock.cpp19 FFI_EXPORT int CJ_CreateHttpResponseCache = 0;
20 FFI_EXPORT int CJ_HttpResponseCacheFlush = 0;
21 FFI_EXPORT int CJ_HttpResponseCacheDelete = 0;
22 FFI_EXPORT int CJ_CreateHttp = 0;
23 FFI_EXPORT int CJ_DestroyRequest = 0;
24 FFI_EXPORT int CJ_SendRequest = 0;
26 FFI_EXPORT int CJ_OnHeadersReceive = 0;
27 FFI_EXPORT int CJ_OffHeadersReceive = 0;
28 FFI_EXPORT int CJ_OnDataReceive = 0;
29 FFI_EXPORT in
[all...]
/foundation/distributeddatamgr/pasteboard/interfaces/cj/include/
H A Dpasteboard_ffi.h41 FFI_EXPORT RetDataI64 FfiOHOSCreateStringPasteData(const char *mimeType, const char *value);
42 FFI_EXPORT RetDataI64 FfiOHOSCreatePixelMapPasteData(const char *mimeType, int64_t pixelMapId);
43 FFI_EXPORT RetDataI64 FfiOHOSCreateArrayBufPasteData(const char *mimeType, uint8_t *buffPtr, int64_t bufferSize);
44 FFI_EXPORT RetDataI64 FfiOHOSCreateStringPasteDataRecord(
46 FFI_EXPORT RetDataI64 FfiOHOSCreatePixelMapPasteDataRecord(
48 FFI_EXPORT RetDataI64 FfiOHOSCreateArrayBufPasteDataRecord(
50 FFI_EXPORT RetDataCString FfiOHOSPasteDataRecordToPlainText(int64_t id);
51 FFI_EXPORT RetDataCString FfiOHOSPasteDataGetPrimaryText(int64_t id);
52 FFI_EXPORT RetDataCString FfiOHOSPasteDataGetPrimaryHtml(int64_t id);
53 FFI_EXPORT RetDataCStrin
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_ffi.h45 FFI_EXPORT int64_t FfiOHOSRelationalStoreGetRdbStore(OHOS::AbilityRuntime::Context* context, StoreConfig config,
48 FFI_EXPORT void FfiOHOSRelationalStoreDeleteRdbStore(OHOS::AbilityRuntime::Context* context, const char* name,
51 FFI_EXPORT void FfiOHOSRelationalStoreDeleteRdbStoreConfig(OHOS::AbilityRuntime::Context* context,
54 FFI_EXPORT int64_t FfiOHOSRelationalStoreRdbPredicatesConstructor(const char* tableName);
56 FFI_EXPORT int32_t FfiOHOSRelationalStoreInDevices(int64_t id, const char** devicesArray, int64_t devicesSize);
58 FFI_EXPORT CArrStr FfiOHOSRelationalStoreGetAllColumnNames(int64_t id);
60 FFI_EXPORT int32_t FfiOHOSRelationalStoreGetColumnCount(int64_t id, int32_t *errCode);
62 FFI_EXPORT int32_t FfiOHOSRelationalStoreGetRowCount(int64_t id, int32_t *errCode);
64 FFI_EXPORT int32_t FfiOHOSRelationalStoreGetRowIndex(int64_t id, int32_t *errCode);
66 FFI_EXPORT boo
[all...]
/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H A Dwork_scheduler_mock.cpp19 FFI_EXPORT int CJ_StartWork = 0;
20 FFI_EXPORT int CJ_StopWork = 0;
21 FFI_EXPORT int CJ_GetWorkStatus = 0;
22 FFI_EXPORT int CJ_ObtainAllWorks = 0;
23 FFI_EXPORT int CJ_IsLastWorkTimeOut = 0;
24 FFI_EXPORT int GetWorkInfo = 0;
25 FFI_EXPORT int GetNetWorkInfo = 0;
26 FFI_EXPORT int GetChargeInfo = 0;
27 FFI_EXPORT int GetBatteryInfo = 0;
28 FFI_EXPORT in
[all...]
/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_mock.cpp19 FFI_EXPORT int FfiOHOSPreferencesGetPreferences = 0;
20 FFI_EXPORT int FfiOHOSPreferencesDeletePreferences = 0;
21 FFI_EXPORT int FfiOHOSPreferencesRemovePreferencesFromCache = 0;
22 FFI_EXPORT int FfiOHOSPreferencesDelete = 0;
23 FFI_EXPORT int FfiOHOSPreferencesHas = 0;
24 FFI_EXPORT int FfiOHOSPreferencesOn = 0;
25 FFI_EXPORT int FfiOHOSPreferencesOff = 0;
26 FFI_EXPORT int FfiOHOSPreferencesOffAll = 0;
27 FFI_EXPORT int FfiOHOSPreferencesGet = 0;
28 FFI_EXPORT in
[all...]
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_ffi.h24 FFI_EXPORT int32_t CJ_CreateHttpResponseCache(uint32_t cacheSize);
25 FFI_EXPORT int32_t CJ_HttpResponseCacheFlush();
26 FFI_EXPORT int32_t CJ_HttpResponseCacheDelete();
27 FFI_EXPORT int64_t CJ_CreateHttp();
28 FFI_EXPORT void CJ_DestroyRequest(int64_t id);
29 FFI_EXPORT RetDataCString CJ_SendRequest(int64_t id, char* url,
33 FFI_EXPORT void CJ_OnHeadersReceive(int64_t id, bool once, void (*callback)(CArrString));
34 FFI_EXPORT void CJ_OffHeadersReceive(int64_t id);
35 FFI_EXPORT void CJ_OnDataReceive(int64_t id, void (*callback)(CArrUI8));
36 FFI_EXPORT voi
[all...]
/foundation/multimedia/audio_framework/frameworks/cj/include/
H A Dmultimedia_audio_ffi.h110 FFI_EXPORT int64_t FfiMMACreateAudioCapturer(CAudioCapturerOptions options, int32_t *errorCode);
111 FFI_EXPORT int32_t FfiMMAAudioCapturerGetState(int64_t id, int32_t *errorCode);
112 FFI_EXPORT uint32_t FfiMMAAudioCapturerGetStreamId(int64_t id, int32_t *errorCode);
113 FFI_EXPORT int64_t FfiMMAAudioCapturerGetAudioTime(int64_t id, int32_t *errorCode);
114 FFI_EXPORT uint32_t FfiMMAAudioCapturerGetBufferSize(int64_t id, int32_t *errorCode);
115 FFI_EXPORT uint32_t FfiMMAAudioCapturerGetOverflowCount(int64_t id, int32_t *errorCode);
116 FFI_EXPORT void FfiMMAAudioCapturerStart(int64_t id, int32_t *errorCode);
117 FFI_EXPORT void FfiMMAAudioCapturerStop(int64_t id, int32_t *errorCode);
118 FFI_EXPORT void FfiMMAAudioCapturerRelease(int64_t id, int32_t *errorCode);
119 FFI_EXPORT CAudioCapturerChangeInf
[all...]
/foundation/communication/bluetooth/frameworks/cj/connection/include/
H A Dbluetooth_connection_ffi.h57 FFI_EXPORT void FfiBluetoothConPairDevice(const char* deviceId, int32_t* errCode);
58 FFI_EXPORT char* FfiBluetoothConGetRemoteDeviceName(const char* deviceId, int32_t* errCode);
59 FFI_EXPORT DeviceClass FfiBluetoothConGetRemoteDeviceClass(const char* deviceId, int32_t* errCode);
60 FFI_EXPORT CArrString FfiBluetoothConGetRemoteProfileUuids(const char* deviceId, int32_t* errCode);
61 FFI_EXPORT char* FfiBluetoothConGetLocalName(int32_t* errCode);
62 FFI_EXPORT CArrString FfiBluetoothConGetPairedDevices(int32_t* errCode);
63 FFI_EXPORT int32_t FfiBluetoothConGetPairState(const char* deviceId, int32_t* errCode);
64 FFI_EXPORT int32_t FfiBluetoothConGetProfileConnectionState(int32_t profileId, int32_t* errCode);
65 FFI_EXPORT void FfiBluetoothConSetDevicePairingConfirmation(const char* deviceId, bool accept, int32_t* errCode);
66 FFI_EXPORT voi
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_mock.cpp19 FFI_EXPORT int32_t FfiOHOSGetCallingUid = 0;
20 FFI_EXPORT int32_t FfiOHOSGetBundleInfoForSelf = 0;
21 FFI_EXPORT int32_t FfiOHOSVerifyAbc = 0;
22 FFI_EXPORT int32_t FfiGetProfileByExtensionAbility = 0;
23 FFI_EXPORT int32_t FfiGetProfileByAbility = 0;
24 FFI_EXPORT int32_t FfiBundleManagerIsDefaultApplication = 0;
25 FFI_EXPORT int32_t FfiBundleManagerCompressFile = 0;
26 FFI_EXPORT int32_t FfiBundleManagerDeCompressFileOptions = 0;
27 FFI_EXPORT int32_t FfiBundleManagerDeCompressFile = 0;
28 FFI_EXPORT int32_
[all...]

Completed in 6 milliseconds

123