Home
last modified time | relevance | path

Searched defs:apiMember (Results 1 – 2 of 2) sorted by relevance

/base/web/webview/interfaces/native/
Dnative_interface_arkweb.cpp221 #define ARKWEB_NATIVE_LOAD_FN_PTR(apiMember, funcImpl) LoadFunction(#funcImpl, &(apiMember)) in OH_NativeArkWeb_LoadData() argument
245 #define ARKWEB_NATIVE_LOAD_FN_PTR(apiMember, funcImpl) LoadFunction(#funcImpl, &(apiMember)) in OH_NativeArkWeb_RegisterAsyncThreadJavaScriptProxy() argument
275 #define ARKWEB_NATIVE_LOAD_FN_PTR(apiMember, funcImpl) LoadFunction(#funcImpl, &(apiMember)) in OH_NativeArkWeb_GetBlanklessInfoWithKey() argument
310 #define ARKWEB_NATIVE_LOAD_FN_PTR(apiMember, funcImpl) LoadFunction(#funcImpl, &(apiMember)) in OH_NativeArkWeb_SetBlanklessLoadingWithKey() argument
/base/web/webview/ohos_nweb/src/
Dnweb_helper.cpp639 #define LOAD_FN_PTR(apiMember, funcImpl) LoadFunction(#funcImpl, &(apiMember)) in RegisterCustomSchemes() argument