Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dnative_image.cpp218 NativeComponent* NativeImage::GetCachedComponent(int32_t type) in GetCachedComponent() function in OHOS::Media::NativeImage
230 NativeComponent* res = GetCachedComponent(type); in CreateComponent()
243 return GetCachedComponent(type); in CreateComponent()
316 auto component = GetCachedComponent(type); in GetComponent()
327 component = GetCachedComponent(type); in GetComponent()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dnative_image.h72 NativeComponent* GetCachedComponent(int32_t type);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dnative_image_test.cpp192 * @tc.desc: GetCachedComponent
201 NativeComponent* ret = image.GetCachedComponent(1); in HWTEST_F()
205 ret = image.GetCachedComponent(1); in HWTEST_F()

Completed in 3 milliseconds