Home
last modified time | relevance | path

Searched defs:sourcePtr (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/componentloader_fuzzer/
H A Dcomponentloader_fuzzer.cpp47 IDistributedHardwareSource *sourcePtr = nullptr; in ComponentManagerFuzzTest() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Dmeta_enable_task.cpp76 …IDistributedHardwareSource *sourcePtr = ComponentManager::GetInstance().GetDHSourceInstance(DHType… in Enable() local
H A Dmeta_disable_task.cpp81 …IDistributedHardwareSource *sourcePtr = ComponentManager::GetInstance().GetDHSourceInstance(DHType… in Disable() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dpng_image_chunk_utils.cpp338 const char *PngImageChunkUtils::StepOverNewLine(const char *sourcePtr, const char *endPtr) in StepOverNewLine()
353 const char *PngImageChunkUtils::GetExifInfoLen(const char *sourcePtr, size_t *lengthOut, const char… in GetExifInfoLen()
382 int PngImageChunkUtils::ConvertAsciiToInt(const char *sourcePtr, size_t exifInfoLength, unsigned ch… in ConvertAsciiToInt()
420 const char *sourcePtr = reinterpret_cast<const char *>(rawText.CData(1)); in ConvertRawTextToExifInfo() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp435 IDistributedHardwareSource *sourcePtr = nullptr; variable
470 IDistributedHardwareSource *sourcePtr = nullptr; variable
798 …const IDistributedHardwareSource *sourcePtr = ComponentManager::GetInstance().GetDHSourceInstance(… variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/hidumphelper/hidumphelper/src/
H A Dhidump_helper_test.cpp111 IDistributedHardwareSource *sourcePtr = nullptr; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_source.cpp78 ImageSource *sourcePtr = new (std::nothrow) ImageSource(std::move(stream), opts); in CreateImageSource() local
91 ImageSource *sourcePtr = new (std::nothrow) ImageSource(std::move(stream), opts); in CreateImageSource() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/
H A Dcomponent_loader_test.cpp111 IDistributedHardwareSource *sourcePtr = nullptr; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp432 int32_t ComponentLoader::GetSource(const DHType dhType, IDistributedHardwareSource *&sourcePtr) in GetSource()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dwebp_exif_metadata_accessor_test.cpp1764 const char sourcePtr = '\0'; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp493 IDistributedHardwareSource *sourcePtr = nullptr; in InitCompSource() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp101 const uint8_t* sourcePtr = source.data() + (i * elementSize); in CopySparseElements() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp388 auto sourcePtr = new (std::nothrow) ImageSource(std::move(streamPtr), opts); in DoImageSourceCreate() local
506 auto sourcePtr = DoImageSourceCreate( in CreateIncrementalImageSource() local