Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dview_model.h50 void SetCallbackMethod(ArkUIAPICallbackMethod* method);
H A Dnode_api.cpp1261 static void SetCallbackMethod(ArkUIAPICallbackMethod* method) in SetCallbackMethod() function
1263 ViewModel::SetCallbackMethod(method); in SetCallbackMethod()
1842 SetCallbackMethod,
1922 …static const ArkUIGraphicsAPI api = { ARKUI_NODE_GRAPHICS_API_VERSION, SetCallbackMethod, GetCanva… in GetGraphicsAPI()
2159 SetCallbackMethod, // CallbackMethod
2227 ARKUI_NODE_GRAPHICS_API_VERSION, SetCallbackMethod, GetCanvasAPI, GetPaintAPI, GetFontAPI in GetCJUIGraphicsAPI()
2264 SetCallbackMethod, in GetCJUIExtendedAPI()
2304 SetCallbackMethod,
H A Dview_model.cpp786 void SetCallbackMethod(ArkUIAPICallbackMethod* method) in SetCallbackMethod() function