Searched refs:companion (Results 1 – 2 of 2) sorted by relevance
1342 if (!companion) { in RegisterCustomNodeAsyncEvent()1345 CHECK_NULL_VOID(companion); in RegisterCustomNodeAsyncEvent()1371 CHECK_NULL_RETURN(companion, -1); in UnregisterCustomNodeEvent()1378 companion->EraseExtraParam(eventType); in UnregisterCustomNodeEvent()1466 CHECK_NULL_VOID(companion); in SetCustomMethodFlag()1467 companion->SetFlags(flag); in SetCustomMethodFlag()1473 CHECK_NULL_RETURN(companion, 0); in GetCustomMethodFlag()1474 return companion->GetFlags(); in GetCustomMethodFlag()1480 CHECK_NULL_VOID(companion); in SetAlignment()1481 companion->SetAlignmentValue(value); in SetAlignment()[all …]
765 auto companion = AceType::MakeRefPtr<ExtensionCompanionNode>(peerId, flags, node); in RegisterCompanion() local766 frameNode->SetExtensionHandler(companion); in RegisterCompanion()