/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_mock.cpp | 19 FFI_EXPORT int FfiOHOSWebviewCtlConstructor = 0; 20 FFI_EXPORT int FfiOHOSWebviewCtlConstructorWithWebTag = 0; 21 FFI_EXPORT int FfiOHOSWebviewCtlInitializeWebEngine = 0; 22 FFI_EXPORT int FfiOHOSWebviewCtlSetHttpDns = 0; 23 FFI_EXPORT int FfiOHOSWebviewCtlSetWebDebuggingAccess = 0; 24 FFI_EXPORT int FfiOHOSWebviewCtlLoadUrl = 0; 25 FFI_EXPORT int FfiOHOSWebviewCtlLoadUrlWithHeaders = 0; 26 FFI_EXPORT int FfiOHOSWebviewCtlLoadData = 0; 27 FFI_EXPORT int FfiOHOSWebviewCtlRefresh = 0; 28 FFI_EXPORT in [all...] |
/base/global/resource_management/interfaces/cj/src/ |
H A D | resource_manager_mock.cpp | 19 FFI_EXPORT int CJ_GetResourceManagerStageMode = 0; 20 FFI_EXPORT int CJ_GetSystemResMgr = 0 21 FFI_EXPORT int CJ_CloseRawFd = 0; 22 FFI_EXPORT int CJ_GetRawFd = 0; 23 FFI_EXPORT int CJ_GetRawFileContent = 0; 24 FFI_EXPORT int CJ_GetRawFileList = 0; 25 FFI_EXPORT int CJ_GetPluralStringValue = 0; 26 FFI_EXPORT int CJ_GetPluralStringValueByResource = 0; 27 FFI_EXPORT int CJ_GetPluralStringByName = 0; 28 FFI_EXPORT in [all...] |
H A D | resource_manager_ffi.h | 49 FFI_EXPORT int64_t CJ_GetResourceManagerStageMode(OHOS::AbilityRuntime::Context* context); 50 FFI_EXPORT RetDataI64 CJ_GetSystemResMgr(); 51 FFI_EXPORT int32_t CJ_CloseRawFd(int64_t id, const char* path); 52 FFI_EXPORT int32_t CJ_GetRawFd(int64_t id, const char* rawFileName, 54 FFI_EXPORT RetDataCArrUI8 CJ_GetRawFileContent(int64_t id, const char* path); 55 FFI_EXPORT RetDataCArrString CJ_GetRawFileList(int64_t id, const char* path); 56 FFI_EXPORT RetDataCString CJ_GetPluralStringValue(int64_t id, uint32_t resId, int64_t num); 57 FFI_EXPORT RetDataCString CJ_GetPluralStringValueByResource(int64_t id, CResource resource, int64_t num); 58 FFI_EXPORT RetDataCString CJ_GetPluralStringByName(int64_t id, const char* name, int64_t quantity); 59 FFI_EXPORT RetDataCArrStrin [all...] |
/base/notification/common_event_service/interfaces/kits/cj/src/ |
H A D | common_event_manager_mock.cpp | 20 FFI_EXPORT int CJ_PublishEvent = 0; 21 FFI_EXPORT int CJ_PublishEventWithData; 22 FFI_EXPORT int CJ_SetStaticSubscriberState = 0; 23 FFI_EXPORT int CJ_RemoveStickyCommonEvent = 0; 24 FFI_EXPORT int CJ_CreateCommonEventSubscribeInfo = 0; 25 FFI_EXPORT int CJ_CreateSubscriber = 0; 26 FFI_EXPORT int CJ_Subscribe; 27 FFI_EXPORT int CJ_Unsubscribe; 28 FFI_EXPORT int CJ_GetCode = 0; 29 FFI_EXPORT in [all...] |
H A D | common_event_manager_ffi.h | 28 FFI_EXPORT int32_t CJ_PublishEvent(char *event, int32_t userId); 29 FFI_EXPORT int32_t CJ_PublishEventWithData(char *event, int32_t userId, CommonEventPublishDataBycj options); 30 FFI_EXPORT int32_t CJ_SetStaticSubscriberState(bool enable); 31 FFI_EXPORT int32_t CJ_RemoveStickyCommonEvent(char *event); 32 FFI_EXPORT int64_t CJ_CreateCommonEventSubscribeInfo(CArrString events); 33 FFI_EXPORT int64_t CJ_CreateSubscriber(int64_t id); 34 FFI_EXPORT int32_t CJ_Subscribe(int64_t id, void (*callbackRef)(const CCommonEventData data)); 35 FFI_EXPORT int32_t CJ_Unsubscribe(int64_t id); 37 FFI_EXPORT RetDataI64 CJ_GetCode(int64_t id); 38 FFI_EXPORT int32_ [all...] |
/base/security/crypto_framework/frameworks/cj/src/ |
H A D | crypto_mock.cpp | 19 FFI_EXPORT int FfiOHOSCreateRandom = 0; 20 FFI_EXPORT int FfiOHOSRandomGetAlgName = 0; 21 FFI_EXPORT int FfiOHOSGenerateRandom = 0; 22 FFI_EXPORT int FfiOHOSSetSeed = 0; 23 FFI_EXPORT int FfiOHOSCreateMd = 0; 24 FFI_EXPORT int FfiOHOSMdUpdate = 0; 25 FFI_EXPORT int FfiOHOSDigest = 0; 26 FFI_EXPORT int FfiOHOSGetMdLength = 0; 27 FFI_EXPORT int FfiOHOSCreateSymKeyGenerator = 0; 28 FFI_EXPORT in [all...] |
/base/startup/init/interfaces/kits/cj/src_deviceinfo/ |
H A D | device_info_mock.cpp | 19 FFI_EXPORT int FfiOHOSDeviceInfoGetHardwareProfile = 0; 20 FFI_EXPORT int FfiOHOSDeviceInfoDeviceType = 0; 21 FFI_EXPORT int FfiOHOSDeviceInfoOsFullName = 0; 22 FFI_EXPORT int FfiOHOSDeviceInfoProductModel = 0; 23 FFI_EXPORT int FfiOHOSDeviceInfoBrand = 0; 24 FFI_EXPORT int FfiOHOSDeviceInfoUdid = 0; 25 FFI_EXPORT int FfiOHOSDeviceInfoBuildRootHash = 0; 26 FFI_EXPORT int FfiOHOSDeviceInfoBuildTime = 0; 27 FFI_EXPORT int FfiOHOSDeviceInfoBuildHost = 0; 28 FFI_EXPORT in [all...] |
H A D | device_info_ffi.h | 23 FFI_EXPORT const char* FfiOHOSDeviceInfoGetHardwareProfile(); 24 FFI_EXPORT const char* FfiOHOSDeviceInfoDeviceType(); 25 FFI_EXPORT const char* FfiOHOSDeviceInfoOsFullName(); 26 FFI_EXPORT const char* FfiOHOSDeviceInfoProductModel(); 27 FFI_EXPORT const char* FfiOHOSDeviceInfoBrand(); 28 FFI_EXPORT const char* FfiOHOSDeviceInfoUdid(); 29 FFI_EXPORT const char* FfiOHOSDeviceInfoBuildRootHash(); 30 FFI_EXPORT const char* FfiOHOSDeviceInfoBuildTime(); 31 FFI_EXPORT const char* FfiOHOSDeviceInfoBuildHost(); 32 FFI_EXPORT cons [all...] |
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_manager_mock.cpp | 19 FFI_EXPORT int FfiOHOSNotificationManagerPublish = 0; 20 FFI_EXPORT int FfiOHOSNotificationManagerCancel = 0; 21 FFI_EXPORT int FfiOHOSNotificationManagerCancelAll = 0; 22 FFI_EXPORT int FfiOHOSNotificationManagerAddSlot = 0; 23 FFI_EXPORT int FfiOHOSNotificationManagerIsNotificationEnabled = 0; 24 FFI_EXPORT int FfiOHOSNotificationManagerSetBadgeNumber = 0; 25 FFI_EXPORT int FfiOHOSNotificationManagerRequestEnableNotification = 0; 26 FFI_EXPORT int FfiOHOSNotificationManagerRequestEnableNotificationWithContext = 0; 27 FFI_EXPORT int FfiOHOSNotificationManagerIsDistributedEnabled = 0; 28 FFI_EXPORT in [all...] |
/base/web/webview/interfaces/kits/cj/include/ |
H A D | webview_ffi.h | 25 FFI_EXPORT int32_t FfiOHOSWebviewOnce(char* type, void (*callbackRef)(void)); 28 FFI_EXPORT int64_t FfiOHOSWebviewCtlConstructor(); 29 FFI_EXPORT int64_t FfiOHOSWebviewCtlConstructorWithWebTag(char *webTag); 30 FFI_EXPORT void FfiOHOSWebviewCtlInitializeWebEngine(); 31 FFI_EXPORT void FfiOHOSWebviewCtlSetHttpDns(int32_t secureDnsMode, char* secureDnsConfig); 32 FFI_EXPORT void FfiOHOSWebviewCtlSetWebDebuggingAccess(bool webDebuggingAccess); 33 FFI_EXPORT int32_t FfiOHOSWebviewCtlLoadUrl(int64_t id, char *url); 34 FFI_EXPORT int32_t FfiOHOSWebviewCtlLoadUrlWithHeaders(int64_t id, char *url, OHOS::Webview::ArrWebHeader headers); 35 FFI_EXPORT int32_t FfiOHOSWebviewCtlLoadData(int64_t id, OHOS::Webview::LoadDatas loadDatas); 36 FFI_EXPORT int32_ [all...] |
H A D | webview_message_ffi.h | 26 FFI_EXPORT void FfiOHOSWebMessagePortPostMessageEvent(int64_t msgPortId, char* stringValue, int32_t *errCode); 27 FFI_EXPORT void FfiOHOSWebMessagePortPostMessageEventArr(int64_t msgPortId, CArrUI8 arrBuf, int32_t *errCode); 28 FFI_EXPORT void FfiOHOSWebMessagePortPostMessageEventExt(int64_t msgPortId, int64_t msgExtId, int32_t *errCode); 29 FFI_EXPORT bool FfiOHOSWebMessagePortIsExtentionType(int64_t msgPortId); 30 FFI_EXPORT void FfiOHOSWebMessagePortOnMessageEvent(int64_t msgPortId, 32 FFI_EXPORT void FfiOHOSWebMessagePortOnMessageEventExt(int64_t msgPortId, 34 FFI_EXPORT void FfiOHOSWebMessagePortClose(int64_t msgPortId, int32_t *errCode); 37 FFI_EXPORT int64_t FfiOHOSWebMessageExtImplConstructor(); 38 FFI_EXPORT int32_t FfiOHOSWebMessageExtImplGetType(int64_t msgExtId, int32_t *errCode); 39 FFI_EXPORT cha [all...] |
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/ |
H A D | hiappevent_mock.cpp | 19 FFI_EXPORT int FfiOHOSHiAppEventConfigure = 0; 20 FFI_EXPORT int FfiOHOSHiAppEventWrite = 0; 21 FFI_EXPORT int FfiOHOSHiAppEventAddProcessor = 0; 22 FFI_EXPORT int FfiOHOSHiAppEventSetUserId = 0; 23 FFI_EXPORT int FfiOHOSHiAppEventGetUserId = 0; 24 FFI_EXPORT int FfiOHOSHiAppEventSetUserProperty = 0; 25 FFI_EXPORT int FfiOHOSHiAppEventgetUserProperty = 0; 26 FFI_EXPORT int FfiOHOSHiAppEventRemoveProcessor = 0; 27 FFI_EXPORT int FfiOHOSHiAppEventclearData = 0; 28 FFI_EXPORT in [all...] |
/base/inputmethod/imf/frameworks/cj/include/ |
H A D | input_method_ffi.h | 22 FFI_EXPORT int32_t FfiInputMethodGetDefaultInputMethod(CInputMethodProperty &props); 23 FFI_EXPORT int32_t FfiInputMethodGetCurrentInputMethod(CInputMethodProperty &props); 24 FFI_EXPORT int32_t FfiInputMethodSwitchInputMethod(bool &result, CInputMethodProperty props); 25 FFI_EXPORT int32_t FfiInputMethodSwitchCurrentInputMethodSubtype(bool &result, CInputMethodSubtype target); 26 FFI_EXPORT int32_t FfiInputMethodGetCurrentInputMethodSubtype(CInputMethodSubtype &props); 27 FFI_EXPORT int32_t FfiInputMethodSwitchCurrentInputMethodAndSubtype(bool &result, CInputMethodProperty target, 29 FFI_EXPORT int32_t FfiInputMethodGetSystemInputMethodConfigAbility(CElementName &elem); 30 FFI_EXPORT RetInputMethodSubtype FfiInputMethodSettingListInputMethodSubtype(CInputMethodProperty props); 31 FFI_EXPORT RetInputMethodSubtype FfiInputMethodSettingListCurrentInputMethodSubtype(); 32 FFI_EXPORT RetInputMethodPropert [all...] |
/base/telephony/state_registry/frameworks/cj/src/ |
H A D | telephony_observer_ffi.h | 25 FFI_EXPORT int32_t FfiTelephonyObserverOnNetworkStateChange(ObserverOptions options, int64_t funcId); 26 FFI_EXPORT int32_t FfiTelephonyObserverOffNetworkStateChange(int64_t funcId); 27 FFI_EXPORT int32_t FfiTelephonyObserverOffAllNetworkStateChange(); 28 FFI_EXPORT int32_t FfiTelephonyObserverOnSignalInfoChange(ObserverOptions options, int64_t funcId); 29 FFI_EXPORT int32_t FfiTelephonyObserverOffSignalInfoChange(int64_t funcId); 30 FFI_EXPORT int32_t FfiTelephonyObserverOffAllSignalInfoChange(); 31 FFI_EXPORT int32_t FfiTelephonyObserverOnCallStateChange(ObserverOptions options, int64_t funcId); 32 FFI_EXPORT int32_t FfiTelephonyObserverOffCallStateChange(int64_t funcId); 33 FFI_EXPORT int32_t FfiTelephonyObserverOffAllCallStateChange(); 34 FFI_EXPORT int32_ [all...] |
/base/location/frameworks/cj/include/ |
H A D | geolocationmanager_ffi.h | 30 FFI_EXPORT CJLocation FfiOHOSGeoLocationManagerGetLastLocation(int32_t* errCode); 32 FFI_EXPORT bool FfiOHOSGeoLocationManagerIsLocationEnabled(int32_t* errCode); 34 FFI_EXPORT bool FfiOHOSGeoLocationManagerIsGeocoderAvailable(int32_t* errCode); 36 FFI_EXPORT int32_t FfiOHOSGeoLocationManagerGetCachedGnssLocationsSize(int32_t* errCode); 38 FFI_EXPORT CJLocation FfiOHOSGeoLocationManagerGetCurrentLocation(int32_t* errCode); 40 FFI_EXPORT CJLocation FfiOHOSGeoLocationManagerGetCurrentLocationCurrent(CJCurrentLocationRequest request, 43 FFI_EXPORT CJLocation FfiOHOSGeoLocationManagerGetCurrentLocationSingle(CJSingleLocationRequest request, 46 FFI_EXPORT void FfiOHOSGeoLocationManagerFlushCachedGnssLocations(int32_t* errCode); 48 FFI_EXPORT void FfiOHOSGeoLocationManagerSendCommand(CJLocationCommand command, int32_t* errCode); 50 FFI_EXPORT CJCountryCod [all...] |
/base/notification/eventhandler/frameworks/cj/src/ |
H A D | emitter_mock.cpp | 20 FFI_EXPORT int CJ_OnWithId = 0; 21 FFI_EXPORT int CJ_OnWithStringId = 0; 22 FFI_EXPORT int CJ_OnceWithId = 0; 23 FFI_EXPORT int CJ_OnceWithStringId = 0; 24 FFI_EXPORT int CJ_OffWithId = 0; 25 FFI_EXPORT int CJ_OffWithString = 0; 26 FFI_EXPORT int CJ_OffWithIdCallback = 0; 27 FFI_EXPORT int CJ_OffWithStringCallback = 0; 28 FFI_EXPORT int CJ_EmitWithId = 0; 29 FFI_EXPORT in [all...] |
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_manager_ffi.h | 27 FFI_EXPORT int32_t FfiOHOSNotificationManagerPublish(CNotificationRequest request); 28 FFI_EXPORT int32_t FfiOHOSNotificationManagerCancel(int32_t id, const char* label); 29 FFI_EXPORT int32_t FfiOHOSNotificationManagerCancelAll(); 30 FFI_EXPORT int32_t FfiOHOSNotificationManagerAddSlot(int32_t type); 31 FFI_EXPORT CNotificationSlot FfiOHOSNotificationManagerGetSlot(int32_t type, int32_t* errCode); 32 FFI_EXPORT CArrayNotificationSlots FfiOHOSNotificationManagerGetSlots(int32_t* errCode); 33 FFI_EXPORT int32_t FfiOHOSNotificationManagerRemoveSlot(int32_t type); 34 FFI_EXPORT int32_t FfiOHOSNotificationManagerRemoveAllSlots(); 35 FFI_EXPORT RetDataUI32 FfiOHOSNotificationManagerGetActiveNotificationCount(); 36 FFI_EXPORT CArrayNotificationReques [all...] |
/base/security/crypto_framework/frameworks/cj/include/ |
H A D | crypto_ffi.h | 54 FFI_EXPORT int64_t FfiOHOSCreateRandom(int32_t* errCode); 55 FFI_EXPORT const char *FfiOHOSRandomGetAlgName(int64_t id, int32_t* errCode); 56 FFI_EXPORT HcfBlob FfiOHOSGenerateRandom(int64_t id, int32_t numBytes, int32_t* errCode); 57 FFI_EXPORT void FfiOHOSSetSeed(int64_t id, HcfBlob *seed, int32_t* errCode); 60 FFI_EXPORT int64_t FfiOHOSCreateMd(char* algName, int32_t* errCode); 61 FFI_EXPORT int32_t FfiOHOSMdUpdate(int64_t id, HcfBlob *input); 62 FFI_EXPORT HcfBlob FfiOHOSDigest(int64_t id, int32_t* errCode); 63 FFI_EXPORT uint32_t FfiOHOSGetMdLength(int64_t id, int32_t* errCode); 66 FFI_EXPORT int64_t FfiOHOSCreateSymKeyGenerator(char* algName, int32_t* errCode); 67 FFI_EXPORT cons [all...] |
/base/account/os_account/frameworks/appaccount/cj/include/ |
H A D | appaccount_ffi.h | 30 #ifndef FFI_EXPORT 32 #define FFI_EXPORT __attribute__((visibility("default"))) macro 34 #define FFI_EXPORT __declspec(dllexport) macro 44 FFI_EXPORT RetDataI64 FfiAppAccountCreateAppAccountManager(void); 45 FFI_EXPORT int32_t FfiAppAccountAppAccountManagerCreateAccount(int id, char *name, CCreateAccountOptions options); 46 FFI_EXPORT int32_t FfiAppAccountAppAccountManagerRemoveAccount(int id, char *name); 47 FFI_EXPORT int32_t FfiAppAccountAppAccountManagerSetAppAccess(int id, char *name, char *bundleName, bool isAccessible); 48 FFI_EXPORT RetDataBool FfiAppAccountAppAccountManagerCheckAppAccess(int id, char *name, char *bundleName); 49 FFI_EXPORT RetDataBool FfiAppAccountAppAccountManagerCheckDataSyncEnabled(int id, char *name); 50 FFI_EXPORT int32_ [all...] |
/base/hiviewdfx/hitrace/interfaces/cj/kits/ffi/src/ |
H A D | hitracechain_mock.cpp | 19 FFI_EXPORT int FfiOHOSHiTraceChainBegin = 0; 20 FFI_EXPORT int FfiOHOSHiTraceChainEnd = 0; 21 FFI_EXPORT int FfiOHOSHiTraceChainGetId = 0; 22 FFI_EXPORT int FfiOHOSHiTraceChainSetId = 0; 23 FFI_EXPORT int FfiOHOSHiTraceChainClearId = 0; 24 FFI_EXPORT int FfiOHOSHiTraceChainCreateSpan = 0; 25 FFI_EXPORT int FfiOHOSHiTraceChainTracepoint = 0; 26 FFI_EXPORT int FfiOHOSHiTraceChainIsValid = 0; 27 FFI_EXPORT int FfiOHOSHiTraceChainIsFlagEnabled = 0; 28 FFI_EXPORT in [all...] |
/base/telephony/call_manager/frameworks/cj/src/ |
H A D | telephony_call_mock.cpp | 19 FFI_EXPORT int FfiOHOSTelephonyCallIsRinging = 0; 20 FFI_EXPORT int FfiOHOSTelephonyCallFormatPhoneNumberToE164 = 0; 21 FFI_EXPORT int FfiOHOSTelephonyCallInit = 0; 22 FFI_EXPORT int FfiOHOSTelephonyCallDialCall = 0; 23 FFI_EXPORT int FfiOHOSTelephonyCallHasVoiceCapability = 0; 24 FFI_EXPORT int FfiOHOSTelephonyCallFormatPhoneNumber = 0; 25 FFI_EXPORT int FfiOHOSTelephonyCallGetCallState = 0; 26 FFI_EXPORT int FfiOHOSTelephonyCallHasCall = 0; 27 FFI_EXPORT int FfiOHOSTelephonyCallIsEmergencyPhoneNumber = 0; 28 FFI_EXPORT in [all...] |
/base/account/os_account/interfaces/kits/cj/osaccount/include/ |
H A D | cj_osaccount_ffi.h | 25 FFI_EXPORT bool FfiOHOSOsAccountIsOsAccountConstraintEnabled(char *constraint, int32_t *errCode); 26 FFI_EXPORT int32_t FfiOHOSOsAccountGetOsAccountType(int32_t *errCode); 27 FFI_EXPORT bool FfiOHOSOsAccountCheckOsAccountTestable(int32_t *errCode); 28 FFI_EXPORT bool FfiOHOSOsAccountCheckMultiOsAccountEnabled(int32_t *errCode); 29 FFI_EXPORT int32_t FfiOHOSOsAccountGetOsAccountLocalId(int32_t *errCode); 30 FFI_EXPORT RetDataCArrI32 FfiOHOSOsAccountGetActivatedOsAccountLocalIds(); 31 FFI_EXPORT uint32_t FfiOHOSOsAccountGetOsAccountCount(int32_t *errCode); 32 FFI_EXPORT char* FfiOHOSOsAccountQueryDistributedVirtualDeviceId(int32_t *errCode); 33 FFI_EXPORT int64_t FfiOHOSOsAccountGetSerialNumberForOsAccountLocalId(uint32_t localId, int32_t *errCode); 34 FFI_EXPORT int32_ [all...] |
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/ |
H A D | hiappevent_ffi.h | 25 FFI_EXPORT int FfiOHOSHiAppEventConfigure(CConfigOption config); 26 FFI_EXPORT int FfiOHOSHiAppEventWrite(CAppEventInfo info); 27 FFI_EXPORT RetDataBool FfiOHOSHiAppEventAddProcessor(CProcessor processor); 28 FFI_EXPORT int FfiOHOSHiAppEventSetUserId(const char* name, const char* value); 29 FFI_EXPORT RetDataCString FfiOHOSHiAppEventGetUserId(const char* name); 30 FFI_EXPORT int FfiOHOSHiAppEventSetUserProperty(const char* name, const char* value); 31 FFI_EXPORT RetDataCString FfiOHOSHiAppEventgetUserProperty(const char* name); 32 FFI_EXPORT int64_t FfiOHOSHiAppEventConstructor(char* cWatcherName); 33 FFI_EXPORT int FfiOHOSHiAppEventSetSize(int64_t id, int size); 34 FFI_EXPORT ReTakeNex [all...] |
/base/powermgr/battery_manager/frameworks/cj/include/ |
H A D | battery_info_ffi.h | 24 FFI_EXPORT int32_t FfiBatteryInfoBatterySOC(); 25 FFI_EXPORT int32_t FfiBatteryInfoGetChargingState(); 26 FFI_EXPORT int32_t FfiBatteryInfoGetHealthState(); 27 FFI_EXPORT int32_t FfiBatteryInfoGetPluggedType(); 28 FFI_EXPORT int32_t FfiBatteryInfoGetVoltage(); 29 FFI_EXPORT int32_t FfiBatteryInfoGetBatteryNowCurrent(); 30 FFI_EXPORT const char* FfiBatteryInfoGetTechnology(); 31 FFI_EXPORT int32_t FfiBatteryInfoGetBatteryTemperature(); 32 FFI_EXPORT bool FfiBatteryInfoGetBatteryPresent(); 33 FFI_EXPORT int32_ [all...] |
/base/telephony/core_service/frameworks/cj/telephony_sim/src/ |
H A D | telephony_sim_ffi.h | 25 FFI_EXPORT bool FfiTelephonySimIsSimActive(int32_t slotId, int32_t *errCode); 26 FFI_EXPORT int32_t FfiTelephonySimGetDefaultVoiceSlotId(); 27 FFI_EXPORT bool FfiTelephonySimHasOperatorPrivileges(int32_t slotId, int32_t *errCode); 28 FFI_EXPORT char* FfiTelephonySimGetISOCountryCodeForSim(int32_t slotId, int32_t *errCode); 29 FFI_EXPORT char* FfiTelephonySimGetSimOperatorNumeric(int32_t slotId, int32_t *errCode); 30 FFI_EXPORT char* FfiTelephonySimGetSimSpn(int32_t slotId, int32_t *errCode); 31 FFI_EXPORT int32_t FfiTelephonySimGetSimState(int32_t slotId, int32_t *errCode); 32 FFI_EXPORT int32_t FfiTelephonySimGetCardType(int32_t slotId, int32_t *errCode); 33 FFI_EXPORT bool FfiTelephonySimHasSimCard(int32_t slotId, int32_t *errCode); 34 FFI_EXPORT CIccAccountInf [all...] |