| /foundation/window/window_manager/dm/src/ |
| H A D | oh_display_manager.cpp | 463 TLOGE(WmsLogTag::DMS, "[DMNDK] input params null."); in OH_NativeDisplayManager_RegisterFoldDisplayModeChangeListener() 472 TLOGE(WmsLogTag::DMS, "[DMNDK] input params error (has registered)."); in OH_NativeDisplayManager_RegisterFoldDisplayModeChangeListener() 540 TLOGE(WmsLogTag::DMS, "[DMNDK] register display change listener fail(input params null)."); in OH_NativeDisplayManager_RegisterDisplayChangeListener() 545 TLOGE(WmsLogTag::DMS, "[DMNDK] input params error (has registered)."); in OH_NativeDisplayManager_RegisterDisplayChangeListener()
|
| /foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/ |
| H A D | window_fuzzer.cpp | 714 std::vector<std::string> params{"-h"}; in CheckWindowImplFunctionsPart8() 716 window->DumpInfo(params, info); in CheckWindowImplFunctionsPart8() 717 params.push_back(""); in CheckWindowImplFunctionsPart8() 718 window->DumpInfo(params, info); in CheckWindowImplFunctionsPart8()
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
| H A D | lnn_huks_utils.c | 280 static int32_t InitParamSetByHuks(struct HksParamSet **paramSet, const struct HksParam *params, uint32_t paramcount) in InitParamSetByHuks() argument 287 ret = HksAddParams(*paramSet, params, paramcount); in InitParamSetByHuks() 381 static int32_t ConstructKeyParamSet(struct HksParamSet **paramSet, const struct HksParam *params, uint32_t paramCount) in ConstructKeyParamSet() argument 387 if (HksAddParams(*paramSet, params, paramCount) != HKS_SUCCESS) { in ConstructKeyParamSet()
|
| /foundation/communication/netmanager_ext/frameworks/native/vpnextension/src/ |
| H A D | js_vpn_extension.cpp | 614 void JsVpnExtension::Dump(const std::vector<std::string> ¶ms, std::vector<std::string> &info) in Dump() argument 616 Extension::Dump(params, info); in Dump() 620 // create js array object of params in Dump() 621 napi_value argv[] = { CreateNativeArray(env, params) }; in Dump()
|
| /foundation/distributedhardware/device_manager/services/implementation/src/ |
| H A D | device_manager_service_impl.cpp | 185 const std::string ¶ms) in SetUserOperation() 187 if (pkgName.empty() || params.empty()) { in SetUserOperation() 189 "%{public}s", pkgName.c_str(), params.c_str()); in SetUserOperation() 193 authMgr_->OnUserOperation(action, params); in SetUserOperation() 184 SetUserOperation(std::string &pkgName, int32_t action, const std::string ¶ms) SetUserOperation() argument
|
| /test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/ets/test/ |
| H A D | ImagePixelMapNDKTest.ets | 104 async function pixelMapTest(done, testNum, pixelMapInterface, checkResult, ...params) { 118 return ndkTest[pixelMapInterface](value, ...params); 130 async function pixelMapErrTest(done, testNum, pixelMapInterface, checkResult, ...params) { 144 return ndkTest[pixelMapInterface](value, ...params);
|
| /test/xts/acts/security_lite/huks/common/ |
| H A D | hks_test_common.c | 680 paramSetOut->params[0].blob.data, paramSetOut->params[0].blob.size); in GenerateLocalX25519Key() 687 paramSetOut->params[1].blob.data, paramSetOut->params[1].blob.size); in GenerateLocalX25519Key()
|
| /test/xts/acts/telephony/networkmanager/socket/sockettest/entry/src/ohosTest/ets/test/ |
| H A D | TlsSkipRemoteValidation.test.ets | 126 function expectFail(params: boolean) { 128 if (params === true) { 129 expect(params).assertTrue(); 131 expect(params).assertFail();
|
| /third_party/backends/backend/ |
| H A D | kvs20xx_opt.c | 755 sane_get_parameters (SANE_Handle handle, SANE_Parameters * params) in sane_get_parameters() argument 758 SANE_Parameters *p = &s->params; in sane_get_parameters() 794 if (params) in sane_get_parameters() 795 memcpy (params, p, sizeof (SANE_Parameters)); in sane_get_parameters()
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_builder_h.py | 584 params = [] 586 params.append('def%d' % i) 588 params.append('op%d' % i) 593 return ${name}(w64or32(opcode), ${', '.join(params)});
|
| /third_party/mesa3d/src/compiler/isaspec/ |
| H A D | encode.py | 111 for param in field.params: 206 for param in f.field.params: 443 %for param in field.params: 600 %for param in field.params:
|
| /third_party/mesa3d/src/gallium/winsys/virgl/vtest/ |
| H A D | virgl_vtest_winsys.c | 242 struct virgl_resource_params params = { .size = size, in virgl_vtest_winsys_resource_create() local 319 virgl_resource_cache_entry_init(&res->cache_entry, params); in virgl_vtest_winsys_resource_create() 382 struct virgl_resource_params params = { .size = size, in virgl_vtest_winsys_resource_cache_create() local 399 entry = virgl_resource_cache_remove_compatible(&vtws->cache, params); in virgl_vtest_winsys_resource_cache_create()
|
| /third_party/node/test/parallel/ |
| H A D | test-crypto-key-objects.js | 576 // Because no RSASSA-PSS-params appears in the PEM, no defaults should be 578 // RSASSA-PSS-params sequence (see test below). 639 // Unlike the previous key pair, this key pair contains an RSASSA-PSS-params 640 // sequence. However, because all values in the RSASSA-PSS-params are set to
|
| /third_party/node/tools/gyp/pylib/gyp/ |
| H A D | common.py | 433 def GetFlavor(params): 434 """Returns |params.flavor| if it's set, the system's default flavor else.""" 441 if "flavor" in params: 442 return params["flavor"]
|
| /third_party/openGLES/extensions/APPLE/ |
| H A D | APPLE_object_purgeable.txt | 319 pname, int* params) 484 void* params);" 488 "GetObjectParameterivAPPLE places in <params> information about the 493 returns, <params> will contain the current value of PURGEABLE_APPLE
|
| /third_party/openGLES/extensions/ARB/ |
| H A D | ARB_framebuffer_no_attachments.txt | 111 void GetFramebufferParameteriv(enum target, enum pname, int *params); 119 int *params); 276 void GetFramebufferParameteriv(enum target, enum pname, int *params) 290 int *params);
|
| H A D | ARB_query_buffer_object.txt | 118 that <params> is a pointer into client memory. However, if a non-zero 120 6.1), then <params> is treated as an offset into the designated buffer 127 value is returned as a single integer in <params> if the result is 364 RESOLVED: YES. This requires considering the value of <params> and the
|
| /third_party/node/deps/cares/src/lib/ |
| H A D | ares_dns_record.c | 172 ares__dns_options_free(rr->r.svcb.params); in ares__dns_rr_free() 177 ares__dns_options_free(rr->r.https.params); in ares__dns_rr_free() 669 return &dns_rr->r.svcb.params; in ares_dns_rr_data_ptr() 678 return &dns_rr->r.https.params; in ares_dns_rr_data_ptr()
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
| H A D | common.py | 426 def GetFlavor(params): 427 """Returns |params.flavor| if it's set, the system's default flavor else.""" 434 if "flavor" in params: 435 return params["flavor"]
|
| /third_party/libevdev/doc/html/ |
| H A D | group__events.html | 178 <dl class="params"><dt>Parameters</dt><dd> 179 <table class="params"> 234 <dl class="params"><dt>Parameters</dt><dd> 235 <table class="params">
|
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | testdsa.h | 223 OSSL_PARAM *params = NULL; in get_dsa() local 262 || (params = OSSL_PARAM_BLD_to_param(tmpl)) == NULL) in get_dsa() 267 params) <= 0) in get_dsa() 270 OSSL_PARAM_free(params); in get_dsa()
|
| /third_party/openssl/apps/ |
| H A D | testdsa.h | 223 OSSL_PARAM *params = NULL; in get_dsa() local 262 || (params = OSSL_PARAM_BLD_to_param(tmpl)) == NULL) in get_dsa() 267 params) <= 0) in get_dsa() 270 OSSL_PARAM_free(params); in get_dsa()
|
| /third_party/openGLES/xml/ |
| H A D | glxproto.reserved.txt | 390 4 CARD32 params 396 n*4 LISTOFCARD32 params 418 4 CARD32 params 424 n*4 LISTofCARD32 params
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | SwapChain11.cpp | 917 DXGI_PRESENT_PARAMETERS params = {0, nullptr, nullptr, nullptr}; in present() local 918 result = mSwapChain1->Present1(swapInterval, 0, ¶ms); in present() 924 DXGI_PRESENT_PARAMETERS params = {1, &rect, nullptr, nullptr}; in present() local 925 result = mSwapChain1->Present1(swapInterval, 0, ¶ms); in present()
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
| H A D | consistency_tools.py | 293 def check_params(self, params): 294 """Check the members of a struct or params of a function. 299 for param in params: 310 other_param = findNamedElem(params, entry.other_param_name)
|