Home
last modified time | relevance | path

Searched refs:SwitchToOHAny (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dnative_common_utils.h38 static ErrorCode SwitchToOHAny(const Plugin::Any &any, ImageEffect_Any *value);
H A Dimage_effect_filter.cpp124 NativeCommonUtils::SwitchToOHAny(value, ohValue.get());
631 result = NativeCommonUtils::SwitchToOHAny(any, value); in OH_EffectFilter_GetValue()
H A Dnative_common_utils.cpp106 ErrorCode NativeCommonUtils::SwitchToOHAny(const Plugin::Any &any, ImageEffect_Any *value) in SwitchToOHAny() function in OHOS::Media::Effect::NativeCommonUtils
/foundation/multimedia/image_effect/test/unittest/
H A DTestUtils.cpp137 ErrorCode result = NativeCommonUtils::SwitchToOHAny(any, &value); in HWTEST_F()
144 result = NativeCommonUtils::SwitchToOHAny(anyChar, &valueChar); in HWTEST_F()
151 result = NativeCommonUtils::SwitchToOHAny(anyLong, &valueLong); in HWTEST_F()
158 result = NativeCommonUtils::SwitchToOHAny(anyPtr, &valuePtr); in HWTEST_F()
165 result = NativeCommonUtils::SwitchToOHAny(anyBool, &valueBool); in HWTEST_F()
172 result = NativeCommonUtils::SwitchToOHAny(anyUnknown, &valueUnknown); in HWTEST_F()

Completed in 3 milliseconds