Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A DTestUtils.cpp126 ErrorCode result = NativeCommonUtils::SwitchToOHAny(any, &value);
133 result = NativeCommonUtils::SwitchToOHAny(anyChar, &valueChar);
140 result = NativeCommonUtils::SwitchToOHAny(anyLong, &valueLong);
147 result = NativeCommonUtils::SwitchToOHAny(anyPtr, &valuePtr);
154 result = NativeCommonUtils::SwitchToOHAny(anyBool, &valueBool);
161 result = NativeCommonUtils::SwitchToOHAny(anyUnknown, &valueUnknown);
/ohos5.0/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.cpp126 NativeCommonUtils::SwitchToOHAny(value, ohValue.get()); in SetValue()
634 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