| /drivers/peripheral/codec/interfaces/include/ |
| H A D | codec_component_manager.h | 73 * @param capList Indicates the pointer to the component capability list {@link CodecCompCapability} obtained. 74 * @param count Indicates the number of codec components, which is obtained by {@link GetComponentNum}. 88 * @param component Indicates the pointer to the codec component created. 89 * @param componentId Indicates the id to the codec component created. 90 * @param compName Indicates the name of the component to create. 91 * @param appData Indicates the pointer to the value defined by the application. 93 * @param callbacks Indicates the pointer to the callback defined by <b>OMX_CALLBACKTYPE</b>. 107 * @param componentId Indicates the codec component id to destroy.
|
| /drivers/peripheral/codec/test/unittest/idl_omx/ |
| H A D | codec_hdi_omx_dec_test.cpp | 119 OMX_PARAM_PORTDEFINITIONTYPE param; in HWTEST_F() local 120 func_->GetPortParameter(g_component, PortIndex::INDEX_INPUT, param); in HWTEST_F() 121 auto err = func_->UseBufferOnPort(g_component, PortIndex::INDEX_INPUT, param.nBufferCountActual, in HWTEST_F() 122 param.nBufferSize); in HWTEST_F() 125 err = func_->InitBufferHandleParameter(g_component, param, outputIndex, CODEC_BUFFER_TYPE_HANDLE); in HWTEST_F() 127 ret = func_->GetPortParameter(g_component, PortIndex::INDEX_OUTPUT, param); in HWTEST_F() 129 err = func_->UseHandleBuffer(g_component, PortIndex::INDEX_OUTPUT, param.nBufferCountActual, param.nBufferSize); in HWTEST_F()
|
| /foundation/ability/ability_runtime/services/appmgr/include/ |
| H A D | module_running_record.h | 58 * @param name, the module main ability name. 71 * @param token, the unique identification to the ability. 101 * @param ability, the ability record. 117 * @param token, he unique identification to terminate the ability. 127 * @param token, the unique identification to terminated the ability. 136 * @param serviceInner, application service internal handler instance. 144 * @param ability, the ability info. 145 * @param state, the ability state.
|
| /foundation/ability/idl_tool/test/hdi_unittest/location_gnss_v1_0/foo/location/gnss/v1_0/ |
| H A D | IGnssInterface.idl | 59 * @param para Indicates GNSS configuration parameters, including basic GNSS parameters and GNSS cache 71 * @param callback Indicates Callback function sent by the upper layer to the gnss driver. The gnss driver returns 93 * @param type Indicates the GNSS startup type, which is used to distinguish between common GNSS positioning 105 * @param type Indicates the GNSS startup type, which is used to distinguish between common GNSS positioning 117 * @param refInfo Indicates the GNSS reference information structure, including the reference time and reference 129 * @param data Indicates the type of auxiliary data to be deleted. For details, see {@link GnssAuxiliaryData}. 140 * @param data Indicates Predict Gnss Data. 151 * @param size Indicates an output parameter used to receive the number of locations that can be
|
| /foundation/ability/ability_runtime/services/abilitymgr/include/ |
| H A D | ability_cache_manager.h | 51 * @param abilityRecord the ability record to be putted into cache manager. 58 * @param abilityRecord, the ability record to be removed into cache manager. 65 * @param abilityRequest the ability request to be searched in cache manager. 72 * @param token the ability token to be searched in cache manager. 85 * @param assertSessionId the ability assertSessionId to be searched in cache manager. 92 * @param serviceKey the ability serviceKey to be searched in cache manager. 104 * @param uid the ability uid to be searched in cache manager. 110 * @param bundleName the ability bundleName to be searched in cache manager.
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
| H A D | cj_ability_object.cpp | 83 CJLaunchParam param; in OnStart() local 84 param.launchReason = launchParam.launchReason; in OnStart() 85 param.lastExitReason = launchParam.lastExitReason; in OnStart() 86 g_cjAbilityFuncs->cjAbilityOnStart(id_, wantHandle, param); in OnStart() 180 CJLaunchParam param; in OnNewWant() local 181 param.launchReason = launchParam.launchReason; in OnNewWant() 182 param.lastExitReason = launchParam.lastExitReason; in OnNewWant() 183 g_cjAbilityFuncs->cjAbilityOnNewWant(id_, wantHandle, param); in OnNewWant()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
| H A D | bundle_permission_mgr.h | 39 * @param bundleName Indicates the name of the bundle to check. 40 * @param permission Indicates the permission to check. 41 * @param userId Indicates the userId of the bundle. 48 * @param permissionName Indicates the name of the permission. 49 * @param permissionDef Indicates the object containing detailed information about the given permission. 55 * @param bundleName Indicates the name of the bundle. 56 * @param permission Indicates the permission to request. 57 * @param userId Indicates the userId of the bundle.
|
| /foundation/arkui/ui_lite/interfaces/kits/components/ |
| H A D | ui_digital_clock.h | 83 * @param fontId Indicates the dynamic font ID to set. 92 * @param name Indicates the pointer to the font name. 93 * @param size Indicates the font size to set. 102 * @param color Indicates the front color to set. 137 * @param dm Indicates the display mode to set. 162 * @param displayLeadingZero Specifies whether to add <b>0</b> before the hour of this digital clock. 173 * @param opacity Indicates the opacity of this digital clock. The value ranges 192 * @param clockInit Specifies whether the first initialization. <b>true</b> indicates the first initialization,
|
| /foundation/communication/bluetooth/frameworks/inner/src/ |
| H A D | bluetooth_map_mse.cpp | 145 CHECK_AND_RETURN_LOG_RET(device.IsValidBluetoothRemoteDevice(), BT_ERR_INVALID_PARAM, "device param error");
in GetDeviceState() 174 CHECK_AND_RETURN_LOG_RET(device.IsValidBluetoothRemoteDevice(), BT_ERR_INVALID_PARAM, "device param error");
in Disconnect() 185 CHECK_AND_RETURN_LOG_RET(device.IsValidBluetoothRemoteDevice(), BT_ERR_INVALID_PARAM, "device param error");
in SetConnectionStrategy() 186 CHECK_AND_RETURN_LOG_RET(CheckConnectionStrategyInvalid(strategy), BT_ERR_INVALID_PARAM, "strategy param error");
in SetConnectionStrategy() 197 CHECK_AND_RETURN_LOG_RET(device.IsValidBluetoothRemoteDevice(), BT_ERR_INVALID_PARAM, "device param error");
in GetConnectionStrategy() 208 CHECK_AND_RETURN_LOG_RET(device.IsValidBluetoothRemoteDevice(), BT_ERR_INVALID_PARAM, "device param error");
in SetMessageAccessAuthorization() 210 BT_ERR_INVALID_PARAM, "metaData param error");
in SetMessageAccessAuthorization() 222 CHECK_AND_RETURN_LOG_RET(device.IsValidBluetoothRemoteDevice(), BT_ERR_INVALID_PARAM, "device param error");
in GetMessageAccessAuthorization()
|
| /foundation/communication/bluetooth/interfaces/inner_api/include/ |
| H A D | uuid.h | 73 * @param[in] mostSigBits : The most significant 64 bits of UUID. 74 * @param[in] leastSigBits : The least significant 64 bits of UUID. 82 * @param[in] name : The value of string to create UUID. 108 * @param[in] val : UUID which this UUID is to be compared. 119 * @param[in] val : UUID which this UUID is to be compared. 145 * @param[in] name : The 128 bits value for a UUID. 162 * @param rhs Compared UUID instance. 170 * @param[in] uuid : UUID object.
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/ |
| H A D | a2dp_codec_config.h | 110 * @param[in] codecIndex The index of the codec elements. 111 * @param[in] codecPriority The priority of the codec elements. 158 * @param[in] codecInfo The information about the codec Capabilities. 167 * @param[in] codecInfo The information about the codec. 176 * @param[in] codecInfo The information about the codec. 185 * @param[in] codecInfo The information about the codec. 194 * @param[in] codecInfo The information about the codec. 203 * @param[in] codecInfo The information about the codec Capabilities.
|
| /foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/ |
| H A D | intf_render_data_store_shader_passes.h | 62 * @param name Name of the data block. One can add data to same named block multiple times during a frame. 63 * @param data Render pass data. 68 * @param name Name of the data block. One can add data to same named block multiple times during a frame. 69 * @param data Render pass data. 74 * @param name Name of the data block. One can add data to same named block multiple times during a frame. 80 * @param name Name of the data block. One can add data to same named block multiple times during a frame. 96 * @param name Name of the data block. One can add data to named block multiple times during a frame. 102 * @param name Name of the data block. One can add data to named block multiple times during a frame.
|
| /foundation/multimedia/av_codec/interfaces/plugin/ |
| H A D | source_plugin.h | 77 * @param source data source, uri or stream source 92 * @param buffer Buffer to store the data, it can be nullptr or empty to get the buffer from plugin. 93 * @param expectedLen Expected data size to be read 106 * @param streamId stream index. 107 * @param buffer Buffer to store the data, it can be nullptr or empty to get the buffer from plugin. 108 * @param expectedLen Expected data size to be read 124 * @param size data source size. 147 * @param offset position to read data frames
|
| /foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/ |
| H A D | event_runner.h | 38 * @param inNewThread True if create new thread to start the 'EventRunner' automatically. 46 * @param threadName Thread name of the new created thread. 55 * @param threadName Thread name of the new created thread. 115 * @param dumpr The Dumper object you have implemented to process the output internal information. 123 * @param runnerInfo runner Info. 130 * @param logger The Logger object you have implemented for logging messages. 151 * @param deliveryTimeout the distribution standard expiration time. 171 * @param distributeTimeout the distribution standard expiration time.
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
| H A D | rs_thread_looper_impl.cpp | 69 int param = 0; in ProcessOneMessageInternal() local 77 param = std::get<int>(message); in ProcessOneMessageInternal() 83 param = std::get<int>(message); in ProcessOneMessageInternal() 89 task->Process(param); in ProcessOneMessageInternal() 123 void ThreadLooperImpl::PostMessage(const std::shared_ptr<ThreadLooperMessage>& message, int param) in PostMessage() argument 126 queue_.emplace_back(message, param); in PostMessage() 130 void ThreadLooperImpl::PostMessage(int64_t delay, const std::shared_ptr<ThreadLooperMessage>& message, int param) in PostMessage() argument 135 delayedQueue_.emplace(castTime, message, param); in PostMessage()
|
| /foundation/multimedia/image_framework/interfaces/kits/native/include/ |
| H A D | image_pixel_map_napi.h | 124 * @param env Indicates the NAPI environment pointer. 125 * @param value Indicates the <b>PixelMap</b> object at the application layer. 126 * @param info Indicates the pointer to the object that stores the information obtained. 144 * @param env Indicates the NAPI environment pointer. 145 * @param value Indicates the <b>PixelMap</b> object at the application layer. 146 * @param addrPtr Indicates the double pointer to the memory address. 158 * @param env Indicates the NAPI environment pointer. 159 * @param value Indicates the <b>PixelMap</b> object at the application layer.
|
| /foundation/multimedia/media_foundation/engine/include/plugin/common/ |
| H A D | plugin_memory.h | 50 * @param size Allocation parameters. 59 * @param ptr Pointer of the allocated buffer. 121 * @param capacity Allocated memory size. 122 * @param allocator External allocator. 123 * @param align The alignment of the memory. 159 * @param capacity Allocated memory size. 160 * @param bufData External memory. 161 * @param align The alignment of the memory.
|
| /foundation/multimedia/media_foundation/interface/inner_api/plugin/ |
| H A D | plugin_memory.h | 40 * @param size Allocation parameters. 49 * @param ptr Pointer of the allocated buffer. 111 * @param capacity Allocated memory size. 112 * @param allocator External allocator. 113 * @param align The alignment of the memory. 149 * @param capacity Allocated memory size. 150 * @param bufData External memory. 151 * @param align The alignment of the memory.
|
| /foundation/multimedia/player_framework/interfaces/inner_api/native/system_sound_manager/include/ |
| H A D | system_tone_player.h | 87 * @param soundID Indicates the sound ID returned by sound pool. 88 * @param systemToneOptions Indicates the mute status of audio and haptic. 97 * @param streamID Indicates the streamID returned by the Start() or Start(SystemToneOptions systemToneOptions). 116 * @param volume Audio volume value 126 * @param volume Recevie Audio volume value 136 * @param volume Recevie all supported haptics features 146 * @param volume Haptics feature value 156 * @param volume Receive haptics feature value
|
| /foundation/multimodalinput/input/interfaces/api_temp/ |
| H A D | ohos.multimodalInput.pointer.d.ts | 19 * @param { number } rows - Indicates the number of touchpad scrolling rows. 20 * @param { AsyncCallback<void> } callback - Callback used to return the result. 33 * @param { number } rows - Indicates the number of touchpad scrolling rows. 47 * @param { AsyncCallback<number> } callback - Callback used to return the result. 73 * @param { boolean } state - Indicates whether the touchpad three finger switch is enabled. 75 * @param { AsyncCallback<void> } callback - Callback used to return the result. 88 * @param { boolean } state - Indicates whether the touchpad three finger switch is enabled. 103 * @param { AsyncCallback<boolean> } callback - Callback used to return the result.
|
| /foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/ |
| H A D | netfirewall.h | 31 * @param tuple match tuple of skb meta data 32 * @param skb struct __sk_buff 33 * @param dir enum stream_dir 53 * @param tuple struct match_tuple 72 * @param match_tpl struct match_tuple 73 * @param ct_tpl struct ct_tuple 101 * @param skb struct __sk_buff 160 * @param skb struct __sk_buff
|
| /foundation/communication/ipc/ipc/native/src/napi_common/source/ |
| H A D | napi_remote_object_holder.cpp | 62 OperateJsRefParam *param = new OperateJsRefParam {
in DeleteJsObjectRefInUvWork() local 66 work->data = reinterpret_cast<void *>(param);
in DeleteJsObjectRefInUvWork() 70 OperateJsRefParam *param = reinterpret_cast<OperateJsRefParam *>(work->data);
in DeleteJsObjectRefInUvWork() 72 napi_open_handle_scope(param->env, &scope);
in DeleteJsObjectRefInUvWork() 73 napi_status napiStatus = napi_delete_reference(param->env, param->thisVarRef);
in DeleteJsObjectRefInUvWork() 77 napi_close_handle_scope(param->env, scope);
in DeleteJsObjectRefInUvWork() 78 delete param;
in DeleteJsObjectRefInUvWork()
|
| /foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/ |
| H A D | netfirewall_default_rule_parser_test.cpp | 76 cJSON *param = cJSON_CreateObject(); in HWTEST_F() local 77 cJSON_AddBoolToObject(param, NET_FIREWALL_DOMAIN_IS_WILDCARD.c_str(), false); in HWTEST_F() 78 cJSON_AddStringToObject(param, NET_FIREWALL_DOMAIN.c_str(), "www.openharmony.cn"); in HWTEST_F() 79 cJSON_AddItemToArray(array, param); in HWTEST_F() 89 cJSON *param = cJSON_CreateObject(); in HWTEST_F() local 90 cJSON_AddStringToObject(param, NET_FIREWALL_DNS_PRIMARY.c_str(), "192.168.1.1"); in HWTEST_F() 91 cJSON_AddStringToObject(param, NET_FIREWALL_DNS_STANDY.c_str(), "192.168.2.1"); in HWTEST_F() 92 cJSON_AddItemToObject(root, NET_FIREWALL_DNS.c_str(), param); in HWTEST_F()
|
| /foundation/communication/netmanager_base/services/netpolicymanager/include/ |
| H A D | net_policy_traffic.h | 47 * @param quotaPolicies The updated quota policies 55 * @param quotaPolicies The list of network quota policy, {@link NetQuotaPolicy}. 63 * @param netType {@link NetBearType}. 64 * @param simId Specify the matched simId of quota policy when netType is cellular. 65 * @param remindType {@link RemindType}. 73 * @param eventId The event id 74 * @param policyEvent The informations passed from other core 88 * @param simId Specify the matched simId of quota policy.
|
| /foundation/communication/dsoftbus/core/common/dfx/event/src/convert/ |
| H A D | trans_event_converter.h | 27 const char *eventName, HiSysEventParamType paramType, SoftbusEventForm *form, HiSysEventParam *param) \ 29 if (Assigner##type(form->transExtra->field, ¶m) && \ 30 CopyString(param->name, eventName, MAX_LENGTH_OF_PARAM_NAME)) { \ 31 param->t = paramType; \ 109 const char *eventName, HiSysEventParamType paramType, SoftbusEventForm *form, HiSysEventParam *param) \ 111 if (Assigner##type(form->transAlarmExtra->field, ¶m) && \ 112 CopyString(param->name, eventName, MAX_LENGTH_OF_PARAM_NAME)) { \ 113 param->t = paramType; \
|