Searched refs:isSameType (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/media_foundation/src/meta/ |
H A D | format.cpp | 148 auto isSameType = in PutIntValue() local 151 …FALSE_RETURN_V_MSG_E(isSameType, false, "Key's value type does not match int32, key: %{public}s", … in PutIntValue() 161 auto isSameType = in PutLongValue() local 163 …FALSE_RETURN_V_MSG_E(isSameType, false, "Key's value type does not match int64, key: %{public}s", … in PutLongValue() 172 auto isSameType = Any::IsSameTypeWith<float>(defaultValue.value()); in PutFloatValue() local 173 …FALSE_RETURN_V_MSG_E(isSameType, false, "Key's value type does not match float, key: %{public}s", … in PutFloatValue() 184 auto isSameType = Any::IsSameTypeWith<double>(defaultValue.value()); in PutDoubleValue() local 185 …FALSE_RETURN_V_MSG_E(isSameType, false, "Key's value type does not match double, key: %{public}s",… in PutDoubleValue() 196 auto isSameType = Any::IsSameTypeWith<std::string>(defaultValue.value()); in PutStringValue() local 197 …FALSE_RETURN_V_MSG_E(isSameType, false, "Key's value type does not match string, key: %{public}s",… in PutStringValue() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_surface_render_node_test.cpp | 108 bool isSameType = (node->GetSurfaceNodeType() == RSSurfaceNodeType::ABILITY_COMPONENT_NODE); variable 109 EXPECT_TRUE(isSameType); 111 isSameType = (node->GetSurfaceNodeType() == RSSurfaceNodeType::DEFAULT); 112 EXPECT_FALSE(isSameType); 129 bool isSameType = (node->GetSurfaceNodeType() == RSSurfaceNodeType::DEFAULT); variable 130 EXPECT_TRUE(isSameType); 132 isSameType = (node->GetSurfaceNodeType() == RSSurfaceNodeType::DEFAULT); 133 EXPECT_TRUE(isSameType); 150 bool isSameType = (node->GetSurfaceNodeType() == RSSurfaceNodeType::UI_EXTENSION_COMMON_NODE); variable 151 EXPECT_TRUE(isSameType); [all …]
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/interrupt/ |
H A D | audio_interrupt_service.cpp | 358 bool isSameType = AudioSessionService::IsSameTypeForAudioSession( in CanMixForIncomingSession() local 360 AUDIO_INFO_LOG("The incoming stream is low priority. isSameType: %{public}d.", isSameType); in CanMixForIncomingSession() 361 return isSameType; in CanMixForIncomingSession() 396 bool isSameType = AudioSessionService::IsSameTypeForAudioSession( in CanMixForActiveSession() local 398 AUDIO_INFO_LOG("The active stream is low priority. isSameType: %{public}d.", isSameType); in CanMixForActiveSession() 399 return isSameType; in CanMixForActiveSession()
|