Home
last modified time | relevance | path

Searched defs:param (Results 476 - 500 of 2475) sorted by relevance

1...<<11121314151617181920>>...99

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navrouter.cpp63 JSRef<JSVal> param = jsObj->GetProperty("param"); in Create() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_tabs_function.cpp104 JSRef<JSVal> param = JSRef<JSObject>::Cast(proxyObj); in Execute() local
/foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/
H A Dability_component_resource.cpp90 CallResRegisterMethod( const std::string& method, const std::string& param, bool useSyncTask) CallResRegisterMethod() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_matrix2d.h91 void SetTransform(const TransformParam& param) in SetTransform() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
H A Dnapi_zlib_common.cpp26 bool IsTypeForNapiValue(napi_env env, napi_value param, napi_valuetype expectType) in IsTypeForNapiValue() argument
37 std::string UnwrapStringFromJS(napi_env env, napi_value param, const std::string &defaultValue) in UnwrapStringFromJS() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Ddft_impl.cpp65 void DftImpl::CallbackPageReplaced(int state, const char *param) in CallbackPageReplaced() argument
79 jerry_value_t param = jerryx_get_property_str(global, ROUTER_PAGE); in CallbackPageReplaced() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Ddiv_component.cpp174 ConstrainedParameter param; in AttachView() local
/foundation/arkui/ui_lite/frameworks/core/
H A Dinput_method_manager.cpp43 InputMethodParam param; in ShowInputMethod() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dlocalization_module.cpp93 char *param = MallocStringOf(args[0], &paramStrLength); in GetValueByKey() local
/foundation/multimedia/av_codec/frameworks/native/capi/avmuxer/
H A Dnative_avmuxer.cpp54 std::shared_ptr<Meta> param = std::make_shared<Meta>(); in OH_AVMuxer_SetRotation() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_thread_handler_generic.cpp67 void RSThreadHandlerGeneric::PostTask(const RSTaskHandle taskHandle, int param) in PostTask() argument
78 void RSThreadHandlerGeneric::PostTaskDelay(const RSTaskHandle taskHandle, int64_t nsecs, int param) in PostTaskDelay() argument
H A Drs_thread_looper_impl.cpp69 int param = 0; in ProcessOneMessageInternal() local
123 void ThreadLooperImpl::PostMessage(const std::shared_ptr<ThreadLooperMessage>& message, int param) in PostMessage() argument
130 void ThreadLooperImpl::PostMessage(int64_t delay, const std::shared_ptr<ThreadLooperMessage>& message, int param) in PostMessage() argument
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_utils.h43 void AppendToVector(std::vector<uint8_t>& vec, const T& param) in AppendToVector() argument
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_visual_effect_impl.cpp81 void GEVisualEffectImpl::SetParam(const std::string& tag, int32_t param) in SetParam() argument
132 void GEVisualEffectImpl::SetParam(const std::string& tag, bool param) in SetParam() argument
150 void GEVisualEffectImpl::SetParam(const std::string& tag, int64_t param) {} in SetParam() argument
152 void GEVisualEffectImpl::SetParam(const std::string& tag, float param) in SetParam() argument
185 SetParam(const std::string& tag, double param) SetParam() argument
187 SetParam(const std::string& tag, const char* const param) SetParam() argument
189 SetParam(const std::string& tag, const std::shared_ptr<Drawing::Image> param) SetParam() argument
191 SetParam(const std::string& tag, const std::shared_ptr<Drawing::ColorFilter> param) SetParam() argument
193 SetParam(const std::string& tag, const Drawing::Matrix param) SetParam() argument
211 SetParam(const std::string& tag, const std::vector<std::pair<float, float>> param) SetParam() argument
228 SetParam(const std::string& tag, const uint32_t param) SetParam() argument
251 SetMESABlurParams(const std::string& tag, float param) SetMESABlurParams() argument
282 SetAIBarParams(const std::string& tag, float param) SetAIBarParams() argument
307 SetGreyParams(const std::string& tag, float param) SetGreyParams() argument
324 SetLinearGradientBlurParams(const std::string& tag, float param) SetLinearGradientBlurParams() argument
349 SetMagnifierParamsFloat(const std::string& tag, float param) SetMagnifierParamsFloat() argument
382 SetMagnifierParamsUint32(const std::string& tag, uint32_t param) SetMagnifierParamsUint32() argument
405 SetWaterRippleParams(const std::string& tag, float param) SetWaterRippleParams() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_thread_test.cpp56 CaptureParam param; in HWTEST_F() local
H A Drs_uni_render_engine_test.cpp54 auto param = RSDividedRenderUtil::CreateBufferDrawParam(*node); in HWTEST() local
72 auto param = RSDividedRenderUtil::CreateBufferDrawParam(*node); in HWTEST() local
157 BufferDrawParam param; in HWTEST() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_uni_render_thread_ext_test.cpp56 CaptureParam param; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dfill_types_persp.cpp55 void FillTypePersp::ShowPath(OH_Drawing_Canvas* canvas, DATA_PARAM param, OH_Drawing_Brush* brush) in ShowPath() argument
91 DATA_PARAM param; in ShowFour() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_kawase_blur_test.cpp50 KawaseParameter param = KawaseParameter(src, dst, 1); in HWTEST_F() local
H A Drs_hps_blur_test.cpp88 auto param = Drawing::HpsBlurParameter(src_, dst_, radius, saturationForHPS, brightnessForHPS); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_hps_blur.cpp40 ApplyHpsBlur(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& image, const Drawing::HpsBlurParameter& param, float alpha, std::shared_ptr<Drawing::ColorFilter> colorFilter) const ApplyHpsBlur() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsthreadhandlergeneric_fuzzer/
H A Drsthreadhandlergeneric_fuzzer.cpp81 int param = GetData<int>(); in DoPostTask() local
98 int param = GetData<int>(); in DoPostTaskDelay() local
171 int param = GetData<int>(); in DoGenericMessageHandler() local
/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Drecorder_utils.cpp112 bool CastAudRecorderParam(const RecorderParam& param, Plugin::ValueType& val) in CastAudRecorderParam() argument
134 bool CastVidRecorderParam(const RecorderParam& param, Plugin::ValueType& val) in CastVidRecorderParam() argument
160 CastDummyRecorderParam(const RecorderParam& param, Plugin::ValueType& val) CastDummyRecorderParam() argument
190 CastRecorderParam(int32_t sourceId, const RecorderParam& param, HstRecParam& out) CastRecorderParam() argument
[all...]
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/
H A Dmuxer.cpp101 auto param = std::make_shared<Meta>(); in AddMediaInfo() local
/foundation/multimedia/av_session/services/session/ipc/stub/
H A Dsession_listener_stub.cpp93 int64_t param = data.ReadInt64(); in HandleOnDeviceLogEvent() local

Completed in 10 milliseconds

1...<<11121314151617181920>>...99