Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_api.cpp1342 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 …]
H A Dview_model.cpp765 auto companion = AceType::MakeRefPtr<ExtensionCompanionNode>(peerId, flags, node); in RegisterCompanion() local
766 frameNode->SetExtensionHandler(companion); in RegisterCompanion()