/base/notification/common_event_service/interfaces/kits/napi/support/src/ |
H A D | support.cpp | 21 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 D | timer_type.cpp | 22 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 D | ark_web_file_selector_params_wrapper.cpp | 59 std::string objName = ArkWebStringStructToClass(stName); in DefaultFilename() local
|
H A D | ark_web_drag_data_wrapper.cpp | 116 std::string objName = ArkWebStringStructToClass(stName); in GetImageFileName() local
|
H A D | ark_web_preference_wrapper.cpp | 227 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 D | ark_web_nweb_wrapper.cpp | 910 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 D | constant.cpp | 22 void SetNamedPropertyByInteger(napi_env env, napi_value dstObj, int32_t objName, const char *propName) in SetNamedPropertyByInteger() argument
|
/base/web/webview/interfaces/native/ |
H A D | native_interface_arkweb.cpp | 73 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 D | arkweb_type.h | 158 const char* objName; member
|
/base/time/time_service/framework/js/napi/common/src/ |
H A D | napi_utils.cpp | 46 napi_value NapiUtils::CreateNapiNumber(napi_env env, int32_t objName) in CreateNapiNumber() argument
|
/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_javascript_result_callback.cpp | 97 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 D | webview_controller_impl.cpp | 867 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 D | webview_ffi.cpp | 369 std::string objName = std::string(cName); in FfiOHOSWebviewCtlRegisterJavaScriptProxy() local
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_javascript_result_callback.h | 40 std::string objName; member 419 std::string objName; member
|
H A D | webview_javascript_result_callback.cpp | 946 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 D | webview_controller.cpp | 888 ErrCode WebviewController::DeleteJavaScriptRegister(const std::string& objName, in DeleteJavaScriptRegister() argument
|
H A D | napi_webview_controller.cpp | 1149 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 D | napi_app_account_common.cpp | 390 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 D | ark_web_nweb_impl.cpp | 768 void ArkWebNWebImpl::RegisterNativeArkJSFunction(const char* objName, const ArkWebJsProxyCallbackVector& callbacks) in RegisterNativeArkJSFunction() argument 773 void ArkWebNWebImpl::UnRegisterNativeArkJSFunction(const char* objName) in UnRegisterNativeArkJSFunction() argument
|