Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/include/
H A Dbase_def.h106 #define IINTERFACE_IMPL_2(ClassName, SuperclassName, InterfaceName1, InterfaceName2) \ argument
118 if (iid == g_IID_##InterfaceName1) { \
119 return static_cast<InterfaceName1 *>(this); \
125 return static_cast<InterfaceName1 *>(this); \
131 if (object == static_cast<InterfaceName1 *>(this)) { \
132 return g_IID_##InterfaceName1; \