Home
last modified time | relevance | path

Searched defs:input (Results 1 - 25 of 1963) sorted by relevance

12345678910>>...79

/test/xts/acts/security/cryptoFramework/js_api_test_one/entry/src/ohosTest/js/test/utils/asymmetric/
H A DpublicAsymmetricPromise.js350 var input; variable
[all...]
/kernel/linux/linux-5.10/drivers/input/
H A DMakefile
/kernel/linux/linux-6.6/drivers/input/
H A DMakefile
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H A Dpvrusb2-wm8775.c27 u32 input; in pvr2_wm8775_subdev_update() local
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H A Dpvrusb2-wm8775.c27 u32 input; in pvr2_wm8775_subdev_update() local
/kernel/linux/linux-6.6/include/kunit/
H A Dattributes.h18 char *input; member
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/
H A Dobject_types_util.cpp20 bool Marshalling(const AssetBindInfo &input, MessageParcel &data) in Marshalling() argument
32 bool Marshalling(const Asset &input, MessageParcel &data) in Marshalling() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/
H A Dcommon_types_utils.cpp20 bool Marshalling(const Asset &input, MessageParcel &data) in Marshalling() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_types_util.cpp20 bool Marshalling(const Participant &input, MessageParcel &data) in Marshalling() argument
34 bool Marshalling(const Privilege &input, MessageParcel &data) in Marshalling() argument
48 Marshalling(const Asset &input, MessageParcel &data) Marshalling() argument
58 Marshalling(const ValueObject &input, MessageParcel &data) Marshalling() argument
68 Marshalling(const ValuesBucket &input, MessageParcel &data) Marshalling() argument
79 Marshalling(const StatisticInfo &input, MessageParcel &data) Marshalling() argument
102 Marshalling(const CloudSyncInfo &input, MessageParcel &data) Marshalling() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dhash.cpp19 uint64_t Hash::HashFunc(const std::string &input) in HashFunc() argument
31 uint32_t Hash::Hash32Func(const std::string &input) in Hash32Func() argument
/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/
H A Dcloud_types_util.cpp20 bool Marshalling(const Participant &input, MessageParcel &data) in Marshalling() argument
34 bool Marshalling(const Privilege &input, MessageParcel &data) in Marshalling() argument
48 Marshalling(const Role &input, MessageParcel &data) Marshalling() argument
65 Marshalling(const Confirmation &input, MessageParcel &data) Marshalling() argument
83 Marshalling(const SharingCode &input, MessageParcel &data) Marshalling() argument
100 Marshalling(const Asset &input, MessageParcel &data) Marshalling() argument
110 Marshalling(const ValueObject &input, MessageParcel &data) Marshalling() argument
120 Marshalling(const ValuesBucket &input, MessageParcel &data) Marshalling() argument
137 Marshalling(const Strategy &input, MessageParcel &data) Marshalling() argument
143 Marshalling(const CommonAsset &input, MessageParcel &data) Marshalling() argument
150 Marshalling(const CloudSyncInfo &input, MessageParcel &data) Marshalling() argument
[all...]
/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/source/
H A Dkws_sdk.cpp58 int32_t KWSSdk::SyncExecute(const Array<int16_t> &input) in SyncExecute() argument
/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/src/
H A Dcommon_utils.cpp20 std::string MaskStr(const std::string& input) in MaskStr() argument
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/src/
H A Dstub.cpp49 std::vector<uint8_t> MD5::Digest(const uint8_t *input, const size_t length) in Digest() argument
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Djson_importer.cpp28 ISerNode::Ptr JsonImporter::ImportAsTree(CORE_NS::IFile& input) in ImportAsTree() argument
61 IObject::Ptr JsonImporter::Import(CORE_NS::IFile& input) in Import() argument
/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dfilter_factory_unittest.cpp42 auto input = filterFactory.GetFilter("Input"); in HWTEST_F() local
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dstring_helper.cpp23 bool StringHelp::EndsWith(const std::string &input, const std::string &suffix) in EndsWith() argument
31 bool StringHelp::EndsWithIgnoreCase(const std::string &input, const std::string &suffix) in EndsWithIgnoreCase() argument
/foundation/communication/dsoftbus/tests/core/frame/unittest/mock/
H A Dsoftbus_server_test_mock.cpp41 bool IsValidString(const char *input, uint32_t maxLen) in IsValidString() argument
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Ddatashare_valuebucket_convert.h30 static bool GetItem(T&& input, O& output) in GetItem() argument
36 static bool GetItem(T&& input, O& output) in GetItem() argument
47 static bool Convert(T&& input, std::variant<Types...>& output) in Convert() argument
/foundation/distributeddatamgr/udmf/framework/common/unittest/mock/
H A Dtlv_util_mock.cpp21 template <> size_t CountBufferSize(const std::nullptr_t &input, TLVObject &data) in CountBufferSize() argument
26 template <> bool Writing(const std::nullptr_t &input, TLVObject &data, TAG tag) in Writing() argument
36 template <> size_t CountBufferSize(const std::monostate &input, TLVObject &data) in CountBufferSize() argument
41 template <> bool Writing(const std::monostate &input, TLVObject &data, TAG tag) in Writing() argument
51 template <> size_t CountBufferSize(const std::string &input, TLVObject &data) in CountBufferSize() argument
56 template <> bool Writing(const std::string &input, TLVObject &data, TAG tag) in Writing() argument
66 template <> size_t CountBufferSize(const std::vector<uint8_t> &input, TLVObject &data) in CountBufferSize() argument
71 template <> bool Writing(const std::vector<uint8_t> &input, TLVObject &data, TAG tag) in Writing() argument
81 template <> size_t CountBufferSize(const UDType &input, TLVObject &data) in CountBufferSize() argument
86 template <> bool Writing(const UDType &input, TLVObjec argument
96 CountBufferSize(const DataStatus &input, TLVObject &data) CountBufferSize() argument
101 Writing(const DataStatus &input, TLVObject &data, TAG tag) Writing() argument
111 CountBufferSize(const Object &input, TLVObject &data) CountBufferSize() argument
116 Writing(const Object &input, TLVObject &data, TAG tag) Writing() argument
125 CountBufferSize(const UnifiedKey &input, TLVObject &data) CountBufferSize() argument
129 Writing(const UnifiedKey &input, TLVObject &data, TAG tag) Writing() argument
139 CountBufferSize(const UnifiedData &input, TLVObject &data) CountBufferSize() argument
144 Writing(const UnifiedData &input, TLVObject &data, TAG tag) Writing() argument
154 CountBufferSize(const UnifiedRecord &input, TLVObject &data) CountBufferSize() argument
159 Writing(const UnifiedRecord &input, TLVObject &data, TAG tag) Writing() argument
169 CountBufferSize(const Runtime &input, TLVObject &data) CountBufferSize() argument
174 Writing(const Runtime &input, TLVObject &data, TAG tag) Writing() argument
184 CountBufferSize(const Privilege &input, TLVObject &data) CountBufferSize() argument
189 Writing(const Privilege &input, TLVObject &data, TAG tag) Writing() argument
199 CountBufferSize(const std::shared_ptr<OHOS::Media::PixelMap> &input, TLVObject &data) CountBufferSize() argument
204 Writing(const std::shared_ptr<OHOS::Media::PixelMap> &input, TLVObject &data, TAG tag) Writing() argument
214 CountBufferSize(const std::shared_ptr<OHOS::AAFwk::Want> &input, TLVObject &data) CountBufferSize() argument
219 Writing(const std::shared_ptr<OHOS::AAFwk::Want> &input, TLVObject &data, TAG tag) Writing() argument
[all...]
/kernel/linux/linux-5.10/usr/
H A DMakefile
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H A Divtv-routing.c25 u32 input, output = 0; in ivtv_audio_set_io() local
53 u32 input; in ivtv_video_set_io() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp2_transition.c28 mod_hdcp_hdcp2_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp2_transition() argument
369 mod_hdcp_hdcp2_dp_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp2_dp_transition() argument
[all...]
H A Dhdcp1_transition.c28 mod_hdcp_hdcp1_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp1_transition() argument
151 mod_hdcp_hdcp1_dp_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp1_dp_transition() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H A Divtv-routing.c25 u32 input, output = 0; in ivtv_audio_set_io() local
53 u32 input; in ivtv_video_set_io() local
[all...]

Completed in 7 milliseconds

12345678910>>...79