Home
last modified time | relevance | path

Searched refs:g_ControllerImpl (Results 1 - 1 of 1) sorted by relevance

/base/web/webview/interfaces/native/
H A Darkweb_interface.cpp61 ArkWeb_ControllerAPI* g_ControllerImpl = nullptr; member
105 if (g_ControllerImpl) { in LoadControllerAPI()
109 g_ControllerImpl = new (std::nothrow) ArkWeb_ControllerAPI(); in LoadControllerAPI()
110 if (!g_ControllerImpl) { in LoadControllerAPI()
114 g_ControllerImpl->size = sizeof(ArkWeb_ControllerAPI); in LoadControllerAPI()
120 #define ARKWEB_NATIVE_LOAD_FN_PTR(fn, ndkFn) LoadFunction(#ndkFn, &(g_ControllerImpl->fn)) in LoadControllerAPI()
213 return reinterpret_cast<ArkWeb_AnyNativeAPI*>(g_ControllerImpl); in OH_ArkWeb_GetNativeAPI()

Completed in 1 milliseconds