Home
last modified time | relevance | path

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

/base/security/dataclassification/frameworks/datatransmitmgr/
H A 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()
239 DATA_SEC_LOG_ERROR("GetDeviceSecLevelByUdidAsync: requestDeviceSecurityInfoAsync is invalid"); in GetDeviceSecLevelByUdidAsync()
253 ret = g_deviceSecEnv.requestDeviceSecurityInfoAsync(&devId, NULL, OnApiDeviceSecInfoCallback); in GetDeviceSecLevelByUdidAsync()
/base/security/dataclassification/interfaces/inner_api/datatransmitmgr/include/
H A Ddev_slinfo_adpt.h47 RequestDeviceSecurityInfoAsyncFunction requestDeviceSecurityInfoAsync; member

Completed in 2 milliseconds