Home
last modified time | relevance | path

Searched defs:validType (Results 1 – 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/service_router_framework/services/srms/src/
Dservice_router_data_mgr.cpp111 BusinessType validType = GetBusinessType(filter); in QueryBusinessAbilityInfos() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
Dgltf2_util.cpp809 [accessorType](const DataType& validType) { return validType == accessorType; })) { in ValidatePrimitiveAttribute()
813const ComponentType& validType) { return validType == accessorComponentType; })) { in ValidatePrimitiveAttribute()
873 [accessorType](const DataType& validType) { return validType == accessorType; })) { in ValidatePrimitiveAttributeQuatization()
877const ComponentType& validType) { return validType == accessorComponentType; })) { in ValidatePrimitiveAttributeQuatization()
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
Dpipeline_descriptor_set_binder.cpp310 …const bool validType = (RenderHandleUtil::GetHandleType(currHandle) == RenderHandleType::GPU_BUFFE… in BindBuffers() local
417 …const bool validType = (RenderHandleUtil::GetHandleType(currHandle) == RenderHandleType::GPU_IMAGE… in BindImages() local
503 …const bool validType = (RenderHandleUtil::GetHandleType(currHandle) == RenderHandleType::GPU_SAMPL… in BindSamplers() local
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
Dnet_conn_service_test.cpp856 uint32_t validType = INVALID_VALUE; variable