/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_accessibility_child_tree_callback.cpp | 77 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 D | ui_extension_hub.h | 37 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 D | mock_accessibility_child_tree_callback.h | 67 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 D | intf_engine_value.h | 65 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 D | memory_ext.h | 35 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 D | memory_ext.h | 35 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 D | mock_scan_service.cpp | 47 ErrCode MockScanService::ScanWithParam(const WifiScanParams ¶ms, ScanType scanType) in ScanWithParam() argument 49 (void)params; in ScanWithParam()
|
/foundation/communication/netstack/frameworks/js/napi/fetch/async_context/include/ |
H A D | fetch_context.h | 33 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 D | tls_napi_context.h | 50 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 D | dcamera_sink_handler.h | 32 int32_t InitSink(const std::string& params) override; 48 void FinishStartSA(const std::string ¶ms);
|
/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sourceservice/dscreenservice/dscreensourceservice_fuzzer/ |
H A D | dscreensourceservice_fuzzer.cpp | 41 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 D | idistributed_hardware_sink.h | 43 virtual int32_t InitSink(const std::string ¶ms) = 0; 45 virtual int32_t SubscribeLocalHardware(const std::string &dhId, const std::string ¶ms) = 0;
|
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_sink/include/ |
H A D | dscreen_sink_handler.h | 35 int32_t InitSink(const std::string ¶ms) override; 40 void FinishStartSA(const std::string ¶ms, const sptr<IRemoteObject> &remoteObject);
|
/third_party/ffmpeg/libavcodec/ |
H A D | sipr.h | 98 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 D | vaapi_vpp.h | 72 VAProcPipelineParameterBuffer *params, 83 VAProcPipelineParameterBuffer *params,
|
/third_party/backends/backend/ |
H A D | qcam.h | 145 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 D | pseudo.js | 20 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 D | tirpc_clnt_vc_create_limits.c | 47 } 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 D | tirpc_clnt_dg_create_limits.c | 47 } 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 D | tirpc_clnt_tli_create_limits.c | 47 } 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 D | tirpc_clnt_tp_create_timed_limits.c | 44 } 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 D | tirpc_rpc_broadcast_exp_limits.c | 43 } params; typedef 68 params paramList[NBCASE]; in main()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_cts.h | 16 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 D | dsa.h | 32 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 D | core.h | 216 typedef int (OSSL_CALLBACK)(const OSSL_PARAM params[], void *arg); 227 const OSSL_PARAM params[], void *arg);
|