Home
last modified time | relevance | path

Searched full:param (Results 14451 - 14475 of 22474) sorted by relevance

1...<<571572573574575576577578579580>>...899

/drivers/hdf_core/framework/model/audio/common/src/
H A Daudio_codec_base.c165 AUDIO_DRIVER_LOG_ERR("param is null!"); in CodecGetConfigInfo()
713 AUDIO_DRIVER_LOG_ERR("param val is null."); in CodecDeviceReadReg()
725 AUDIO_DRIVER_LOG_ERR("param val is null."); in CodecDeviceWriteReg()
741 AUDIO_DRIVER_LOG_ERR("param val is null."); in CodecDeviceInitRegConfig()
778 AUDIO_DRIVER_LOG_ERR("param val is null."); in CodecDaiDeviceStartupRegConfig()
/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal.c332 static int32_t SetProjectionScreenParamInner(const char *ifName, const ProjectionScreenParam *param) in SetProjectionScreenParamInner() argument
334 if (ifName == NULL || param == NULL) { in SetProjectionScreenParamInner()
338 return SetProjectionScreenParam(ifName, param); in SetProjectionScreenParamInner()
577 static int32_t WifiSetProjectionScreenParam(const char *ifName, const ProjectionScreenParam *param) in WifiSetProjectionScreenParam() argument
581 int32_t ret = SetProjectionScreenParamInner(ifName, param); in WifiSetProjectionScreenParam()
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhostapd_common_cmd.c88 struct StApMainParam param = {0}; in ApThreadMain() local
97 SplitCmdString(startCmd, &param); in ApThreadMain()
98 for (int i = 0; i < param.argc; i++) { in ApThreadMain()
99 tmpArgv[i] = param.argv[i]; in ApThreadMain()
102 int ret = ap_main(param.argc, tmpArgv); in ApThreadMain()
/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dstrided_slice_builder_test.cpp249 * @tc.desc: Provide beginmask param type error to verify the abnormal behavior of the Build function
276 * @tc.desc: Provide endmask param type error to verify the abnormal behavior of the Build function
297 * @tc.desc: Provide ellipsismask param type error to verify the abnormal behavior of the Build function
318 * @tc.desc: Provide axis param type error to verify the abnormal behavior of the Build function
339 * @tc.desc: Provide shrinkaxis param type error to verify the abnormal behavior of the Build function
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Djs_service_extension.cpp108 TAG_LOGW(AAFwkTag::SERVICE_EXT, "invalid param"); in AttachServiceExtensionContext()
223 TAG_LOGE(AAFwkTag::SERVICE_EXT, "Param invalid"); in ListenWMS()
330 TAG_LOGE(AAFwkTag::SERVICE_EXT, "Param invalid"); in OnStop()
475 TAG_LOGE(AAFwkTag::SERVICE_EXT, "Generate execute param failed"); in HandleInsightIntent()
522 TAG_LOGE(AAFwkTag::SERVICE_EXT, "Param invalid"); in GetInsightIntentExecutorInfo()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/
H A Djs_ui_service_extension_context.cpp111 ThrowInvalidParamError(env, "Parse param want failed, want must be Want."); in OnStartAbility()
205 ThrowError(env, INVALID_PARAM, "Incorrect parameter types, param type must be a string"); in OnStartAbilityByType()
351 ThrowInvalidParamError(env, "Parse param want failed, must be a Want."); in OnConnectServiceExtensionAbility()
355 ThrowInvalidParamError(env, "Parse param options failed, must be a ConnectOptions."); in OnConnectServiceExtensionAbility()
392 ThrowInvalidParamError(env, "Parse param connection failed, must be a number."); in OnDisConnectServiceExtensionAbility()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dcommon_func.cpp230 bool CommonFunc::ParseAbilityInfo(napi_env env, napi_value param, AbilityInfo &abilityInfo) in ParseAbilityInfo() argument
233 NAPI_CALL_BASE(env, napi_typeof(env, param, &valueType), false); in ParseAbilityInfo()
240 napi_get_named_property(env, param, "bundleName", &prop); in ParseAbilityInfo()
248 napi_get_named_property(env, param, "moduleName", &prop); in ParseAbilityInfo()
256 napi_get_named_property(env, param, "name", &prop); in ParseAbilityInfo()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router_ng.cpp303 LOGE("fail to get page param due to stack is null"); in GetParams()
495 // update param first. in MovePageToFront()
533 // restore position and param. in MovePageToFront()
565 // update param first. in PopPage()
602 // update param first. in PopPageToIndex()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_animation_bridge.cpp399 void JsiAnimationBridge::JsCreateAnimation(const RefPtr<JsAcePage>& page, const std::string& param) in JsCreateAnimation() argument
406 BaseAnimationBridgeUtils::JsParseAnimationFrames(param, animationFrames); in JsCreateAnimation()
408 param, iterations, animationDoubleOptions, animationStringOptions); in JsCreateAnimation()
625 shared_ptr<JsRuntime> runtime, const RefPtr<JsiAnimationBridge>& bridge, std::string param) in JsiAnimationBridgeTaskCreate()
626 : bridge_(bridge), runtime_(runtime), param_(std::move(param)) in JsiAnimationBridgeTaskCreate()
624 JsiAnimationBridgeTaskCreate( shared_ptr<JsRuntime> runtime, const RefPtr<JsiAnimationBridge>& bridge, std::string param) JsiAnimationBridgeTaskCreate() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_slider.cpp266 bool JSSlider::ConvertGradientColor(const JsiRef<JsiValue>& param, NG::Gradient& gradient) in ConvertGradientColor() argument
268 if (param->IsNull() || param->IsUndefined() || !param->IsObject()) { in ConvertGradientColor()
272 JSLinearGradient* jsLinearGradient = JSRef<JSObject>::Cast(param)->Unwrap<JSLinearGradient>(); in ConvertGradientColor()
/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/
H A Dnapi_audio_stream_manager.cpp374 "parameter verification failed: The param of volumeType must be enum AudioVolumeType"), "get volType failed"); in IsStreamActiveSync()
402 "parameter verification failed: The param of usage must be enum StreamUsage"); in GetEffectInfoArray()
450 "parameter verification failed: The param of usage must be enum StreamUsage"), "get streamUsage failed"); in GetEffectInfoArraySync()
509 "parameter verification failed: The param of type is not supported"); in RegisterCallback()
627 "parameter verification failed: The param of type is not supported"); in UnregisterCallback()
/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dcodec_listener_stub.cpp535 auto &param = elem.parameter; in WriteInputParameterToParcel() local
537 CHECK_AND_RETURN_RET_LOG(param != nullptr, false, "Get format is nullptr"); in WriteInputParameterToParcel()
538 EXPECT_AND_LOGD(!(param->GetMeta()->Empty()), "index:%{public}u,pts:%{public}" PRId64 ",paramter:%{public}s", index, in WriteInputParameterToParcel()
539 elem.buffer->pts_, param->Stringify().c_str()); in WriteInputParameterToParcel()
541 return param->GetMeta()->ToParcel(data); in WriteInputParameterToParcel()
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate_in.cpp201 StopCooperateEvent param = std::get<StopCooperateEvent>(event.event); in OnStop() local
203 context.eventMgr_.StopCooperate(param); in OnStop()
211 parent_.UnchainConnections(context, param); in OnStop()
405 StopCooperateEvent param = std::get<StopCooperateEvent>(event.event); in OnStop() local
406 parent_.UnchainConnections(context, param); in OnStop()
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp194 cJSON* param = cJSON_GetArrayItem(params, i); in GetParams() local
195 if (!cJSON_IsObject(param)) { in GetParams()
196 MMI_HILOGE("param must be object"); in GetParams()
199 cJSON* key = cJSON_GetObjectItemCaseSensitive(param, "key"); in GetParams()
204 cJSON* value = cJSON_GetObjectItemCaseSensitive(param, "value"); in GetParams()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dclient_trans_file.c203 TRANS_LOGE(TRANS_SDK, "param invalid"); in IsParmasValid()
283 TRANS_LOGE(TRANS_SDK, "param invalid"); in NotifyRecvResult()
462 TRANS_LOGE(TRANS_SDK, "invalid param renamePara."); in RenameHook()
472 TRANS_LOGW(TRANS_FILE, "invalid param."); in TransOnFileChannelOpened()
556 TRANS_LOGE(TRANS_FILE, "param invalid"); in RegisterFileCb()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_wpa_proxy.c221 LOGE("%{public}s input param is null", __func__); in ProxyOnRemoteDied()
228 LOGE("%{public}s param recipient is null", __func__); in ProxyOnRemoteDied()
457 LOGE("invalid param instId = %{public}d", instId); in GetHdiStaIfaceName()
607 LOGE("%{public}s input param is null", __func__); in ProxyOnApRemoteDied()
614 LOGE("%{public}s param recipient is null", __func__); in ProxyOnApRemoteDied()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf.cpp813 int OH_UdmfProperty_SetExtrasIntParam(OH_UdmfProperty* properties, const char* key, int param) in OH_UdmfProperty_SetExtrasIntParam() argument
819 properties->properties_->extras.SetParam(key, OHOS::AAFwk::Integer::Box(param)); in OH_UdmfProperty_SetExtrasIntParam()
823 int OH_UdmfProperty_SetExtrasStringParam(OH_UdmfProperty* properties, const char* key, const char* param) in OH_UdmfProperty_SetExtrasStringParam() argument
825 if (!IsUnifiedPropertiesValid(properties) || key == nullptr || param == nullptr) { in OH_UdmfProperty_SetExtrasStringParam()
829 properties->properties_->extras.SetParam(key, OHOS::AAFwk::String::Box(param)); in OH_UdmfProperty_SetExtrasStringParam()
/foundation/filemanagement/app_file_service/test/unittest/js_file_permission_test/permission/
H A DFilePermission.test.js115 * @tc.desc: persist_permission with no param test
271 * @tc.desc: revoke_permission with no param test
432 * @tc.desc: persist_permission with no param test
603 * @tc.desc: persist_permission with no param test
718 * @tc.desc: check_persistent_permission with no param test
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfbex.cpp194 LOGE("install key param invalid"); in InstallKeyToKernel()
238 LOGE("uninstall key param invalid"); in UninstallOrLockUserKeyToKernel()
448 LOGE("install key param invalid"); in UnlockScreenToKernel()
493 LOGE("read e secret param invalid"); in ReadESecretToKernel()
560 LOGE("write e secret param invalid"); in WriteESecretToKernel()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_manager.cpp238 const EnableParam &param, const std::string &reqId) in EnableDistributedScreen()
242 if (devId.empty() || dhId.empty() || param.sinkVersion.empty() || param.sinkAttrs.empty() || reqId.empty()) { in EnableDistributedScreen()
272 dScreen ->SetScreenVersion(param.sinkVersion); in EnableDistributedScreen()
274 int32_t ret = dScreen->AddTask(std::make_shared<Task>(TaskType::TASK_ENABLE, reqId, param.sinkAttrs)); in EnableDistributedScreen()
237 EnableDistributedScreen(const std::string &devId, const std::string &dhId, const EnableParam &param, const std::string &reqId) EnableDistributedScreen() argument
/test/xts/acts/ability/ability_runtime/actsabilitydelegatorcase/entry/src/ohosTest/js/test/
H A DActsAbilityDelegatorCaseTest.test.js437 * @tc.desc : Set mock list with no param
456 * @tc.desc : Set mock list with two param
513 * @tc.desc : Set mock list with empty param
526 * @tc.desc : Set mock list with valid param
577 * @tc.desc : Set mock list with no param
/test/xts/acts/appexecfwk_lite/appexecfwk_hal/src/
H A Dbundle_mgr_test.c41 * @param resultCode - install/unsintall result code
42 * @param resultMessage - install/unsintall result message
57 * @param subsystem name is appexecfwk
58 * @param module name is bundlemgr
59 * @param test suit name is BundleMgrTestSuite
/test/xts/acts/kernel_lite/process_posix/src/
H A DPthreadBasicApiTest.cpp262 void DestructorPthreadSpecificAll(void *param) in DestructorPthreadSpecificAll() argument
264 int *p = (int*)param; in DestructorPthreadSpecificAll()
296 void DestructorPthreadSpecificAllDelete(void *param) in DestructorPthreadSpecificAllDelete() argument
298 int *p = (int*)param; in DestructorPthreadSpecificAllDelete()
379 * @tc.name pthread_cleanup_push and pthread_cleanup_pop test with param
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/
H A Dcamera_hdi_uttest_v1_1.cpp284 // quikThumbnial do not need these param in HWTEST_F()
343 // quikThumbnial do not need these param in HWTEST_F()
400 // quikThumbnial do not need these param in HWTEST_F()
455 // quikThumbnial do not need these param in HWTEST_F()
517 // quikThumbnial do not need these param in HWTEST_F()
/third_party/ffmpeg/libavcodec/
H A Dflacdec.c162 * @param s the flac decoding context
163 * @param buf input buffer, starting with the "fLaC" marker
164 * @param buf_size buffer size
196 * @param buf input buffer, starting with the "fLaC" marker
197 * @param buf_size buffer size

Completed in 42 milliseconds

1...<<571572573574575576577578579580>>...899