Searched refs:SwitchToOHAny (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/image_effect/test/unittest/ |
H A D | TestUtils.cpp | 126 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 D | native_common_utils.h | 38 static ErrorCode SwitchToOHAny(const Plugin::Any &any, ImageEffect_Any *value);
|
H A D | image_effect_filter.cpp | 126 NativeCommonUtils::SwitchToOHAny(value, ohValue.get()); in SetValue() 634 result = NativeCommonUtils::SwitchToOHAny(any, value); in OH_EffectFilter_GetValue()
|
H A D | native_common_utils.cpp | 106 ErrorCode NativeCommonUtils::SwitchToOHAny(const Plugin::Any &any, ImageEffect_Any *value) in SwitchToOHAny() function in OHOS::Media::Effect::NativeCommonUtils
|