Searched refs:SwitchToOHAny (Results 1 - 4 of 4) sorted by relevance
/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 | 124 NativeCommonUtils::SwitchToOHAny(value, ohValue.get()); 631 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
|
/foundation/multimedia/image_effect/test/unittest/ |
H A D | TestUtils.cpp | 137 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