Home
last modified time | relevance | path

Searched refs:anyBool (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/meta/
H A Dany_func_unit_test.cpp141 Any anyBool = true; variable
142 bool valueOutbool = AnyCast<bool>(anyBool);
176 Any anyBool = true; variable
177 ASSERT_TRUE(Any::IsSameTypeWith<bool>(anyBool));
178 std::string_view strBoolTypeName = anyBool.GetTypeName<bool>();
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A DTestUtils.cpp151 Plugin::Any anyBool = true; variable
154 result = NativeCommonUtils::SwitchToOHAny(anyBool, &valueBool);