Home
last modified time | relevance | path

Searched refs:RetDataBool (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/pasteboard/interfaces/cj/include/
H A Dpasteboard_ffi.h60 FFI_EXPORT RetDataBool FfiOHOSPasteDataHasType(int64_t id, const char *mimeTypes);
74 FFI_EXPORT RetDataBool FfiOHOSSystemPasteboardHasData(int64_t id);
76 FFI_EXPORT RetDataBool FfiOHOSSystemPasteboardIsRemoteData(int64_t id);
77 FFI_EXPORT RetDataBool FfiOHOSSystemPasteboardHasDataType(int64_t id, const char *mimeType);
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Ddefault_app.cpp84 RetDataBool FfiBundleManagerIsDefaultApplication(char* type) in FfiBundleManagerIsDefaultApplication()
86 RetDataBool nRet = {.code = -1, .data = false}; in FfiBundleManagerIsDefaultApplication()
H A Ddefault_app.h27 FFI_EXPORT RetDataBool FfiBundleManagerIsDefaultApplication(char* type);
/foundation/distributeddatamgr/pasteboard/interfaces/cj/src/
H A Dpasteboard_ffi.cpp520 RetDataBool FfiOHOSPasteDataHasType(int64_t id, const char *mimeTypes) in FfiOHOSPasteDataHasType()
523 RetDataBool ret = { .code = ERR_INVALID_INSTANCE_CODE, .data = false }; in FfiOHOSPasteDataHasType()
888 RetDataBool FfiOHOSSystemPasteboardHasData(int64_t id) in FfiOHOSSystemPasteboardHasData()
890 RetDataBool ret = { .code = ERR_INVALID_INSTANCE_CODE, .data = false }; in FfiOHOSSystemPasteboardHasData()
917 RetDataBool FfiOHOSSystemPasteboardIsRemoteData(int64_t id) in FfiOHOSSystemPasteboardIsRemoteData()
919 RetDataBool ret = { .code = ERR_INVALID_INSTANCE_CODE, .data = false }; in FfiOHOSSystemPasteboardIsRemoteData()
933 RetDataBool FfiOHOSSystemPasteboardHasDataType(int64_t id, const char *mimeType) in FfiOHOSSystemPasteboardHasDataType()
935 RetDataBool ret = { .code = ERR_INVALID_INSTANCE_CODE, .data = false }; in FfiOHOSSystemPasteboardHasDataType()
/foundation/arkui/napi/interfaces/inner_api/cjffi/cj_ffi/
H A Dcj_common_ffi.h64 struct RetDataBool { struct
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/
H A Dcj_ability_context_broker.h51 RetDataBool (*isTerminating)(int64_t id);
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_fs_ffi.h47 FFI_EXPORT RetDataBool FfiOHOSFileFsAccess(const char* path);
H A Dfile_fs_ffi.cpp454 RetDataBool FfiOHOSFileFsAccess(const char* path) in FfiOHOSFileFsAccess()
457 RetDataBool ret = { .code = ERR_INVALID_INSTANCE_CODE, .data = 0 }; in FfiOHOSFileFsAccess()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Dcj_ability_context_object.cpp254 RetDataBool FFIAbilityContextIsTerminating(int64_t id) in FFIAbilityContextIsTerminating()
256 RetDataBool res = { ERR_INVALID_INSTANCE_CODE, false }; in FFIAbilityContextIsTerminating()

Completed in 9 milliseconds