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 D | bundle_monitor.cpp | 62 … 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 D | standard_codec_buffer_operator.cpp | 125 case BufferDataType::TYPE_FUNCTION: in ReadData() 180 case BufferDataType::TYPE_FUNCTION: in WriteData()
|
H A D | codec_data.h | 42 TYPE_FUNCTION, enumerator 128 return type_ == BufferDataType::TYPE_FUNCTION; in IsFunction()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | napi_constants.h | 41 constexpr const char* TYPE_FUNCTION = "function"; variable
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_utils.h | 63 TYPE_FUNCTION, enumerator
|
H A D | js_utils.cpp | 95 { TYPE_FUNCTION, "napi_function." },
|
H A D | js_get_input_method_controller.cpp | 356 …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 D | jsi_declarative_group_js_bridge.cpp | 357 CodecData arg(functionId, BufferDataType::TYPE_FUNCTION); in ParseJsPara()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_group_js_bridge.cpp | 487 CodecData arg(functionId, BufferDataType::TYPE_FUNCTION); in ParseJsPara()
|