Home
last modified time | relevance | path

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

/base/notification/common_event_service/interfaces/kits/napi/support/src/
H A Dsupport.cpp21 void SetNamedPropertyByStr(napi_env env, napi_value dstObj, const std::string &objName, const char *propName) in SetNamedPropertyByStr() argument
/base/time/time_service/framework/js/napi/system_timer/src/
H A Dtimer_type.cpp22 void SetNamedPropertyByInteger(napi_env env, napi_value dstObj, int32_t objName, const char *propName) in SetNamedPropertyByInteger() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_file_selector_params_wrapper.cpp59 std::string objName = ArkWebStringStructToClass(stName); in DefaultFilename() local
H A Dark_web_drag_data_wrapper.cpp116 std::string objName = ArkWebStringStructToClass(stName); in GetImageFileName() local
H A 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); SansSerifFontFamilyName() local
[all...]
H A Dark_web_nweb_wrapper.cpp910 void ArkWebNWebWrapper::UnRegisterNativeArkJSFunction(const char* objName) in UnRegisterNativeArkJSFunction() argument
900 RegisterNativeArkJSFunction( const char* objName, const std::vector<std::shared_ptr<OHOS::NWeb::NWebJsProxyCallback>>& callbacks) RegisterNativeArkJSFunction() argument
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dconstant.cpp22 void SetNamedPropertyByInteger(napi_env env, napi_value dstObj, int32_t objName, const char *propName) in SetNamedPropertyByInteger() argument
/base/web/webview/interfaces/native/
H A Dnative_interface_arkweb.cpp73 void OH_NativeArkWeb_RegisterJavaScriptProxy(const char* webTag, const char* objName, const char** methodList, in OH_NativeArkWeb_RegisterJavaScriptProxy() argument
95 void OH_NativeArkWeb_UnregisterJavaScriptProxy(const char* webTag, const char* objName) in OH_NativeArkWeb_UnregisterJavaScriptProxy() argument
H A Darkweb_type.h158 const char* objName; member
/base/time/time_service/framework/js/napi/common/src/
H A Dnapi_utils.cpp46 napi_value NapiUtils::CreateNapiNumber(napi_env env, int32_t objName) in CreateNapiNumber() argument
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_javascript_result_callback.cpp97 AddNamedObject( const std::vector<std::function<char*(const char*)>>& cjFuncs, const std::vector<std::string>& methodList, const std::string& objName) AddNamedObject() argument
136 RegisterJavaScriptProxy( const std::vector<std::function<char*(const char*)>>& cjFuncs, const std::string& objName, const std::vector<std::string>& methodList) RegisterJavaScriptProxy() argument
163 GetJavaScriptResultSelf( std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, int32_t routingId, int32_t objectId) GetJavaScriptResultSelf() argument
193 GetJavaScriptResult( std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, int32_t routingId, int32_t objectId) GetJavaScriptResult() argument
314 GetJavaScriptResultSelfFlowbuf( std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, int fd, int32_t routingId, int32_t objectId) GetJavaScriptResultSelfFlowbuf() argument
339 GetJavaScriptResultFlowbuf( std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, int fd, int32_t routingId, int32_t objectId) GetJavaScriptResultFlowbuf() argument
383 DeleteJavaScriptRegister(const std::string &objName) DeleteJavaScriptRegister() argument
[all...]
H A Dwebview_controller_impl.cpp867 ErrCode WebviewControllerImpl::DeleteJavaScriptRegister(const std::string& objName, in DeleteJavaScriptRegister() argument
759 RegisterJavaScriptProxy(const std::vector<std::function<char*(const char*)>>& cjFuncs, const std::string& objName, const std::vector<std::string>& methodList) RegisterJavaScriptProxy() argument
H A Dwebview_ffi.cpp369 std::string objName = std::string(cName); in FfiOHOSWebviewCtlRegisterJavaScriptProxy() local
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.h40 std::string objName; member
419 std::string objName; member
H A Dwebview_javascript_result_callback.cpp946 GetJavaScriptResultSelf( std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, int32_t routingId, int32_t objectId) GetJavaScriptResultSelf() argument
1000 GetJavaScriptResult( std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, int32_t routingId, int32_t objectId) GetJavaScriptResult() argument
1160 GetJavaScriptResultSelfFlowbuf( std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, int fd, int32_t routingId, int32_t objectId) GetJavaScriptResultSelfFlowbuf() argument
1196 GetJavaScriptResultFlowbuf( std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, int fd, int32_t routingId, int32_t objectId) GetJavaScriptResultFlowbuf() argument
1246 PostGetJavaScriptResultToJsThread( std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, int32_t routingId, int32_t objectId) PostGetJavaScriptResultToJsThread() argument
1707 AddNamedObject( napi_env env, napi_value& obj, const std::string& objName) AddNamedObject() argument
1787 DeleteJavaScriptRegister(const std::string& objName) DeleteJavaScriptRegister() argument
[all...]
H A Dwebview_controller.cpp888 ErrCode WebviewController::DeleteJavaScriptRegister(const std::string& objName, in DeleteJavaScriptRegister() argument
H A Dnapi_webview_controller.cpp1149 std::string objName; in InnerJsProxy() local
3266 std::string objName; in DeleteJavaScriptRegister() local
[all...]
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp390 void SetNamedProperty(napi_env env, napi_value dstObj, const char *objName, const char *propName) in SetNamedProperty() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp768 void ArkWebNWebImpl::RegisterNativeArkJSFunction(const char* objName, const ArkWebJsProxyCallbackVector& callbacks) in RegisterNativeArkJSFunction() argument
773 void ArkWebNWebImpl::UnRegisterNativeArkJSFunction(const char* objName) in UnRegisterNativeArkJSFunction() argument

Completed in 38 milliseconds