Home
last modified time | relevance | path

Searched refs:AceUnwrapStringFromJS (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_component.cpp99 std::string strValue = AceUnwrapStringFromJS(env, jsValue); in UnwrapNameFromJS()
468 std::string eventName = AceUnwrapStringFromJS(env, argv[ACE_PARAM1]); in UnwrapParamForOn()
479 std::string eventName = AceUnwrapStringFromJS(env, argv[ACE_PARAM0]); in UnwrapParamForOn()
H A Djs_plugin_util.h54 std::string AceUnwrapStringFromJS(napi_env env, napi_value param, const std::string& defaultValue =…
H A Djs_plugin_want.cpp724 std::string strProName = AceUnwrapStringFromJS(env, jsProName); in AceUnwrapWantParams()
730 std::string natValue = AceUnwrapStringFromJS(env, jsProValue); in AceUnwrapWantParams()
H A Djs_plugin_callback.cpp126 data->strTemplate = AceUnwrapStringFromJS(cbInfo_.env, jsTemplate); in SendRequestEventResult()
H A Djs_plugin_util.cpp221 std::string AceUnwrapStringFromJS(napi_env env, napi_value param, const std::string& defaultValue) in AceUnwrapStringFromJS() function