Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/cpp/
Dvmloader.cc403 …ets_method create = etsEnv->GetStaticp_method(appClass, appInfo->createMethodName, appInfo->create… in StartApplication()
Dcommon-interop.cc75 ets_method method = etsEnv->GetStaticp_method( in setKoalaEtsNapiCallbackDispatcher()
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/cpp/ets/
Detsapi.h312 ets_method (*GetStaticp_method)(EtsEnv *env, ets_class cls, const char *name, const char *sig); member
1037 ets_method GetStaticp_method(ets_class cls, const char *name, const char *sig) in GetStaticp_method() function
1039 return native_interface->GetStaticp_method(this, cls, name, sig); in GetStaticp_method()