Home
last modified time | relevance | path

Searched refs:dstType (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_utils.c227 LnnHeartbeatType *dstType = (LnnHeartbeatType *)data; in VisitCheckSupportedHbType() local
229 if ((eachType & *dstType) == 0) { in VisitCheckSupportedHbType()
230 LNN_LOGE(LNN_HEART_BEAT, "HB not support hbType=%{public}d completely", *dstType); in VisitCheckSupportedHbType()
236 bool LnnCheckSupportedHbType(LnnHeartbeatType *srcType, LnnHeartbeatType *dstType) in LnnCheckSupportedHbType() argument
238 if (srcType == NULL || dstType == NULL) { in LnnCheckSupportedHbType()
242 return LnnVisitHbTypeSet(VisitCheckSupportedHbType, srcType, dstType); in LnnCheckSupportedHbType()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/
H A Denroll_command_unit_test.cpp217 .WillOnce([](uint64_t scheduleId, int32_t dstType, std::shared_ptr<AuthMessage> msg) { in __anon10925dc40602() argument
220 .WillOnce([](uint64_t scheduleId, int32_t dstType, std::shared_ptr<AuthMessage> msg) { in __anon10925dc40702() argument
223 .WillOnce([](uint64_t scheduleId, int32_t dstType, std::shared_ptr<AuthMessage> msg) { in __anon10925dc40802() argument
248 .WillRepeatedly([](uint64_t scheduleId, int32_t dstType,
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_fsm_strategy_mock.cpp58 bool LnnCheckSupportedHbType(LnnHeartbeatType *srcType, LnnHeartbeatType *dstType) in LnnCheckSupportedHbType() argument
60 return HeartBeatFSMStrategyInterfaceInstance()->LnnCheckSupportedHbType(srcType, dstType); in LnnCheckSupportedHbType()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_utils_test.cpp146 uint32_t dstType = 0; variable
152 ret = LnnCheckSupportedHbType(&srcType, &dstType);
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Dasync_command_base.cpp199 ExecutorRole dstType, std::shared_ptr<AuthMessage> msg) in MessengerSendData() argument
203 return messenger->SendData(scheduleId, dstType, msg); in MessengerSendData()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp291 AlphaType ImageUtils::GetValidAlphaTypeByFormat(const AlphaType &dstType, const PixelFormat &format) in GetValidAlphaTypeByFormat() argument
302 if (dstType != AlphaType::IMAGE_ALPHA_TYPE_PREMUL) { in GetValidAlphaTypeByFormat()
309 if (dstType != AlphaType::IMAGE_ALPHA_TYPE_OPAQUE) { in GetValidAlphaTypeByFormat()
318 if (dstType != AlphaType::IMAGE_ALPHA_TYPE_OPAQUE) { in GetValidAlphaTypeByFormat()
329 return dstType; in GetValidAlphaTypeByFormat()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/include/async_command/
H A Dasync_command_base.h55 int32_t MessengerSendData(uint64_t scheduleId, ExecutorRole dstType,
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_utils.h155 bool LnnCheckSupportedHbType(LnnHeartbeatType *srcType, LnnHeartbeatType *dstType);
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.cpp231 auto* dstType = Cast<T*>(dst); in Mult() local
232 *dstType = src * *dstType; in Mult()
238 auto* dstType = Cast<T*>(dst); in Add() local
239 *dstType = *dstType + src; in Add()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_utils.h43 static AlphaType GetValidAlphaTypeByFormat(const AlphaType &dstType, const PixelFormat &format);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/
H A Dhb_fsm_strategy_mock.h40 virtual bool LnnCheckSupportedHbType(LnnHeartbeatType *srcType, LnnHeartbeatType *dstType) = 0;
/ohos5.0/base/useriam/user_auth_framework/
H A DREADME_ZH.md68 | SendData(scheduleId : uint64_t, transNum : uint64_t, srcType : ExecutorRole, dstType : ExecutorRo…
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dpixel_convert.h194 static AlphaConvertType GetAlphaConvertType(const AlphaType &srcType, const AlphaType &dstType);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp1600 …haConvertType PixelConvert::GetAlphaConvertType(const AlphaType &srcType, const AlphaType &dstType) in GetAlphaConvertType() argument
1602 …if (srcType == AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN || dstType == AlphaType::IMAGE_ALPHA_TYPE_UNKNO… in GetAlphaConvertType()
1606 …if ((srcType == AlphaType::IMAGE_ALPHA_TYPE_PREMUL) && (dstType == AlphaType::IMAGE_ALPHA_TYPE_UNP… in GetAlphaConvertType()
1609 …if ((srcType == AlphaType::IMAGE_ALPHA_TYPE_PREMUL) && (dstType == AlphaType::IMAGE_ALPHA_TYPE_OPA… in GetAlphaConvertType()
1612 …if ((srcType == AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL) && (dstType == AlphaType::IMAGE_ALPHA_TYPE_P… in GetAlphaConvertType()
1615 …if ((srcType == AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL) && (dstType == AlphaType::IMAGE_ALPHA_TYPE_O… in GetAlphaConvertType()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h379 BufferDataType dstType; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp1703 const GLenum dstType = getTarget(dstPlat.type, layer, dstSampleCount); in RenderCommandBlitImage() local
1706 …glFramebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, dstType, dstPlat.image, dstMipLe… in RenderCommandBlitImage()
1710 glFramebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, dstType, 0, 0); in RenderCommandBlitImage()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp3830 AllocatorType dstType = AllocatorType::DMA_ALLOC; in ToSdr()
3840 auto sdrMemory = MemoryManager::CreateMemory(dstType, sdrData); in ToSdr()
3852 …SetPixelsAddr(sdrMemory->data.data, sdrMemory->extend.data, sdrMemory->data.size, dstType, nullptr… in ToSdr()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base_impl.cpp2272 writeBuffer.DumpBuffer(typeMap->dstType); in GetUniform()
2273 return writeBuffer.ToNormalArray(typeMap->srcType, typeMap->dstType); in GetUniform()