| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | wpa_supplicant_i.h | 285 struct wpa_params params; member 1599 struct wpa_driver_associate_params *params); 1602 struct wpa_driver_associate_params *params); 1605 struct wpa_driver_associate_params *params); 1683 struct wpa_global * wpa_supplicant_init(struct wpa_params *params);
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
| H A D | rs_node_test.cpp | 65 void SetBorderDashParamsAndTest(const Vector4f& params) const in SetBorderDashParamsAndTest() 68 rsNode->SetBorderDashWidth(params); in SetBorderDashParamsAndTest() 69 rsNode->SetBorderDashGap(params); in SetBorderDashParamsAndTest() 72 EXPECT_TRUE(borderDashWidth.IsNearEqual(params)); in SetBorderDashParamsAndTest() 73 EXPECT_TRUE(borderDashGap.IsNearEqual(params)); in SetBorderDashParamsAndTest() 75 void SetOutlineDashParamsAndTest(const Vector4f& params) const in SetOutlineDashParamsAndTest() 78 rsNode->SetOutlineDashWidth(params); in SetOutlineDashParamsAndTest() 79 rsNode->SetOutlineDashGap(params); in SetOutlineDashParamsAndTest() 82 EXPECT_TRUE(borderOutlineWidth.IsNearEqual(params)); in SetOutlineDashParamsAndTest() 83 EXPECT_TRUE(borderOutlineGap.IsNearEqual(params)); in SetOutlineDashParamsAndTest() 5291 ParticleParams params; HWTEST_F() local 5314 ParticleParams params; HWTEST_F() local 5558 RSDynamicBrightnessPara params; HWTEST_F() local 5642 RSDynamicBrightnessPara params; HWTEST_F() local [all...] |
| /third_party/openGLES/extensions/NV/ |
| H A D | NV_fragment_program.txt | 835 float *params); 837 double *params); 842 const double *params); 846 const float *params); 848 double *params); 850 float *params); 3717 const float *params); 3721 const double *params); 3729 updated with the array of four values pointed to by <params>. The error 3758 const ubyte *name, float *params); [all...] |
| /third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
| H A D | NV_fragment_program.txt | 835 float *params); 837 double *params); 842 const double *params); 846 const float *params); 848 double *params); 850 float *params); 3717 const float *params); 3721 const double *params); 3729 updated with the array of four values pointed to by <params>. The error 3758 const ubyte *name, float *params); [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_common_bridge.cpp | 1272 Local<panda::ArrayRef> params = static_cast<Local<panda::ArrayRef>>(blurOptionsArg); in ParseBlurOption() local 1273 auto grey1 = params->GetValueAt(vm, blurOptionsArg, 0)->Uint32Value(vm); in ParseBlurOption() 1274 auto grey2 = params->GetValueAt(vm, blurOptionsArg, 1)->Uint32Value(vm); in ParseBlurOption() 1310 Local<panda::ArrayRef> params = static_cast<Local<panda::ArrayRef>>(posRGBArg); in ParseDynamicBrightnessOption() local 1311 auto r = params->GetValueAt(vm, posRGBArg, 0)->Uint32Value(vm); in ParseDynamicBrightnessOption() 1312 auto g = params->GetValueAt(vm, posRGBArg, 1)->Uint32Value(vm); in ParseDynamicBrightnessOption() 1313 auto b = params->GetValueAt(vm, posRGBArg, 2)->Uint32Value(vm); in ParseDynamicBrightnessOption() 1319 Local<panda::ArrayRef> params = static_cast<Local<panda::ArrayRef>>(negRGBArg); in ParseDynamicBrightnessOption() local 1320 auto r = params->GetValueAt(vm, negRGBArg, 0)->Uint32Value(vm); in ParseDynamicBrightnessOption() 1321 auto g = params in ParseDynamicBrightnessOption() [all...] |
| /third_party/ffmpeg/doc/ |
| H A D | encoders.texi | 1494 @item rav1e-params 1498 For example to specify librav1e encoding options with @option{-rav1e-params}: 1501 ffmpeg -i input -c:v librav1e -b:v 500K -rav1e-params speed=5:low_latency=true output.mp4 1777 @item aom-params 1782 For example to specify libaom encoding options with @option{-aom-params}: 1785 ffmpeg -i input -c:v libaom-av1 -b:v 500K -aom-params tune=psnr:enable-tpl-model=1 output.mp4 1855 @item svtav1-params 1911 @item kvazaar-params 2393 options. Additionally the @option{x264opts} and @option{x264-params} 2543 Set tuning of the encoding params [all...] |
| /third_party/openGLES/extensions/ARB/ |
| H A D | ARB_framebuffer_object.txt | 481 void GetRenderbufferParameteriv(enum target, enum pname, int *params); 504 enum pname, int *params); 573 Returned in <params> by GetFramebufferAttachmentParameteriv: 2831 int *params); 2902 * If <pname> is FRAMEBUFFER_ATTACHMENT_OBJECT_NAME, <params> will 2908 * If <pname> is FRAMEBUFFER_ATTACHMENT_OBJECT_NAME, then <params> 2913 <params> will contain the mipmap level of the texture object 2918 cube map texture, then <params> will contain the cube map face 2920 Otherwise <params> will contain the value zero. 2924 three-dimensional texture, then <params> wil [all...] |
| /third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
| H A D | ARB_framebuffer_object.txt | 471 void GetRenderbufferParameteriv(enum target, enum pname, int *params); 494 enum pname, int *params); 563 Returned in <params> by GetFramebufferAttachmentParameteriv: 2821 int *params); 2892 * If <pname> is FRAMEBUFFER_ATTACHMENT_OBJECT_NAME, <params> will 2898 * If <pname> is FRAMEBUFFER_ATTACHMENT_OBJECT_NAME, then <params> 2903 <params> will contain the mipmap level of the texture object 2908 cube map texture, then <params> will contain the cube map face 2910 Otherwise <params> will contain the value zero. 2914 three-dimensional texture, then <params> wil [all...] |
| /applications/standard/app_samples/code/BasicFeature/Security/Asset/entry/src/main/ets/pages/ |
| H A D | Index.ets | 465 params: { name: item, pwd: account.get('secret'), label: account.get("label") }
630 params: {
647 params: {
|
| /applications/standard/mms/entry/src/main/ets/pages/conversationlist/ |
| H A D | conversationListController.ets | 543 params: { 668 params: { 791 params: {
|
| /applications/standard/mms/entry/src/main/ets/pages/infomsg/ |
| H A D | InfoMsgController.ets | 312 params: { 355 params: { 372 params: {
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/ |
| H A D | drv_mmz_ext_k.c | 645 hi_mmz_error("invalidate params!\n"); in hi_drv_secmmz_release() 707 hi_mmz_error("invalidate params!\n"); in hi_drv_secsmmu_release() 882 hi_mmz_error("invalidate params!\n"); in hi_drv_secsmmu_get_smmu()
|
| /foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
| H A D | distributed_sched_permission.cpp | 50 const std::string PARAMS_STREAM = "ability.params.stream";
738 std::map<std::string, sptr<IInterface>> params = wantParams.GetParams();
in RemoveRemoteObjectFromWant() local 739 for (auto param : params) {
in RemoveRemoteObjectFromWant()
|
| /foundation/ability/ability_runtime/services/abilitymgr/src/ |
| H A D | free_install_manager.cpp | 33 const std::string PARAM_FREEINSTALL_APPID = "ohos.freeinstall.params.callingAppId"; 34 const std::string PARAM_FREEINSTALL_BUNDLENAMES = "ohos.freeinstall.params.callingBundleNames"; 35 const std::string PARAM_FREEINSTALL_UID = "ohos.freeinstall.params.callingUid";
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ |
| H A D | ui_ability_impl.cpp | 678 TAG_LOGE(AAFwkTag::UIABILITY, "invalid params"); in HandleExecuteInsightIntentForeground() 759 TAG_LOGE(AAFwkTag::UIABILITY, "invalid params "); in PostForegroundInsightIntent() 791 TAG_LOGE(AAFwkTag::UIABILITY, "invalid params"); in HandleExecuteInsightIntentBackground()
|
| /foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
| H A D | ui_ability.h | 228 * @param params dump params that indicate different dump targets 231 virtual void Dump(const std::vector<std::string> ¶ms, std::vector<std::string> &info);
|
| /foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/ |
| H A D | js_context_utils.cpp | 119 TAG_LOGE(AAFwkTag::APPKIT, "Not enough params"); in OnSwitchArea() 450 TAG_LOGE(AAFwkTag::APPKIT, "Not enough params"); in OnGetGroupDir() 528 TAG_LOGE(AAFwkTag::APPKIT, "Not enough params"); in OnCreateBundleContext()
|
| /foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/ |
| H A D | mission_manager.cpp | 142 TAG_LOGE(AAFwkTag::MISSION, "Params not match"); in OnOnOld() 179 TAG_LOGE(AAFwkTag::MISSION, "Params not match"); in OnOnNew() 606 TAG_LOGE(AAFwkTag::MISSION, "Not enough params"); in OnMoveMissionToFront()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/puv2_common/ |
| H A D | puv2_view_base.ts | 262 public abstract updateStateVars(params: Object); 270 public updateStateVarsOfChildByElmtId(elmtId, params: Object): void { 287 child.updateStateVars(params);
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| H A D | resource_adapter_impl.cpp | 533 std::string params; in GetRawfile() local 537 params = std::string(it, fileName.end()); in GetRawfile() 544 return "file:///" + outPath + params; in GetRawfile()
|
| /foundation/arkui/ace_engine/test/unittest/core/manager/ |
| H A D | safe_area_manager_test_ng.cpp | 189 * @tc.steps: step1 call UpdateCutoutSafeArea no rootSize params in HWTEST_F() 204 * @tc.steps: step2 call UpdateCutoutSafeArea has rootSize params in HWTEST_F() 216 * @tc.steps: step3 call UpdateCutoutSafeArea SafeAreaInsets is not valid params in HWTEST_F()
|
| /foundation/arkui/ace_engine/test/unittest/core/base/ |
| H A D | inspector_test_ng.cpp | 218 auto test3 = Inspector::SendEventByKey("", static_cast<int>(AceAction::ACTION_CLICK), "params"); in HWTEST_F() 220 test3 = Inspector::SendEventByKey("", static_cast<int>(AceAction::ACTION_LONG_CLICK), "params"); in HWTEST_F() 222 test3 = Inspector::SendEventByKey("", 31, "params"); in HWTEST_F()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
| H A D | menu_layoutThi_test_ng.cpp | 186 std::vector<OptionParam> params; in CreateMenuWrapperElement() local 189 params.emplace_back(param); in CreateMenuWrapperElement() 192 std::move(params), targetNode_->GetId(), targetNode_->GetTag(), type, menuParam); in CreateMenuWrapperElement()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
| H A D | bundle_installer_host.cpp | 777 LOG_D(BMS_TAG_INSTALLER, "params[bundleName: %{public}s, user_id: %{public}d, appIndex: %{public}d]", in InstallCloneApp() 817 LOG_D(BMS_TAG_INSTALLER, "params[bundleName: %{public}s, user_id: %{public}d, appIndex: %{public}d]", in UninstallCloneApp() 853 LOG_D(BMS_TAG_INSTALLER, "params[bundleName: %{public}s, user_id: %{public}d]", in InstallExisted()
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
| H A D | chart_component.cpp | 479 uint8_t functionParamsNum = 1; // js append function just receive 1 number params in AppendDatas() 481 HILOG_ERROR(HILOG_MODULE_ACE, "append function params error"); in AppendDatas() 484 HILOG_ERROR(HILOG_MODULE_ACE, "append function params error"); in AppendDatas()
|