Searched refs:FfiOHOSGetImageProperty (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/cj/ |
H A D | image_ffi_test.cpp | 46 FfiOHOSGetImageProperty(imageSourceId, const_cast<char*>(KEY), 0, const_cast<char*>(VALUE), &errCode); in HWTEST_F() 82 FfiOHOSGetImageProperty(imageSourceId, const_cast<char*>(KEY), 0, const_cast<char*>(VALUE), &errCode); in HWTEST_F()
|
/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | cj_image_mock.cpp | 28 FFI_EXPORT int FfiOHOSGetImageProperty = 0; variable
|
H A D | image_ffi.cpp | 313 char* FfiOHOSGetImageProperty(int64_t id, char* key, uint32_t index, char* defaultValue, uint32_t* errCode) in FfiOHOSGetImageProperty() function 315 IMAGE_LOGD("[ImageSource] FfiOHOSGetImageProperty start"); in FfiOHOSGetImageProperty() 327 IMAGE_LOGD("[ImageSource] FfiOHOSGetImageProperty success"); in FfiOHOSGetImageProperty()
|
/foundation/multimedia/image_framework/frameworks/kits/cj/include/ |
H A D | image_ffi.h | 93 FFI_EXPORT char* FfiOHOSGetImageProperty(int64_t id, char* key, uint32_t index, char* defaultValue,
|
Completed in 5 milliseconds