Home
last modified time | relevance | path

Searched refs:params (Results 2226 - 2250 of 4676) sorted by relevance

1...<<81828384858687888990>>...188

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_accessibility_child_tree_callback.cpp77 const std::vector<std::string>& params, std::vector<std::string>& info) in OnDumpChildInfo()
88 host->GetAccessibilityId(), params, info); in OnDumpChildInfo()
76 OnDumpChildInfo( const std::vector<std::string>& params, std::vector<std::string>& info) OnDumpChildInfo() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_hub.h37 void FireOnReceiveCallback(const AAFwk::WantParams& params) in FireOnReceiveCallback() argument
41 onReceiveCallback_(params); in FireOnReceiveCallback()
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_accessibility_child_tree_callback.h67 bool OnDumpChildInfo(const std::vector<std::string>& params, std::vector<std::string>& info) override
73 pattern->OnAccessibilityDumpChildInfo(params, info);
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/engine/
H A Dintf_engine_value.h65 virtual AnyReturnValue SyncToEngine(const IAny& value, const EnginePropertyParams& params) const = 0;
66 virtual AnyReturnValue SyncFromEngine(const EnginePropertyParams& params, IAny& out) const = 0;
/foundation/multimedia/media_foundation/interface/inner_api/cpp_ext/
H A Dmemory_ext.h35 typename _unique_ptr_if<T>::_single_object make_unique(U&&... params) in make_unique() argument
37 return std::unique_ptr<T>(new T(std::forward<U>(params)...)); in make_unique()
/foundation/multimedia/media_foundation/engine/include/foundation/cpp_ext/
H A Dmemory_ext.h35 typename _unique_ptr_if<T>::_single_object make_unique(U&&... params) in make_unique() argument
37 return std::unique_ptr<T>(new T(std::forward<U>(params)...)); in make_unique()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_scan_service.cpp47 ErrCode MockScanService::ScanWithParam(const WifiScanParams &params, ScanType scanType) in ScanWithParam() argument
49 (void)params; in ScanWithParam()
/foundation/communication/netstack/frameworks/js/napi/fetch/async_context/include/
H A Dfetch_context.h33 void ParseParams(napi_value *params, size_t paramsCount) override;
54 bool CheckParamsType(napi_value *params, size_t paramsCount);
/foundation/communication/netstack/frameworks/js/napi/tls/include/context/
H A Dtls_napi_context.h50 void ParseParams(napi_value *params, size_t paramsCount);
53 bool CheckParamsType(napi_value *params, size_t paramsCount);
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_sink/include/
H A Ddcamera_sink_handler.h32 int32_t InitSink(const std::string& params) override;
48 void FinishStartSA(const std::string &params);
/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sourceservice/dscreenservice/dscreensourceservice_fuzzer/
H A Ddscreensourceservice_fuzzer.cpp41 std::string params(reinterpret_cast<const char*>(data), size); in DscreenSourceServiceFuzzTest()
46 sourceServicePtr->InitSource(params, callback); in DscreenSourceServiceFuzzTest()
/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Didistributed_hardware_sink.h43 virtual int32_t InitSink(const std::string &params) = 0;
45 virtual int32_t SubscribeLocalHardware(const std::string &dhId, const std::string &params) = 0;
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_sink/include/
H A Ddscreen_sink_handler.h35 int32_t InitSink(const std::string &params) override;
40 void FinishStartSA(const std::string &params, const sptr<IRemoteObject> &remoteObject);
/third_party/ffmpeg/libavcodec/
H A Dsipr.h98 void (*decode_frame)(struct SiprContext *ctx, SiprParameters *params,
106 void ff_sipr_decode_frame_16k(SiprContext *ctx, SiprParameters *params,
/third_party/ffmpeg/libavfilter/
H A Dvaapi_vpp.h72 VAProcPipelineParameterBuffer *params,
83 VAProcPipelineParameterBuffer *params,
/third_party/backends/backend/
H A Dqcam.h145 SANE_Parameters params; /* other parameters */ member
169 SANE_Parameters params; member
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dpseudo.js20 var params = this.length ? '(' + this.map(String).join(',') + ')' : '';
21 return [this.rawSpaceBefore, this.stringifyProperty("value"), params, this.rawSpaceAfter].join('');
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_vc_create/
H A Dtirpc_clnt_vc_create_limits.c47 } params; typedef
62 params paramList[NBCASE]; in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_dg_create/
H A Dtirpc_clnt_dg_create_limits.c47 } params; typedef
62 params paramList[NBCASE]; in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_tli_create/
H A Dtirpc_clnt_tli_create_limits.c47 } params; typedef
62 params paramList[NBCASE]; in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_tp_create_timed/
H A Dtirpc_clnt_tp_create_timed_limits.c44 } params; typedef
59 params paramList[NBCASE]; in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/
H A Dtirpc_rpc_broadcast_exp_limits.c43 } params; typedef
68 params paramList[NBCASE]; in main()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_cts.h16 static int alg##_cts_##kbits##_##lcmode##_get_params(OSSL_PARAM params[]) \
18 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
/third_party/node/deps/openssl/openssl/include/crypto/
H A Ddsa.h32 int ossl_dsa_ffc_params_fromdata(DSA *dsa, const OSSL_PARAM params[]);
33 int ossl_dsa_key_fromdata(DSA *dsa, const OSSL_PARAM params[],
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dcore.h216 typedef int (OSSL_CALLBACK)(const OSSL_PARAM params[], void *arg);
227 const OSSL_PARAM params[], void *arg);

Completed in 11 milliseconds

1...<<81828384858687888990>>...188