Home
last modified time | relevance | path

Searched full:param (Results 5376 - 5400 of 11789) sorted by relevance

1...<<211212213214215216217218219220>>...472

/device/board/hihope/rk3568/audio_drivers/codec/rk809_codec/src/
H A Drk809_codec_impl.c147 AUDIO_DRIVER_LOG_ERR("param val is null."); in RK809CodecDaiReadReg()
384 AUDIO_DRIVER_LOG_ERR("param val is null."); in RK809CodecReadReg()
501 int32_t Rk809DaiHwParams(const struct AudioCard *card, const struct AudioPcmHwParams *param) in Rk809DaiHwParams() argument
508 if (param == NULL || param->cardServiceName == NULL || card == NULL || in Rk809DaiHwParams()
515 ret = Rk809FormatToBitWidth(param->format, &bitWidth); in Rk809DaiHwParams()
520 codecDaiParamsVal.frequencyVal = param->rate; in Rk809DaiHwParams()
523 AUDIO_DRIVER_LOG_DEBUG("channels count : %d .", param->channels); in Rk809DaiHwParams()
524 ret = RK809DaiParamsUpdate(card->rtd->codecDai, param->streamType, codecDaiParamsVal); in Rk809DaiHwParams()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_crash.h289 * @param None
308 * @param None
327 * @param info [OUT] type #hi_syserr_info* ,Pointer to the hi_syserr_info structure.
346 * @param func [IN] type #hi_syserr_exc_callback ,Callback function of exception happens
365 * @param enable [IN] type #hi_bool ,Enable/Disable retains reset PC pointer function.
384 * @param reset [IN] type #hi_bool ,Reset/Not reset after watchdog in task.
403 * @param record [IN] type #hi_bool ,Record/Not record crash info in flash.
422 * @param err_id [OUT] type #hi_u16 * , error id, see hi_syserr_eid.
425 * @param reboot_cause [OUT] type #hi_u32* , when err_id is soft reboot, see hi_sys_reboot_cause;
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dfcntl.h46 * @param path [IN] Path of the file which need to be created.
47 * @param mode [IN] Describes the permissions of the file, should be an integer type.
80 * @param path [IN] Points to a pathname naming the file.
81 * @param oflags [IN] Values for oflags are constructed by a bitwise-inclusive OR of flags from the following list,
84 * @param "..." [IN] If the file is opened for creation, description file mode_t mode.
320 * @param fd [IN] File descriptor.
321 * @param mode [IN] Operation mode. Only support FALLOC_FL_KEEP_SIZE.
322 * @param offset [IN] Offset of the file to allocated.
323 * @param len [IN] The size to allocate for the file.
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dip6_zone.h155 * @param ip6addr the IPv6 address (const); only its address part is examined.
156 * @param type address type; one of IP6_UNICAST, IP6_MULTICAST, IP6_UNKNOWN.
175 * @param ip6addr the IPv6 address; its address part is examined, and its zone
177 * @param type address type; one of IP6_UNICAST, IP6_MULTICAST, IP6_UNKNOWN.
178 * @param netif the network interface (const).
199 * @param ip6addr the IPv6 address (const).
200 * @param netif the network interface (const).
228 * @param dest the IPv6 address for which to select and set a zone.
229 * @param src source IPv6 address (const); may be equal to dest.
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/v2/
H A Dv2_json_coder.ts143 * @param { T } value - The object to serialize.
144 * @param { (this: JSONAny, key: string, value: JSONAny) => JSONAny } [replacer] - A function that alters the behavior when stringify
145 * @param { string | number } [space] - For format
159 * @param { TypeConstructor<T> | TransformOptions<T> } type - The class prototype or constructor function that has no parameters.
160 * @param { object | string } source - The JSON string or JSON object.
176 * @param { T | T[] } type - The original object.
177 * @param { object | string } source - The JSON string or JSON object.
178 * @param { TypeConstructor<T> | TransformOptions<T> } [type] - The class prototype or constructor function that has no parameters.
201 * @param { TypeConstructor<T> | TransformOptions<T> | string } [type] - The type info of the object creator.
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_base_node.cpp64 JSRef<JSVal> param; in BuildNode() local
67 param = info[1]; in BuildNode()
70 auto lazyBuilderFunc = [buildFunc, param, renderType = renderType_]() mutable { in BuildNode()
73 if (!param->IsEmpty()) { in BuildNode()
74 buildFunc->ExecuteJS(1, &param); in BuildNode()
93 JSRef<JSVal> param[2]; in BuildNode()
94 param[0] = JSRef<JSVal>::Make(ToJSValue(instanceId)); in BuildNode()
95 param[1] = JSRef<JSVal>::Make(panda::NativePointerRef::New(vm, AceType::RawPtr(node))); in BuildNode()
96 updateTsFunc->ExecuteJS(2, param); in BuildNode()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/
H A Dapi_test.cpp93 * @tc.desc : param test
104 * @tc.desc : param test
130 * @tc.desc : param test
142 * @tc.desc : param test
153 * @tc.desc : param test
164 * @tc.desc : param test
176 * @tc.desc : param test
188 * @tc.desc : param test
200 * @tc.desc : param test
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/InnerAPI/
H A DInnerParamCheckTest.cpp48 * @tc.desc : param check test
92 * @tc.desc : param check test
136 * @tc.desc : param check test
191 * @tc.desc : param check test
245 * @tc.desc : param check test
299 * @tc.desc : param check test
345 * @tc.desc : param check test
394 * @tc.desc : param check test
442 * @tc.desc : param check test
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_dumper_test.cpp87 * @tc.desc: Dump one param with '-h'
106 * @tc.desc: Dump one param with '-x'
125 * @tc.desc: Dump two param with '-s -a'
146 * @tc.desc: Dump two param with '-d -a'
167 * @tc.desc: Dump two param with '-s 1'
188 * @tc.desc: Dump two param with '-s -1'
209 * @tc.desc: Dump two param with '-d 1'
230 * @tc.desc: Dump two param with '-d -1'
251 * @tc.desc: Dump three param with '-d -a 1'
/foundation/communication/dsoftbus/tests/core/connection/common/unittest/
H A Dsoftbus_conn_common_test.cpp129 * @tc.desc: test Invalid trigger param
248 * @tc.desc: Test StartBaseClient invalid input param ListenerModule module.
284 * @tc.desc: Test StartBaseListener invalid input param const char *ip.
313 * @tc.desc: Test StartBaseListener invalid input param int32_t port < 0.
342 * @tc.desc: Test StopBaseListener invalid input param ListenerModule module.
541 * @tc.desc: test ConnGetPeerSocketAddr param is invalid
560 * @tc.desc: Test ConnSetTcpUserTimeOut param is invalid
576 * @tc.desc: Test ConnSetTcpUserTimeOut param is invalid
592 * @tc.desc: test ConnGetPeerSocketAddr param is invalid
/foundation/communication/dsoftbus/tests/core/transmission/ipc/
H A Dtrans_client_proxy_test.cpp288 QosParam param; in HWTEST_F() local
290 param.channelId = TEST_CHANNELID; in HWTEST_F()
291 param.channelType = CHANNEL_TYPE_UDP; in HWTEST_F()
292 param.eventId = TEST_EVENT_ID; in HWTEST_F()
293 param.tvCount = TEST_COUNT; in HWTEST_F()
294 param.tvList = &tvList; in HWTEST_F()
295 param.pid = TEST_PID; in HWTEST_F()
297 ret = ClientIpcOnChannelQosEvent(g_pkgName, &param); in HWTEST_F()
308 ret = ClientIpcOnChannelQosEvent(g_pkgName, &param); in HWTEST_F()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/
H A Dnstackx.h217 * @param [out] element: notification data to report, see struct NSTACKX_NotificationConfig
374 * param: isScreenOn, screen status
388 * @param [in] (const char *) businessData: specific data which need to be put into the coap payload
425 * param: deviceList - Device list return from NSTACKX, user should prepare sufficient buffer to store
427 * param: deviceCountPtr - In/Out parameter. It indicates buffer size (number of elements) in deviceList
448 * @param [in] (const NSTACKX_DiscoverySettings *) discoverySettings: configurable discovery properties
480 * @param [in] (const NSTACKX_ResponseSettings *) responseSettings: configurable unicast reply properties
495 * @param [in] config: configurable properties to send notification, see struct NSTACKX_NotificationConfig
511 * @param [in] businessType: service identify, notification of which business we should stop
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Drect.h71 * @param dx offset added to left and right
72 * @param dy offset added to top and bottom
82 * @param dx offset subtracted to left and added from right
83 * @param dy offset subtracted to top and added from bottom
91 * @param other RectI contained
98 * @param other limit of result.
105 * @param other expansion RectI.
306 * @param other limit of result.
313 * @param other expansion RectF.
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_js.h459 * @param[in] kctx Context pointer
460 * @param[in] atom Pointer to the atom to submit
484 * @param[in] kctx Context to pull from
485 * @param[in] js Job slot to pull from
504 * @param[in] kctx Context pointer
505 * @param[in] atom Pointer to the atom to unpull
516 * @param[in] kctx Context pointer
517 * @param[in] katom Pointer to the atom to complete
531 * @param[in] katom Pointer to the atom to complete
532 * @param[i
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_js.h462 * @param[in] kctx Context pointer
463 * @param[in] atom Pointer to the atom to submit
488 * @param[in] kctx Context to pull from
489 * @param[in] js Job slot to pull from
508 * @param[in] kctx Context pointer
509 * @param[in] atom Pointer to the atom to unpull
520 * @param[in] kctx Context pointer
521 * @param[in] katom Pointer to the atom to complete
536 * @param[in] katom Pointer to the atom to complete
537 * @param[i
[all...]
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_gatt.c198 DISC_LOGE(DISC_BLE_ADAPTER, "adv param is null"); in SoftbusRegisterAdvCb()
398 DISC_LOGE(DISC_BLE_ADAPTER, "scan param is null"); in SoftbusRegisterScanCb()
469 static int32_t StartBleAdv(int32_t advId, int32_t *btAdvId, const SoftbusBroadcastParam *param, in StartBleAdv() argument
473 SoftbusAdvParamToBt(param, &advParam); in StartBleAdv()
498 static int32_t SoftbusStartAdv(int32_t advId, const SoftbusBroadcastParam *param, const SoftbusBroadcastData *data) in SoftbusStartAdv() argument
500 if (param == NULL || data == NULL || data->bcData.payloadLen == 0 || data->bcData.payload == NULL) { in SoftbusStartAdv()
501 DISC_LOGE(DISC_BLE_ADAPTER, "invalid adv param, advId=%{public}d", advId); in SoftbusStartAdv()
521 int32_t ret = StartBleAdv(advId, &btAdvId, param, data); in SoftbusStartAdv()
611 static int32_t SoftbusUpdateAdvData(int32_t advId, const SoftbusBroadcastParam *param, const SoftbusBroadcastData *data) in SoftbusUpdateAdvData() argument
619 return SoftbusStartAdv(advId, param, dat in SoftbusUpdateAdvData()
636 SoftbusStartScan(int32_t scannerId, const SoftBusBcScanParams *param, const SoftBusBcScanFilter *scanFilter, int32_t filterSize) SoftbusStartScan() argument
[all...]
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedialibrary_napi_utils.cpp110 CHECK_STATUS_RET(napi_get_value_bool(env, arg, &value), "Failed to get param"); in GetParamBool()
394 string param = static_cast<string>(item.GetSingle(FIELD_IDX)); in GetLocationPredicate() local
396 locationMap.insert(make_pair(param, value)); in GetLocationPredicate()
397 if (param == DIAMETER) { in GetLocationPredicate()
400 if (LOCATION_PARAM_MAP.at(param).second == DataShare::GREATER_THAN_OR_EQUAL_TO) { in GetLocationPredicate()
401 context->predicates.GreaterThanOrEqualTo(LOCATION_PARAM_MAP.at(param).first, value); in GetLocationPredicate()
404 if (LOCATION_PARAM_MAP.at(param).second == DataShare::LESS_THAN) { in GetLocationPredicate()
405 context->predicates.LessThan(LOCATION_PARAM_MAP.at(param).first, value); in GetLocationPredicate()
408 if (LOCATION_PARAM_MAP.at(param).second == DataShare::EQUAL_TO) { in GetLocationPredicate()
409 context->predicates.EqualTo(LOCATION_PARAM_MAP.at(param) in GetLocationPredicate()
570 ParseArgsBoolCallBack(napi_env env, napi_callback_info info, AsyncContext &context, bool &param) ParseArgsBoolCallBack() argument
584 ParseArgsStringCallback(napi_env env, napi_callback_info info, AsyncContext &context, string &param) ParseArgsStringCallback() argument
825 IsArrayForNapiValue(napi_env env, napi_value param, uint32_t &arraySize) IsArrayForNapiValue() argument
[all...]
/base/update/updater/services/updater_binary/
H A Dupdate_image_block.cpp148 LOG(ERROR) << "Invalid param"; in GetUpdateBlockInfo()
159 LOG(ERROR) << "Error to get param 1"; in GetUpdateBlockInfo()
164 LOG(ERROR) << "Error to get param 2"; in GetUpdateBlockInfo()
169 LOG(ERROR) << "Error to get param 3"; in GetUpdateBlockInfo()
174 LOG(ERROR) << "Error to get param 4"; in GetUpdateBlockInfo()
439 LOG(ERROR) << "Invalid param"; in Execute()
449 LOG(ERROR) << "Failed to get param"; in Execute()
651 LOG(ERROR) << "Failed to get param blockPairs"; in SetShaInfo()
658 LOG(ERROR) << "Failed to get param contrastSha"; in SetShaInfo()
666 LOG(WARNING) << "Failed to get param targetPair in SetShaInfo()
[all...]
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Ddictionary.h76 @param key Character string to use for key.
90 @param size Optional initial size of the dictionary.
103 @param d dictionary object to deallocate.
114 @param d dictionary object to search.
115 @param key Key to look for in the dictionary.
116 @param def Default value to return if key not found.
131 @param d dictionary object to modify.
132 @param key Key to modify or add.
133 @param val Value to add.
159 @param
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_package.cpp120 std::string RtspEncap::EncapRequestGetParameter(ParamInfo &param, int curSeq) in EncapRequestGetParameter() argument
132 if (param.GetRemoteControlParamInfo().isSupportUibc) { in EncapRequestGetParameter()
135 if (!param.GetFeatureSet().empty()) { in EncapRequestGetParameter()
138 if (param.GetSupportVtpOpt() != VtpType::VTP_NOT_SUPPORT_VIDEO) { in EncapRequestGetParameter()
150 .append(std::to_string(param.GetVersion())) in EncapRequestGetParameter()
277 for (const auto &param : list) { in EncapSpecialList()
278 CLOGD("Encapsulated %{public}s param is %{public}s", type.c_str(), param.c_str()); in EncapSpecialList()
279 body.append(param).append((index++ != (list.size() - 1)) ? ", " : ""); in EncapSpecialList()
574 std::string RtspEncap::EncapSetupResponse(ParamInfo &param, in argument
644 EncapEventChangeRequest(int moduleId, int event, const std::string &param, double version, int curSeq) EncapEventChangeRequest() argument
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_package.cpp120 std::string RtspEncap::EncapRequestGetParameter(ParamInfo &param, int curSeq) in EncapRequestGetParameter() argument
132 if (param.GetRemoteControlParamInfo().isSupportUibc) { in EncapRequestGetParameter()
135 if (!param.GetFeatureSet().empty()) { in EncapRequestGetParameter()
138 if (param.GetSupportVtpOpt() != VtpType::VTP_NOT_SUPPORT_VIDEO) { in EncapRequestGetParameter()
150 .append(std::to_string(param.GetVersion())) in EncapRequestGetParameter()
277 for (const auto &param : list) { in EncapSpecialList()
278 CLOGD("Encapsulated %{public}s param is %{public}s", type.c_str(), param.c_str()); in EncapSpecialList()
279 body.append(param).append((index++ != (list.size() - 1)) ? ", " : ""); in EncapSpecialList()
574 std::string RtspEncap::EncapSetupResponse(ParamInfo &param, in argument
644 EncapEventChangeRequest(int moduleId, int event, const std::string &param, double version, int curSeq) EncapEventChangeRequest() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_element.cpp296 std::string param = std::string("{\"arguments\":["); in OnRecorderCallBack() local
298 param.append("{\"") in OnRecorderCallBack()
303 ExecuteJsCallback(recorderBackId_, param); in OnRecorderCallBack()
305 param.append("{\"") in OnRecorderCallBack()
314 ExecuteJsCallback(recorderBackId_, param); in OnRecorderCallBack()
698 std::string param = std::string("{\"") in OnTakePhotoCallBack() local
703 ExecuteJsCallback(callbackIds_.success, param); in OnTakePhotoCallBack()
705 std::string param = std::string("{\"") in OnTakePhotoCallBack() local
714 ExecuteJsCallback(callbackIds_.fail, param); in OnTakePhotoCallBack()
717 std::string param in OnTakePhotoCallBack() local
749 std::string param = std::string("\\"error\\",{\\"") OnError() local
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket.cpp215 HILOGE("SetBufferSize param is invalid."); in SetBufferSize()
453 ConnectSocketParam param { in Connect()
460 ret = proxy->Connect(param, pimpl->fd_); in Connect()
588 ListenSocketParam param { in Listen()
595 int ret = proxy->Listen(param, fd_); in Listen()
930 int ClientSocket::UpdateCocConnectionParams(CocUpdateSocketParam &param) in UpdateCocConnectionParams() argument
935 info.addr = param.addr; in UpdateCocConnectionParams()
936 info.minInterval = param.minInterval; in UpdateCocConnectionParams()
937 info.maxInterval = param.maxInterval; in UpdateCocConnectionParams()
938 info.peripheralLatency = param in UpdateCocConnectionParams()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_rect_test.cpp210 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(100, 200, 500, 300); // 100 200 300 500 rect param in HWTEST_F()
216 OH_Drawing_Rect *otherOne = OH_Drawing_RectCreate(300, 250, 600, 400); // 250 300 400 600 rect param in HWTEST_F()
248 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(100, 200, 500, 300); // 100 200 300 500 rect param in HWTEST_F()
251 OH_Drawing_Rect *otherOne = OH_Drawing_RectCreate(300, 250, 600, 400); // 250 300 400 600 rect param in HWTEST_F()
290 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(100, 200, 500, 300); // 100 200 300 500 rect param in HWTEST_F()
320 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(100, 200, 500, 300); // 100 200 300 500 rect param in HWTEST_F()
350 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(100, 200, 500, 300); // 100 200 300 500 rect param in HWTEST_F()
380 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(100, 200, 500, 300); // 100 200 300 500 rect param in HWTEST_F()
410 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(50, 50, 250, 250); // 50, 50, 250, 250 rect param in HWTEST_F()
438 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(50, 50, 250, 250); // 50, 50, 250, 250 rect param in HWTEST_F()
[all...]
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_manager_test.cpp181 * @tc.desc: get UdpChannelInfo by seq, use normal param.
207 * @tc.desc: get UdpChannelInfo by seq, use wrong param.
239 * @tc.desc: get UdpChannelInfo by channelId, use normal param.
266 * @tc.desc: get UdpChannelInfo by channelId, use wrong param.
298 * @tc.desc: get UdpChannelInfo by requestId, use normal param;
323 * @tc.desc: get UdpChannelInfo by requestId, use wrong param;
358 * @tc.desc: set UdpChannel status, use normal param first, then use wrong parameters.
386 * @tc.desc: set UdpChannel opt type, use wrong param first, then use normal parameters.
550 * @tc.desc: trans get channel obj by channelId, use normal param.
574 * @tc.desc: trans get channel obj by channelId, use wrong param
[all...]

Completed in 32 milliseconds

1...<<211212213214215216217218219220>>...472