| /base/web/webview/interfaces/kits/napi/webviewcontroller/ |
| H A D | webview_hasimage_callback.cpp | 41 HasImageParam *param = new (std::nothrow) HasImageParam(); in OnReceiveValue() local 73 HasImageParam *param = reinterpret_cast<HasImageParam*>(work->data); UvAfterWorkCb() local [all...] |
| /foundation/ability/idl_tool/idl_tool_2/codegen/SA/ts/ |
| H A D | sa_ts_interface_code_emitter.cpp | 87 AutoPtr<ASTParameter> param = method->GetParameter(i);
in EmitInterfaceMethod() local 107 AutoPtr<ASTParameter> param = method->GetParameter(i);
in EmitInterfaceMethodCallback() local
|
| /foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/ |
| H A D | dms_hisysevent_report.cpp | 45 int DmsHiSysEventReport::ReportBehaviorEvent(const BehaviorEventParam& param) in ReportBehaviorEvent() argument
|
| /foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/strategy/ |
| H A D | silence_update_strategy.cpp | 32 SilenceUpdateStrategy::SilenceUpdateStrategy(const std::string ¶m): IUpdateStrategy(param) in SilenceUpdateStrategy() argument
|
| /foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/dfx/ |
| H A D | dms_hisysevent_report_test.cpp | 59 BehaviorEventParam param; in HWTEST_F() local
|
| /foundation/ability/idl_tool/test/rust/moduletest/client/src/ |
| H A D | main.rs | 63 let mut param = TokenInfoParams { in init_access_token() variables
|
| /foundation/ability/ability_runtime/frameworks/js/napi/ability_auto_startup_callback/ |
| H A D | js_ability_auto_startup_manager_utils.cpp | 24 bool UnwrapAutoStartupInfo(napi_env env, napi_value param, AutoStartupInfo &info) in UnwrapAutoStartupInfo() argument
|
| /foundation/ability/ability_runtime/services/abilitymgr/src/ |
| H A D | insight_intent_execute_param.cpp | 44 InsightIntentExecuteParam *param = new (std::nothrow) InsightIntentExecuteParam(); in Unmarshalling() local
|
| /foundation/ability/ability_runtime/services/abilitymgr/src/utils/ |
| H A D | modal_system_dialog_util.cpp | 53 nlohmann::json param; in ShowDeveloperModeDialog() local
|
| /foundation/ability/ability_runtime/services/common/src/ |
| H A D | event_handler_wrap.cpp | 84 bool EventHandlerWrap::RemoveEvent(uint32_t eventId, int64_t param) in RemoveEvent() argument
|
| /foundation/ability/ability_runtime/test/unittest/start_other_app_interceptor_test/ |
| H A D | start_other_app_interceptor_test.cpp | 207 AbilityInterceptorParam param = AbilityInterceptorParam(want, 0, 0, false, nullptr, in HWTEST_F() local 223 AbilityInterceptorParam param = AbilityInterceptorParam(want, 0, 0, false, nullptr, in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/common/ |
| H A D | platform_res_register.h | 46 void OnEvent(const std::string& eventId, const std::string& param) in OnEvent() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_navigation_stack.h | 37 JSRef<JSVal> param; member [all...] |
| H A D | js_navdestination_context.h | 34 JSNavPathInfo(const std::string& name, JSRef<JSVal> param) : NG::NavPathInfo(name), param_(param) {} in JSNavPathInfo() argument 35 JSNavPathInfo(const std::string& name, JSRef<JSVal> param, JSRef<JSVal> onPop, bool isEntry = false) in JSNavPathInfo() argument 39 void SetParam(const JSRef<JSVal>& param) in SetParam() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
| H A D | js_touch_function.cpp | 99 JSRef<JSVal> param = JSRef<JSObject>::Cast(CreateJSEventInfo(info)); in Execute() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
| H A D | js_path2d.cpp | 89 TransformParam param = JSMatrix2d::GetTransformInfo(jsObj); in JsPath2DAddPath() local
|
| /foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/ |
| H A D | js_plugin_callback_mgr.cpp | 60 RegisterRequestEvent(napi_env env, const AAFwk::Want& want, ACECallbackInfo& cbInfo, const std::shared_ptr<AceJSPluginRequestParam>& param) RegisterRequestEvent() argument 87 RegisterRequestEvent(napi_env env, const AAFwk::Want& want, ACEAsyncJSCallbackInfo* jsCallbackInfo, const std::shared_ptr<AceJSPluginRequestParam>& param) RegisterRequestEvent() argument
|
| /foundation/arkui/napi/sample/native_module_systemtest/ |
| H A D | js_napi_common.cpp | 21 bool IsTypeForNapiValue(napi_env env, napi_value param, napi_valuetype expectType) in IsTypeForNapiValue() argument
|
| /foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
| H A D | bluetooth_socket_proxy.cpp | 23 int BluetoothSocketProxy::Connect(ConnectSocketParam ¶m, int &fd) in Connect() argument 49 Listen(ListenSocketParam ¶m, int &fd) Listen() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssystemproperties_fuzzer/ |
| H A D | rssystemproperties_fuzzer.cpp | 63 std::string param = "text";
in DoSomethingInterestingWithMyAPI() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
| H A D | rs_mesa_blur_shader_filter.cpp | 52 void RSMESABlurShaderFilter::SetPixelStretchParams(std::shared_ptr<RSPixelStretchParams>& param) in SetPixelStretchParams() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/ |
| H A D | ge_visual_effect.h | 45 void SetParam(const std::string& tag, const std::shared_ptr<Drawing::Image> param) {}
in SetParam() argument 46 void SetParam(const std::string& tag, const std::shared_ptr<Drawing::ColorFilter> param) {}
in SetParam() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/ |
| H A D | drawing_command.cpp | 61 std::string param; in DCLCommand() local
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
| H A D | msg_handle_loop.h | 33 ParamSP param; member
|
| /foundation/multimedia/media_foundation/engine/scene/recorder/ |
| H A D | recorder_executor.h | 74 virtual ErrorCode DoStop(const Plugin::Any& param) in DoStop() argument [all...] |