Home
last modified time | relevance | path

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

/base/security/device_auth/frameworks/deviceauth_lite/source/log/
Dlog.c24 #define DLL_API_PUBLIC __declspec(dllexport) macro
26 #define DLL_API_PUBLIC __declspec(dllimport) macro
29 #define DLL_API_PUBLIC __attribute__ ((visibility("default"))) macro
/base/security/device_auth/interfaces/innerkits/deviceauth_lite/
Dhichain.h23 #define DLL_API_PUBLIC __declspec(dllexport) macro
25 #define DLL_API_PUBLIC __declspec(dllimport) macro
28 #define DLL_API_PUBLIC __attribute__ ((visibility("default"))) macro