Home
last modified time | relevance | path

Searched refs:FfiOHOSCreateImageSourceByPath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/cj/
H A Dimage_ffi_test.cpp43 …int64_t imageSourceId = FfiOHOSCreateImageSourceByPath(const_cast<char*>(invalidPath.c_str()), &er…
79 int64_t imageSourceId = FfiOHOSCreateImageSourceByPath(jpgPath, &errCode);
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dcj_image_mock.cpp18 FFI_EXPORT int FfiOHOSCreateImageSourceByPath = 0; variable
H A Dimage_ffi.cpp55 int64_t FfiOHOSCreateImageSourceByPath(char *uri, uint32_t* errCode) in FfiOHOSCreateImageSourceByPath() function
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H A Dimage_ffi.h64 FFI_EXPORT int64_t FfiOHOSCreateImageSourceByPath(char* uri, uint32_t* errCode);