| /foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
| H A D | app_running_status_proxy.h | 32 * @param bundle Bundle name in application record. 33 * @param UID Uid of bundle. 34 * @param runningStatus The app running status.
|
| /foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/ |
| H A D | extension_control_interceptor.h | 29 ErrCode DoProcess(AbilityInterceptorParam param) override; 33 bool GetCallerAbilityInfo(const AbilityInterceptorParam& param, 35 bool GetTargetAbilityInfo(const AbilityInterceptorParam& param,
|
| /foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/ |
| H A D | data_ability_observer_interface.h | 38 * @param uri Indicates the path of the data to operate. 45 * @param changeInfo Indicates the info of the data to operate. 55 * @param key Indicates the key that has changed.
|
| /foundation/ability/ability_runtime/interfaces/kits/native/ability/native/continuation/remote_register_service/ |
| H A D | connect_callback_stub.h | 32 * @param Code indicators code of the connection or disconnection request function. 33 * @param data indicators receives the message object. 34 * @param reply indicators reply the message object.
|
| /foundation/arkui/ace_engine/test/mock/base/ |
| H A D | mock_ressched_report.cpp | 26 const char* /* name */, const std::unordered_map<std::string, std::string>& /* param */) in ResSchedDataReport() 38 const std::string& name, const std::unordered_map<std::string, std::string>& param) in ResSchedReportScope() 39 : name_(name), payload_(param) in ResSchedReportScope() 37 ResSchedReportScope( const std::string& name, const std::unordered_map<std::string, std::string>& param) ResSchedReportScope() argument
|
| /foundation/barrierfree/accessibility/common/interface/include/ |
| H A D | accessible_ability_manager_caption_observer_proxy.h | 28 * @param object The object of IPC 39 * @param caption the caption property 45 * @param data It is include the descriptor of IPC.
|
| H A D | accessible_ability_manager_state_observer_proxy.h | 28 * @param object The object of IPC 39 * @param stateType The state type and value. 48 * @param data It is include the descriptor of IPC.
|
| /foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/ |
| H A D | js_plugin_want.h | 31 bool AceUnwrapElementName(napi_env env, napi_value param, ElementName& elementName); 34 bool AceUnwrapWantParams(napi_env env, napi_value param, AAFwk::WantParams& wantParams); 37 bool AceUnwrapWant(napi_env env, napi_value param, Want& want);
|
| /foundation/barrierfree/accessibility/common/interface/include/parcel/ |
| H A D | accessibility_window_info_parcel.h | 31 * @param parcel Serializable data. 40 * @param parcel 49 * @param parcel
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
| H A D | bundle_user_mgr_proxy.h | 33 * @param userId Indicates the userId. 34 * @param disallowList Pass in the provisioned disallowList. 39 * @param userId Indicates the userId.
|
| H A D | bundle_user_mgr_interface.h | 30 * @param userId Indicates the userId. 31 * @param disallowList Pass in the provisioned disallowList. 39 * @param userId Indicates the userId.
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/ |
| H A D | napi_zlib_common.h | 44 CallZipUnzipParam param; member 49 bool IsTypeForNapiValue(napi_env env, napi_value param, napi_valuetype expectType); 50 std::string UnwrapStringFromJS(napi_env env, napi_value param, const std::string &defaultValue);
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
| H A D | bundle_profile.h | 30 * @param source Indicates the std::ostringstream of config.json. 31 * @param bundleExtractor hold hap files. 32 * @param innerBundleInfo Indicates the obtained InnerBundleInfo object.
|
| H A D | module_profile.h | 36 * @param source Indicates the std::ostringstream of module.json. 37 * @param bundleExtractor hold hap files. 38 * @param innerBundleInfo Indicates the obtained InnerBundleInfo object.
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
| H A D | hfp_ag_gap_client.h | 45 * @param address Remote device address. 46 * @param scn Server channel number. 54 * @param address Remote device address.
|
| /foundation/communication/bluetooth/frameworks/inner/include/ |
| H A D | bluetooth_host_load_callback.h | 33 * @param systemAbilityId bluetooth systemAbilityId(1130). 34 * @param remoteObject bluetooth host proxy. 41 * @param systemAbilityId bluetooth systemAbilityId(1130).
|
| /foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/js/builtin/include/ |
| H A D | capability_module.h | 28 * @param thisVal Indicates function execute context 29 * @param args Indicates the function arguments 30 * @param argsSize Indicates the size of function arguments
|
| /foundation/graphic/graphic_surface/interfaces/inner_api/buffer_handle/ |
| H A D | buffer_handle_utils.h | 28 * @param reserveInts The number of reserved integers 29 * @param reserveFds The number of reserved fds 36 * @param handle Buffer handle which is to be freed.
|
| H A D | buffer_handle_parcel.h | 25 * @param parcel which the buffer handle will write to
26 * @param handle Buffer handle which will wtite to parcel
33 * @param parcel message parcel which should has a buffer handle
|
| /foundation/graphic/graphic_surface/interfaces/inner_api/utils/ |
| H A D | buffer_handle_utils.h | 28 * @param reserveInts The number of reserved integers 29 * @param reserveFds The number of reserved fds 36 * @param handle Buffer handle which is to be freed.
|
| H A D | buffer_handle_parcel.h | 25 * @param parcel which the buffer handle will write to
26 * @param handle Buffer handle which will wtite to parcel
33 * @param parcel message parcel which should has a buffer handle
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/ |
| H A D | main.cpp | 34 struct sched_param param = {0}; in main() local 35 param.sched_priority = 1; in main() 36 if (sched_setscheduler(0, SCHED_FIFO, ¶m) != 0) { in main()
|
| /foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
| H A D | texgine_mask_filter.h | 44 * @param style The TexgineBlurStyle to use 45 * @param sigma The standard deviation of the Gaussian blur to apply. Must be greater than 0 46 * @param respectCTM If true, the blurry Sigma is modified by CTM
|
| H A D | texgine_path_1d_path_effect.h | 40 * @param path The path to copying 41 * @param advance Space between path instances 42 * @param style Path transformation style between each point
|
| /foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/task_manager/task_group/ |
| H A D | itask_group.h | 28 using TaskFunc = std::function<void(std::any param)>; 29 using TaskCallback = std::function<void(std::any param)>; 37 virtual bool SubmitTask(std::any param) = 0;
|