/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_utils.c | 227 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 D | enroll_command_unit_test.cpp | 217 .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 D | hb_fsm_strategy_mock.cpp | 58 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 D | hb_utils_test.cpp | 146 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 D | async_command_base.cpp | 199 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 D | image_utils.cpp | 291 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 D | async_command_base.h | 55 int32_t MessengerSendData(uint64_t scheduleId, ExecutorRole dstType,
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/ |
H A D | lnn_heartbeat_utils.h | 155 bool LnnCheckSupportedHbType(LnnHeartbeatType *srcType, LnnHeartbeatType *dstType);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_system.cpp | 231 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 D | image_utils.h | 43 static AlphaType GetValidAlphaTypeByFormat(const AlphaType &dstType, const PixelFormat &format);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/ |
H A D | hb_fsm_strategy_mock.h | 40 virtual bool LnnCheckSupportedHbType(LnnHeartbeatType *srcType, LnnHeartbeatType *dstType) = 0;
|
/ohos5.0/base/useriam/user_auth_framework/ |
H A D | README_ZH.md | 68 | SendData(scheduleId : uint64_t, transNum : uint64_t, srcType : ExecutorRole, dstType : ExecutorRo…
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | pixel_convert.h | 194 static AlphaConvertType GetAlphaConvertType(const AlphaType &srcType, const AlphaType &dstType);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | pixel_convert.cpp | 1600 …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 D | webgl_arg.h | 379 BufferDataType dstType; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_backend_gles.cpp | 1703 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 D | pixel_map.cpp | 3830 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 D | webgl_rendering_context_base_impl.cpp | 2272 writeBuffer.DumpBuffer(typeMap->dstType); in GetUniform() 2273 return writeBuffer.ToNormalArray(typeMap->srcType, typeMap->dstType); in GetUniform()
|