Searched refs:DATA_SEC_LOG_INFO (Results 1 – 3 of 3) sorted by relevance
50 DATA_SEC_LOG_INFO("Enter DATASL_Onstart..."); in DATASL_OnStart()57 DATA_SEC_LOG_INFO("DATASL_Onstart done!"); in DATASL_OnStart()63 DATA_SEC_LOG_INFO("Enter DATASL_OnStop..."); in DATASL_OnStop()65 DATA_SEC_LOG_INFO("DATASL_OnStop done!"); in DATASL_OnStop()72 DATA_SEC_LOG_INFO("Enter DATASL_GetHighestSecLevel..."); in DATASL_GetHighestSecLevel()79 DATA_SEC_LOG_INFO("DATASL_GetHighestSecLevel done!"); in DATASL_GetHighestSecLevel()85 DATA_SEC_LOG_INFO("Enter GetHighestSecLevelByUdidAsync..."); in GetHighestSecLevelByUdidAsync()94 DATA_SEC_LOG_INFO("GetHighestSecLevelByUdidAsync done!"); in GetHighestSecLevelByUdidAsync()100 DATA_SEC_LOG_INFO("Enter DATASL_GetHighestSecLevelAsync..."); in DATASL_GetHighestSecLevelAsync()114 DATA_SEC_LOG_INFO("DATASL_GetHighestSecLevelAsync done!"); in DATASL_GetHighestSecLevelAsync()
106 DATA_SEC_LOG_INFO("Enter InitDeviceSecEnv..."); in StartDevslEnv()108 DATA_SEC_LOG_INFO("InitDeviceSecEnv done!"); in StartDevslEnv()136 DATA_SEC_LOG_INFO("Enter GetDeviceSecLevelByUdid..."); in GetDeviceSecLevelByUdid()180 DATA_SEC_LOG_INFO("GetDeviceSecLevelByUdid done!"); in GetDeviceSecLevelByUdid()186 DATA_SEC_LOG_INFO("Enter OnApiDeviceSecInfoCallback..."); in OnApiDeviceSecInfoCallback()188 DATA_SEC_LOG_INFO("OnApiDeviceSecInfoCallback: DeviceIdentify is null"); in OnApiDeviceSecInfoCallback()194 DATA_SEC_LOG_INFO("OnApiDeviceSecInfoCallback: DeviceSecurityInfo is null"); in OnApiDeviceSecInfoCallback()232 DATA_SEC_LOG_INFO("OnApiDeviceSecInfoCallback done!"); in OnApiDeviceSecInfoCallback()237 DATA_SEC_LOG_INFO("Enter GetDeviceSecLevelByUdidAsync..."); in GetDeviceSecLevelByUdidAsync()259 DATA_SEC_LOG_INFO("GetDeviceSecLevelByUdidAsync done!"); in GetDeviceSecLevelByUdidAsync()[all …]
29 #define DATA_SEC_LOG_INFO(fmt, ...) HILOG_INFO(LOG_CORE, fmt, ##__VA_ARGS__) macro