Home
last modified time | relevance | path

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

12345678910>>...14

/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...]
/foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/source/
H A Dslide_window_processor.cpp101 int32_t SlideWindowProcessor::Process(const FeatureData &input, FeatureData &output) in Process() argument
[all...]
/foundation/ability/ability_runtime/services/dataobsmgr/src/
H A Ddataobs_mgr_changeinfo.cpp25 bool ChangeInfo::Marshalling(const ChangeInfo &input, MessageParcel &parcel) in Marshalling() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/task_handler_wrap_test/
H A Dtask_handler_wrap_test.cpp58 int input = 0; in HWTEST_F() local
74 int input = 0; in HWTEST_F() local
116 int input = 0; in HWTEST_F() local
133 int input = 0; HWTEST_F() local
149 int input = 0; HWTEST_F() local
[all...]
/foundation/arkui/napi/test/fuzztest/runbufferscript_fuzzer/
H A Drunbufferscript_fuzzer.cpp66 double input = 0; in RunBufferScriptFuzzTest() local
/foundation/arkui/napi/test/fuzztest/runscriptbuffer_fuzzer/
H A Drunscriptbuffer_fuzzer.cpp72 double input = 0; in RunScriptBufferFuzzTest() local
/foundation/arkui/napi/test/fuzztest/runscriptpath_fuzzer/
H A Drunscriptpath_fuzzer.cpp66 double input = 0; in RunScriptPathFuzzTest() local
/foundation/arkui/napi/test/fuzztest/executejsbin_fuzzer/
H A Dexecutejsbin_fuzzer.cpp66 double input = 0; in ExecuteJsBinFuzzTest() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_copy_helper.h32 RENDER_NS::RenderHandle input; member
/foundation/graphic/graphic_surface/surface/src/
H A Dtransact_surface_delegator_stub.cpp44 NativeHandleT *TransactSurfaceDelegatorStub::ReadNativeHandle(MessageParcel &input) in ReadNativeHandle() argument
49 NativeHandleT *TransactSurfaceDelegatorStub::ReadNativeHandleWithoutVersion(MessageParcel &input) in ReadNativeHandleWithoutVersion() argument
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_down_mix_stereo.cpp82 int32_t AudioDownMixStereo::Apply(const int32_t &frameLength, float *input, float *output) in Apply() argument
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dtransact_surface_delegator_stub_test.cpp90 MessageParcel input; in HWTEST_F() local

Completed in 11 milliseconds

12345678910>>...14