| /foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/ |
| H A D | xcomponent_resource.h | 50 void CallResRegisterMethod(const std::string& method, const std::string& param, 64 double GetDoubleParam(const std::string& param, const std::string& name) const; 65 int32_t GetIntParam(const std::string& param, const std::string& name) const; 66 std::string GetStringParam(const std::string& param, const std::string& name) const;
|
| /foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/ |
| H A D | rich_text_resource.h | 53 void CallResRegisterMethod(const Method& method, const std::string& param, 67 double GetDoubleParam(const std::string& param, const std::string& name) const; 68 int32_t GetIntParam(const std::string& param, const std::string& name) const; 69 std::string GetStringParam(const std::string& param, const std::string& name) const;
|
| /foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/ |
| H A D | plugin_manager_resource.h | 53 const Method& method, const std::string& param, const std::function<void(std::string&)>& callback = nullptr); 66 int32_t GetIntParam(const std::string& param, const std::string& name) const; 67 std::string GetStringParam(const std::string& param, const std::string& name) const; 68 std::map<std::string, std::string> ParseMapFromString(const std::string& param);
|
| /foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/ |
| H A D | want_agent.h | 34 * @param obj The proxy object. 48 * @param obj The proxy object. 55 * @param parcel Indicates the Parcel object for marshalling. 63 * @param parcel Indicates the Parcel object for unmarshalling.
|
| /foundation/arkui/ace_engine/frameworks/base/geometry/ |
| H A D | least_square_impl.h | 34 * @param paramsNum the right number is 4 or 3. 40 * @param paramsNum the right number is 4 or 3. 57 * @param countNum the compute number. 67 * @param params the four values of vector.
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| H A D | form_module_preloader.h | 29 * @param bundleName The name of target bundle. 30 * @param formModuleList Output, the list of components. 37 * @param bundleName The name of target bundle. 38 * @param formModuleList Output, the list of newly added components.
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
| H A D | js_key_function.cpp | 44 JSRef<JSVal> param = JSRef<JSObject>::Cast(createKeyEvent(event)); in Execute() local 45 JsFunction::ExecuteJS(1, ¶m); in Execute() 50 JSRef<JSVal> param = JSRef<JSObject>::Cast(createKeyEvent(event)); in ExecuteWithValue() local 51 return JsFunction::ExecuteJS(1, ¶m); in ExecuteWithValue()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
| H A D | js_canvas_pattern.cpp | 62 TransformParam param = JSMatrix2d::GetTransformInfo(jsObj); in JSSetTransform() local 64 param.translateX *= density; in JSSetTransform() 65 param.translateY *= density; in JSSetTransform() 68 canvasRenderer->SetTransform(GetId(), param); in JSSetTransform() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/camera/large_system/ |
| H A D | camera.h | 72 void OnTakePhoto(const std::string& param); 73 void OnError(const std::string& param); 74 void OnPreViewSizeChang(const std::string& param); 75 void OnPrepare(const std::string& param);
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| H A D | component_snapshot.h | 34 const RefPtr<AceType>& customNode, JsCallback&& callback, bool enableInspector, const SnapshotParam& param, 43 const RefPtr<AceType>& customNode, const SnapshotParam& param); 49 const SnapshotParam& param); 51 const RefPtr<PipelineContext>& pipeline, const SnapshotParam& param);
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
| H A D | web_resource.h | 42 const Method& method, const std::string& param, const std::function<void(std::string&)>& callback = nullptr); 55 double GetDoubleParam(const std::string& param, const std::string& name) const; 56 int32_t GetIntParam(const std::string& param, const std::string& name) const; 57 std::string GetStringParam(const std::string& param, const std::string& name) const;
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
| H A D | a2dp_sdp.h | 47 * @param[in] The role of local profile 65 * @param[in] addr The address of the peer device. 66 * @param[in] a2dpInstance The instance of profile 67 * @param[in] callback The callback function that receives the search result.
|
| /foundation/multimedia/audio_framework/interfaces/inner_api/native/audiomanager/include/ |
| H A D | audio_session_manager.h | 29 * @param deactiveEvent the audio session deactive event info. 45 * @param strategy Target audio session strategy. 72 * @param audioSessionCallback The audio session callback. 91 * @param audioSessionCallback The audio session callback.
|
| /foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/ |
| H A D | typography_builder.h | 37 * @param ys the style used by Typography. 38 * @param fontProviders the font providers used by Typography. 48 * @param xs The style to be pushed onto the stack. 59 * @param span The appended span.
|
| /foundation/graphic/graphic_3d/lume/LumeEngine/api/core/util/ |
| H A D | intf_frustum_util.h | 67 * @param matrix Matrix to create planes from. (Usually view-proj matrix) 73 * @param frustum Frustum to test against. 74 * @param pos Center position of a bounding sphere. 75 * @param radius Radius of a bounding sphere.
|
| /foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/ |
| H A D | parallel_task_queue.h | 31 @param threads Optional thread pool, if support for threading is desired. 38 @param afterIdentifier Identifier of the task that is run prior the submitted task. 39 @param taskIdentifier Identifier of the task, must be unique. 40 @param task Task to execute.
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/ |
| H A D | icc_profile_info.h | 44 * @param cinfo jpeg decompress pointer. 51 * @param cinfo jpeg decompress pointer. 70 * @param cinfo jpeg decompress pointer. 71 * @param SkImageInfo.
|
| /foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/ |
| H A D | ffmpeg_utils.h | 49 * @param pts ffmpeg time 50 * @param base ffmpeg time_base 57 * @param time time in HST_TIME_BASE 58 * @param base ffmpeg time_base
|
| /foundation/multimedia/media_foundation/interface/kits/c/ |
| H A D | native_avmemory.h | 31 * @param size the memory's size, bytes. 42 * @param mem Encapsulate OH_AVMemory structure instance pointer 54 * @param mem Encapsulate OH_AVMemory structure instance pointer 67 * @param mem Encapsulate OH_AVMemory structure instance pointer
|
| /foundation/multimedia/av_session/services/session/server/softbus/ |
| H A D | softbus_session_manager.h | 54 * @param socket socket
61 * @param socket socket
68 * @param socket socket
69 * @param data data received by the session channel
|
| /foundation/multimodalinput/input/intention/ipc/socket/src/ |
| H A D | socket_server.cpp | 89 AllocSocketPairParam param; in Control() local 90 if (!param.Unmarshalling(data)) { in Control() 98 param.programName, param.moduleType, tokenType, context.uid, context.pid, clientFd); in Control()
|
| /foundation/resourceschedule/device_standby/plugins/message_listener/include/ |
| H A D | background_task_listener.h | 63 * @param info Transient task app info. 70 * @param info App info transient task . 77 * @param info Continuous task app info. 85 * @param info Continuous task info.
|
| /foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
| H A D | iservice_registry.h | 31 * @param name, name of service 39 * @param name, name of service. 47 * @param name, name of service. 48 * @param service, remoteobject of service.
|
| /foundation/resourceschedule/background_task_mgr/frameworks/include/ |
| H A D | background_task_mgr_stub.h | 37 * @param code Service request code. 38 * @param data MessageParcel object. 39 * @param reply Local service response. 40 * @param option Point out async or sync.
|
| /foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/ |
| H A D | efficiency_resource_info.h | 35 * @param parcel Indicates the parcel object for unmarshalling. 43 * @param parcel Indicates the parcel object for marshalling. 111 * @param resourceNumber represents resource type. 121 * @param isProcess true if process, else if app.
|