Home
last modified time | relevance | path

Searched full:params (Results 6276 - 6300 of 9212) sorted by relevance

1...<<251252253254255256257258259260>>...369

/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp209 // When updating params the scanning is stopped successfully and the scanning will be restarted.
218 // When updating params the scanning is stopped successfully and the scanning restart failed.
416 HILOGI("scan is already started and has the same params."); in StartScan()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/drawable/
H A Drs_render_drawable_test.cpp19 #include "params/rs_render_thread_params.h"
23 #include "params/rs_render_thread_params.h"
61 RS_LOGE("RSRenderDrawableTest: failed to init render params."); in SetUp()
/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
H A Dnative_mediakeysystem.cpp202 DRM_ERR_INVALID_VAL, "OH_MediaKeySystem_GetConfigurationString params is error!"); in OH_MediaKeySystem_GetConfigurationString()
233 DRM_ERR_INVALID_VAL, "OH_MediaKeySystem_SetConfigurationByteArray params is error!"); in OH_MediaKeySystem_SetConfigurationByteArray()
320 "OH_MediaKeySystem_GetStatistics params is error!"); in OH_MediaKeySystem_GetStatistics()
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dbg_continuous_task_napi_module.cpp188 BGTASK_LOGE("input params parse failed"); in StartBackgroundRunningCheckParam()
227 BGTASK_LOGE("input params error"); in UpdateBackgroundRunningExecuteCB()
244 BGTASK_LOGE("input params error"); in StartBackgroundRunningExecuteCB()
/foundation/window/window_manager/dmserver/src/
H A Dabstract_display_controller.cpp220 WLOGFE("Invalid params as nullptr."); in ProcessNormalScreenDisconnected()
244 WLOGFE("Invalid params as nullptr."); in ProcessExpandScreenDisconnected()
477 WLOGFE("invalid params."); in UpdateDisplaySize()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.h141 * @param params - Scan specified parameters[in]
144 virtual ErrCode ScanWithParam(const WifiScanParams &params, ScanType scanType);
148 * * @param params - disable or not.
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp338 HILOGE("params are empty"); in RefreshLocalSwitchProfile()
372 HILOGE("params are invalid!"); in GetSwitchCharacteristicProfile()
384 HILOGE("GetSwitchCharacteristicProfile params invalid"); in GetSwitchCharacteristicProfile()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_manager.cpp151 DHLOGD("Checking params of daudio."); in CheckParams()
203 DHLOGE("Enable params are incorrect."); in DoEnableDAudio()
265 DHLOGE("Disable params are incorrect."); in DoDisableDAudio()
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/managersink/src/
H A Ddaudio_sink_dev_test.cpp40 std::string params = "params"; in SetUp() local
45 sptr<DAudioSinkLoadCallback> loadCallback(new DAudioSinkLoadCallback(params)); in SetUp()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dhuks_master.cpp337 LOGI("append the secure access params when generate key"); in AppendSecureAccessParams()
487 LOGI("append the secure access params when encrypt/decrypt"); in AppendNewNonceAadToken()
513 LOGI("append the secure access params when encrypt/decrypt"); in AppendNonceAadToken()
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_sync_napi.cpp515 LOGE("Get Params fail");
523 LOGE("Get Params fail");
600 LOGE("params number mismatch");
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_stub_test.cpp168 std::vector<std::string> params; in HWTEST_F() local
169 params.push_back("-a"); in HWTEST_F()
170 data.WriteStringVector(params); in HWTEST_F()
/test/ostest/wukong/test_flow/src/
H A Drandom_test_flow.cpp177 shellcommand_.ResultReceiverAppend("all event percentage more than 1, please reset params.\n"); in InitEventPercent()
624 ERROR_LOG("invalid param : please check params of '-e'."); in CheckArgumentOptionOfe()
641 ERROR_LOG("invalid param : please check params of '-E'."); in CheckArgumentOptionOfE()
H A Dfocus_test_flow.cpp165 shellcommand_.ResultReceiverAppend("all event percentage more than 1, please reset params.\n"); in InitEventPercent()
553 ERROR_LOG("invalid param : please check params of '-e'."); in CheckArgumentOptionOfe()
570 ERROR_LOG("invalid param : please check params of '-E'."); in CheckArgumentOptionOfE()
/test/xts/device_attest/services/core/security/
H A Dattest_security.c242 static int32_t InitHksParamSet(struct HksParamSet** paramSet, const struct HksParam *params, uint32_t paramcount) in InitHksParamSet() argument
244 if (paramSet == NULL || params == NULL || paramcount == 0) { in InitHksParamSet()
254 ret = HksAddParams(*paramSet, params, paramcount); in InitHksParamSet()
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_openvino.c614 DNNExecClassificationParams *params = (DNNExecClassificationParams *)exec_params; in extract_lltask_from_task() local
630 if (params->target) { in extract_lltask_from_task()
631 if (av_strncasecmp(bbox->detect_label, params->target, sizeof(bbox->detect_label)) != 0) { in extract_lltask_from_task()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
H A DTestFmwk.java378 TestParams params = new TestParams(); in create()
380 params.parseProperties(props); in create()
381 return params; in create()
/third_party/mbedtls/include/mbedtls/
H A Dasn1.h557 * \param params The buffer to receive the parameters.
564 mbedtls_asn1_buf *alg, mbedtls_asn1_buf *params);
568 * params.
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir_analyze_ubo_ranges.c415 * driver params. We do this UBO-to-push-constant before the real in ir3_nir_analyze_ubo_ranges()
416 * allocation of the driver params' const space, because UBO pointers can in ir3_nir_analyze_ubo_ranges()
417 * be driver params but this pass usually eliminatings them. in ir3_nir_analyze_ubo_ranges()
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_renderer.c46 int shader_type, const float *params, int param_bytes);
374 int shader_type, const float *params, int param_bytes) in renderer_set_constants()
387 pipe_buffer_write(r->pipe, *cbuf, 0, param_bytes, params); in renderer_set_constants()
373 renderer_set_constants(struct xa_context *r, int shader_type, const float *params, int param_bytes) renderer_set_constants() argument
/third_party/node/test/cctest/
H A Dtest_environment.cc421 " ({ params: { workerInfo, sessionId } }) => {\n" in TEST_F()
427 " params: {\n" in TEST_F()
433 " ({ params: { message } }) => {\n" in TEST_F()
/third_party/openGLES/extensions/EXT/
H A DEXT_texenv_op.txt236 void TexEnv{if}v( enum target, enum pname, T params ) ;
243 in the second form, params is a pointer to an array of parameters:
409 or TexEnvf are not one of the accepted defined values, or when params
/third_party/openGLES/extensions/IMG/
H A DIMG_framebuffer_downsample.txt238 * If pname is FRAMEBUFFER_ATTACHMENT_TEXTURE_SCALE_IMG, then params will
252 would be returned by querying DOWNSAMPLE_SCALES_IMG is returned in params.
254 format are written into params.
/third_party/mesa3d/src/mesa/main/
H A Dstate.c325 const struct gl_program_parameter_list *params = prog->Parameters; in update_single_program_constants() local
326 if (params && params->StateFlags & ctx->NewState) { in update_single_program_constants()
/third_party/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_size.py593 params = []
605 params.append( p )
629 for p in params:

Completed in 39 milliseconds

1...<<251252253254255256257258259260>>...369