Home
last modified time | relevance | path

Searched refs:DlHandle (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_convert_tools.h34 using DlHandle = void *; variable
44 DlHandle dlHandler_ = nullptr;
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/utils/
H A Ddcamera_utils_tools.h53 using DlHandle = void *; variable
56 DlHandle dlHandler_ = nullptr;
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dsa_profiles.h25 using DlHandle = void*; variable
132 DlHandle handle = nullptr;
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp150 DlHandle handle = nullptr; in OpenSo()