Home
last modified time | relevance | path

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

/developtools/profiler/hidebug/interfaces/ets/ani/hidebug/src/
Dani_hidebug.cpp426 if (ANI_OK != env->Namespace_BindNativeFunctions(nameSpace, methods.data(), methods.size())) { in ANI_Constructor()
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/cpp/ani/
Dani.h840 …ani_status (*Namespace_BindNativeFunctions)(ani_env *env, ani_namespace ns, const ani_native_funct… member
7022 ani_status Namespace_BindNativeFunctions(ani_namespace ns, const ani_native_function *functions, in Namespace_BindNativeFunctions() function
7025 return c_api->Namespace_BindNativeFunctions(this, ns, functions, nr_functions); in Namespace_BindNativeFunctions()