Home
last modified time | relevance | path

Searched defs:param (Results 626 - 650 of 4647) sorted by relevance

1...<<21222324252627282930>>...186

/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_state.cpp440 const auto &param = msg.strArg_; in HandleMessage() local
528 const auto &param = msg.strArg_; in HandleMessage() local
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dtexture.cpp104 void Texture::OnRefresh(const std::string& param) in OnRefresh() argument
116 std::string param = paramStream.str(); in OnSize() local
117 CallResRegisterMethod(MakeMethodHash(SET_TEXTURE_SIZE), param); in OnSize() local
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/
H A Dnative_texture.cpp85 std::string param = paramStream.str(); in CreateTexture() local
107 void NativeTexture::OnRefresh(const std::string& param) in OnRefresh() argument
122 std::string param = paramStream.str(); in SetSize() local
123 CallResRegisterMethod(MakeMethodHash(SET_TEXTURE_SIZE), param, callback); in SetSize() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_measure_layout_node.h68 void SetMeasureLayoutParam(RefPtr<MeasureLayoutParam> param) in SetMeasureLayoutParam() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/navigation/
H A Dnavigation_manager.h40 std::string param; member
/foundation/arkui/ace_engine/frameworks/core/components/menu/
H A Dmenu_element.cpp167 std::string param = std::string("\"selected\",{\"value\":\"").append(option->GetValue().append("\"},null")); in OnOptionCallback() local
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_state.cpp440 const auto &param = msg.strArg_; in HandleMessage() local
528 const auto &param = msg.strArg_; in HandleMessage() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_function.h144 JSRef<JSVal> param; in Execute() local
207 JSRef<JSVal> param; in Execute() local
216 JSRef<JSVal> param; in ExecuteWithValue() local
[all...]
H A Djs_gesture_function.cpp31 JSRef<JSVal> param = JSRef<JSObject>::Cast(CreateGestureEvent(info)); in Execute() local
H A Djs_tabs_function.cpp104 JSRef<JSVal> param = JSRef<JSObject>::Cast(proxyObj); in Execute() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_transitioneffect_ffi.cpp96 void FfiOHOSAceFrameworkTransitionEffectAnimation(int64_t id, NativeAnimateParam param) in FfiOHOSAceFrameworkTransitionEffectAnimation() argument
/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/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
/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...]

Completed in 12 milliseconds

1...<<21222324252627282930>>...186