Home
last modified time | relevance | path

Searched refs:InterfaceName2 (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
121 if (iid == g_IID_##InterfaceName2) { \
122 return static_cast<InterfaceName2 *>(this); \
134 if (object == static_cast<InterfaceName2 *>(this)) { \
135 return g_IID_##InterfaceName2; \