Home
last modified time | relevance | path

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

/base/security/dataclassification/frameworks/datatransmitmgr/
Ddev_slinfo_adpt.c88 RequestDeviceSecurityInfoAsyncFunction requestDeviceSecurityInfoAsync = in InitDeviceSecEnv() local
90 if (requestDeviceSecurityInfoAsync == NULL) { in InitDeviceSecEnv()
100 g_deviceSecEnv.requestDeviceSecurityInfoAsync = requestDeviceSecurityInfoAsync; in InitDeviceSecEnv()
238 if (g_deviceSecEnv.requestDeviceSecurityInfoAsync == NULL) { in GetDeviceSecLevelByUdidAsync()
253 ret = g_deviceSecEnv.requestDeviceSecurityInfoAsync(&devId, NULL, OnApiDeviceSecInfoCallback); in GetDeviceSecLevelByUdidAsync()
/base/security/dataclassification/interfaces/innerkits/datatransmitmgr/include/
Ddev_slinfo_adpt.h47 RequestDeviceSecurityInfoAsyncFunction requestDeviceSecurityInfoAsync; member