Searched refs:RetDataBool (Results 1 - 9 of 9) sorted by relevance
/foundation/distributeddatamgr/pasteboard/interfaces/cj/include/ |
H A D | pasteboard_ffi.h | 60 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 D | default_app.cpp | 84 RetDataBool FfiBundleManagerIsDefaultApplication(char* type) in FfiBundleManagerIsDefaultApplication() 86 RetDataBool nRet = {.code = -1, .data = false}; in FfiBundleManagerIsDefaultApplication()
|
H A D | default_app.h | 27 FFI_EXPORT RetDataBool FfiBundleManagerIsDefaultApplication(char* type);
|
/foundation/distributeddatamgr/pasteboard/interfaces/cj/src/ |
H A D | pasteboard_ffi.cpp | 520 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 D | cj_common_ffi.h | 64 struct RetDataBool { struct
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/ |
H A D | cj_ability_context_broker.h | 51 RetDataBool (*isTerminating)(int64_t id);
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | file_fs_ffi.h | 47 FFI_EXPORT RetDataBool FfiOHOSFileFsAccess(const char* path);
|
H A D | file_fs_ffi.cpp | 454 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 D | cj_ability_context_object.cpp | 254 RetDataBool FFIAbilityContextIsTerminating(int64_t id) in FFIAbilityContextIsTerminating() 256 RetDataBool res = { ERR_INVALID_INSTANCE_CODE, false }; in FFIAbilityContextIsTerminating()
|
Completed in 9 milliseconds