Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/libs/interface/
H A Ddevicestatus_msdp_interface.h46 struct MsdpAlgoHandle { struct
51 MsdpAlgoHandle() : handle(nullptr), create(nullptr), destroy(nullptr), pAlgorithm(nullptr) {} in MsdpAlgoHandle() argument
52 ~MsdpAlgoHandle() {} in ~MsdpAlgoHandle() argument
53 void Clear() in Clear()