Home
last modified time | relevance | path

Searched refs:GetCachedComponent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dnative_image.cpp223 NativeComponent* NativeImage::GetCachedComponent(int32_t type) in GetCachedComponent() function in OHOS::Media::NativeImage
235 NativeComponent* res = GetCachedComponent(type); in CreateComponent()
248 return GetCachedComponent(type); in CreateComponent()
321 auto component = GetCachedComponent(type); in GetComponent()
332 component = GetCachedComponent(type); in GetComponent()
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dnative_image.h72 NativeComponent* GetCachedComponent(int32_t type);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dnative_image_test.cpp201 NativeComponent* ret = image.GetCachedComponent(1);
205 ret = image.GetCachedComponent(1);