Searched defs:fn (Results 1 – 9 of 9) sorted by relevance
| /base/web/webview/interfaces/native/ |
| D | arkweb_interface.cpp | 72 void* fn = OHOS::NWeb::NWebHelper::Instance().LoadFuncSymbol(functionName); in LoadFunction() local 97 #define ARKWEB_NATIVE_LOAD_FN_PTR(fn, ndkFn) LoadFunction(#ndkFn, &(g_ComponentImpl->fn)) in LoadComponentAPI() argument 121 #define ARKWEB_NATIVE_LOAD_FN_PTR(fn, ndkFn) LoadFunction(#ndkFn, &(g_ControllerImpl->fn)) in LoadControllerAPI() argument 145 #define ARKWEB_NATIVE_LOAD_FN_PTR(fn, ndkFn) LoadFunction(#ndkFn, &(g_WebMessagePortImpl->fn)) in LoadWebMessagePortAPI() argument 169 #define ARKWEB_NATIVE_LOAD_FN_PTR(fn, ndkFn) LoadFunction(#ndkFn, &(g_WebMessageImpl->fn)) in LoadWebMessageAPI() argument 194 #define ARKWEB_NATIVE_LOAD_FN_PTR(fn, ndkFn) LoadFunction(#ndkFn, &(g_CookieManagerImpl->fn)) in LoadCookieManagerAPI() argument
|
| D | arkweb_scheme_handler.cpp | 95 #define GEN_FN_PTR(fn) decltype(&(fn)) impl_##fn = nullptr argument 103 void* fn = OHOS::NWeb::NWebHelper::Instance().LoadFuncSymbol(functionName); in LoadFunction() local 116 #define LOAD_FN_PTR(fn) LoadFunction(#fn, &api->impl_##fn) in LoadSchemeHandlerApi() argument
|
| D | native_interface_arkweb.cpp | 162 void* fn = OHOS::NWeb::NWebHelper::Instance().LoadFuncSymbol(functionName); in LoadFunction() local
|
| /base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/rdb/include/ |
| D | cm_scope_guard.h | 25 explicit CmScoprGuard(Function fn) : fn_(fn), dismissed_(false) {} in CmScoprGuard()
|
| /base/hiviewdfx/faultloggerd/frameworks/localhandler/ |
| D | dfx_signal_local_handler.cpp | 138 void DFX_GetCrashFdFunc(CrashFdFunc fn) in DFX_GetCrashFdFunc()
|
| /base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
| D | cert_manager_status.c | 524 static RbTreeKey GetRbTreeKey(uint32_t store, const char *fn) in GetRbTreeKey() 679 struct RbTree *tree, struct TreeNode tempPara, const char *fn) in CertManagerFindMatchedFile() 714 struct CertEnableStatus certStatus, uint32_t store, const char *fn) in CertManagerStatus() 810 char fn[MAX_LEN_URI] = {0}; in CertManagerStatusFile() local
|
| /base/web/webview/ohos_nweb/src/ |
| D | nweb_helper.cpp | 97 #define GEN_FN_PTR(fn) decltype(&(fn)) impl_##fn = nullptr argument 105 void* fn = OHOS::NWeb::NWebHelper::Instance().LoadFuncSymbol(functionName); in LoadFunction() local 118 #define LOAD_FN_PTR(fn) LoadFunction(#fn, &api->impl_##fn) in LoadNWebCApi() argument
|
| /base/tee/tee_client/services/teecd/src/ |
| D | fs_work_agent.c | 1202 FsWorkFunc fn; member
|
| /base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
| D | hvigor-wrapper.js | 16 …("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("constants"),a=require("… function
|