Home
last modified time | relevance | path

Searched refs:TYPE_FUNCTION (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_monitor/
H A Dbundle_monitor.cpp62 … BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, CALLBACK, TYPE_FUNCTION); in Register()
125 … BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, CALLBACK, TYPE_FUNCTION); in Unregister()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dstandard_codec_buffer_operator.cpp125 case BufferDataType::TYPE_FUNCTION: in ReadData()
180 case BufferDataType::TYPE_FUNCTION: in WriteData()
H A Dcodec_data.h42 TYPE_FUNCTION, enumerator
128 return type_ == BufferDataType::TYPE_FUNCTION; in IsFunction()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dnapi_constants.h41 constexpr const char* TYPE_FUNCTION = "function"; variable
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_utils.h63 TYPE_FUNCTION, enumerator
H A Djs_utils.cpp95 { TYPE_FUNCTION, "napi_function." },
H A Djs_get_input_method_controller.cpp356 …CK_RETURN(env, JsUtil::GetType(env, argv[1]) == napi_function, "callback", TYPE_FUNCTION, nullptr); in Subscribe()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_group_js_bridge.cpp357 CodecData arg(functionId, BufferDataType::TYPE_FUNCTION); in ParseJsPara()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_group_js_bridge.cpp487 CodecData arg(functionId, BufferDataType::TYPE_FUNCTION); in ParseJsPara()