Home
last modified time | relevance | path

Searched refs:AsyncDeviceControlCallbackInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/device_control/src/
H A Ddevice_control_addon.cpp52 auto asyncCallbackInfo = new (std::nothrow) AsyncDeviceControlCallbackInfo(); in ResetFactory()
56 std::unique_ptr<AsyncDeviceControlCallbackInfo> callbackPtr {asyncCallbackInfo}; in ResetFactory()
162AsyncDeviceControlCallbackInfo *asyncCallbackInfo = static_cast<AsyncDeviceControlCallbackInfo *>(… in NativeResetFactory()
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/device_control/include/
H A Ddevice_control_addon.h31 struct AsyncDeviceControlCallbackInfo : AsyncCallbackInfo { struct