Home
last modified time | relevance | path

Searched defs:objName (Results 1 – 19 of 19) sorted by relevance

/base/web/webview/interfaces/kits/cj/src/
Dwebview_javascript_result_callback.cpp99 const std::vector<std::string>& methodList, const std::string& objName) in AddNamedObject()
138 const std::string& objName, const std::vector<std::string>& methodList) in RegisterJavaScriptProxy()
164 …td::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, in GetJavaScriptResultSelf()
194 …td::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, in GetJavaScriptResult()
315 …or<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, int fd, in GetJavaScriptResultSelfFlowbuf()
340 …or<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, int fd, in GetJavaScriptResultFlowbuf()
Dwebview_controller_impl.cpp580 const std::string& objName, const std::vector<std::string>& methodList) in RegisterJavaScriptProxy()
Dwebview_ffi.cpp230 std::string objName = std::string(cName); in FfiOHOSWebviewCtlRegisterJavaScriptProxy() local
/base/notification/common_event_service/interfaces/kits/napi/support/src/
Dsupport.cpp21 void SetNamedPropertyByStr(napi_env env, napi_value dstObj, const std::string &objName, const char … in SetNamedPropertyByStr()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_preference_wrapper.cpp227 std::string objName = ArkWebStringStructToClass(stName); in FixedFontFamilyName() local
245 std::string objName = ArkWebStringStructToClass(stName); in SerifFontFamilyName() local
303 std::string objName = ArkWebStringStructToClass(stName); in CursiveFontFamilyName() local
321 std::string objName = ArkWebStringStructToClass(stName); in FantasyFontFamilyName() local
359 std::string objName = ArkWebStringStructToClass(stName); in StandardFontFamilyName() local
377 std::string objName = ArkWebStringStructToClass(stName); in SansSerifFontFamilyName() local
Dark_web_file_selector_params_wrapper.cpp59 std::string objName = ArkWebStringStructToClass(stName); in DefaultFilename() local
Dark_web_drag_data_wrapper.cpp116 std::string objName = ArkWebStringStructToClass(stName); in GetImageFileName() local
Dark_web_nweb_wrapper.cpp900const char* objName, const std::vector<std::shared_ptr<OHOS::NWeb::NWebJsProxyCallback>>& callback… in RegisterNativeArkJSFunction()
909 void ArkWebNWebWrapper::UnRegisterNativeArkJSFunction(const char* objName) in UnRegisterNativeArkJSFunction()
/base/time/time_service/framework/js/napi/system_timer/src/
Dtimer_type.cpp22 void SetNamedPropertyByInteger(napi_env env, napi_value dstObj, int32_t objName, const char *propNa… in SetNamedPropertyByInteger()
/base/web/webview/interfaces/native/
Dnative_interface_arkweb.cpp73 void OH_NativeArkWeb_RegisterJavaScriptProxy(const char* webTag, const char* objName, const char** … in OH_NativeArkWeb_RegisterJavaScriptProxy()
95 void OH_NativeArkWeb_UnregisterJavaScriptProxy(const char* webTag, const char* objName) in OH_NativeArkWeb_UnregisterJavaScriptProxy()
Darkweb_type.h158 const char* objName; member
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_javascript_result_callback.cpp947 …td::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, in GetJavaScriptResultSelf()
1001 …td::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, in GetJavaScriptResult()
1161 …or<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, int fd, in GetJavaScriptResultSelfFlowbuf()
1197 …or<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, int fd, in GetJavaScriptResultFlowbuf()
1247 …td::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, in PostGetJavaScriptResultToJsThread()
1708 napi_env env, napi_value& obj, const std::string& objName) in AddNamedObject()
1787 bool WebviewJavaScriptResultCallBack::DeleteJavaScriptRegister(const std::string& objName) in DeleteJavaScriptRegister()
Dwebview_javascript_result_callback.h40 std::string objName; member
419 std::string objName; member
Dwebview_controller.cpp888 ErrCode WebviewController::DeleteJavaScriptRegister(const std::string& objName, in DeleteJavaScriptRegister()
Dnapi_webview_controller.cpp448 std::string objName; in ParseRegisterJavaScriptProxyParam() local
1147 std::string objName; in InnerJsProxy() local
3264 std::string objName; in DeleteJavaScriptRegister() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dconstant.cpp22 void SetNamedPropertyByInteger(napi_env env, napi_value dstObj, int32_t objName, const char *propNa… in SetNamedPropertyByInteger()
/base/time/time_service/framework/js/napi/common/src/
Dnapi_utils.cpp46 napi_value NapiUtils::CreateNapiNumber(napi_env env, int32_t objName) in CreateNapiNumber()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
Dark_web_nweb_impl.cpp767 void ArkWebNWebImpl::RegisterNativeArkJSFunction(const char* objName, const ArkWebJsProxyCallbackVe… in RegisterNativeArkJSFunction()
772 void ArkWebNWebImpl::UnRegisterNativeArkJSFunction(const char* objName) in UnRegisterNativeArkJSFunction()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account_common.cpp390 void SetNamedProperty(napi_env env, napi_value dstObj, const char *objName, const char *propName) in SetNamedProperty()