Home
last modified time | relevance | path

Searched defs:input (Results 1 – 25 of 579) sorted by relevance

12345678910>>...24

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_post_process.h118 static inline BASE_NS::Math::Vec4 GetFactorTonemap(const PostProcessConfiguration& input) in GetFactorTonemap()
124 static inline BASE_NS::Math::Vec4 GetFactorVignette(const PostProcessConfiguration& input) in GetFactorVignette()
129 static inline BASE_NS::Math::Vec4 GetFactorDither(const PostProcessConfiguration& input) in GetFactorDither()
140 static inline BASE_NS::Math::Vec4 GetFactorFringe(const PostProcessConfiguration& input) in GetFactorFringe()
146 static inline BASE_NS::Math::Vec4 GetFactorBlur(const PostProcessConfiguration& input) in GetFactorBlur()
152 static inline BASE_NS::Math::Vec4 GetFactorBloom(const PostProcessConfiguration& input) in GetFactorBloom()
158 static inline BASE_NS::Math::Vec4 GetFactorFxaa(const PostProcessConfiguration& input) in GetFactorFxaa()
164 static inline BASE_NS::Math::Vec4 GetFactorTaa(const PostProcessConfiguration& input) in GetFactorTaa()
171 static inline BASE_NS::Math::Vec4 GetFactorDof(const PostProcessConfiguration& input) in GetFactorDof()
181 static inline BASE_NS::Math::Vec4 GetFactorDof2(const PostProcessConfiguration& input) in GetFactorDof2()
[all …]
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/core/src/
H A Dhks_storage_test.cpp65 const char input = '#'; variable
79 const char input = '$'; variable
93 const char input = '%'; variable
107 const char input = '&'; variable
121 const char input = '('; variable
135 const char input = ')'; variable
/ohos5.0/drivers/peripheral/audio/effect/test/unittest/
H A Deffect_control_test.cpp98 struct AudioEffectBuffer input = {0}; variable
114 struct AudioEffectBuffer input = {0}; variable
129 int8_t input[SEND_COMMAND_LEN] = {0}; variable
162 int8_t input[SEND_COMMAND_LEN] = {0}; variable
179 int8_t input[SEND_COMMAND_LEN] = {0}; variable
196 int8_t input[SEND_COMMAND_LEN] = {0}; variable
213 int8_t input[SEND_COMMAND_LEN] = {0}; variable
230 int8_t input[SEND_COMMAND_LEN] = {0}; variable
247 int8_t input[SEND_COMMAND_LEN] = {0}; variable
263 int8_t input[SEND_COMMAND_LEN] = {0}; variable
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_types_util.cpp19 bool Marshalling(const SyncerParam &input, MessageParcel &data) in Marshalling()
34 bool Marshalling(const NotifyConfig &input, MessageParcel &data) in Marshalling()
45 bool Marshalling(const Option &input, MessageParcel &data) in Marshalling()
84 bool Marshalling(const SubOption &input, MessageParcel &data) in Marshalling()
98 bool Marshalling(const ValueObject &input, MessageParcel &data) in Marshalling()
120 bool Marshalling(const Asset &input, MessageParcel &data) in Marshalling()
150 bool Marshalling(const Statistic &input, MessageParcel &data) in Marshalling()
174 bool Marshalling(const Origin &input, MessageParcel &data) in Marshalling()
207 bool Marshalling(const Reference &input, MessageParcel &data) in Marshalling()
218 bool Marshalling(const BigInt& input, MessageParcel& data) in Marshalling()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dinput_unittest.cpp37 auto input = std::make_shared<Input>(); variable
64 auto input = std::make_shared<Input>(); variable
91 auto input = std::make_shared<Input>(); variable
123 auto input = std::make_shared<Input>(); variable
145 auto input = std::make_shared<Input>(); variable
167 auto input = std::make_shared<Input>(); variable
H A Dfilter_unittest.cpp175 auto input = filterFactory.GetFilter("Input"); variable
201 auto input = filterFactory.GetFilter("Input"); variable
224 auto input = filterFactory.GetFilter("Input"); variable
253 auto input = filterFactory.GetFilter("Input"); variable
279 auto input = filterFactory.GetFilter("Input"); variable
328 auto input = filterFactory.GetFilter("Input"); variable
383 auto input = filterFactory.GetFilter("Input"); variable
411 auto input = filterFactory.GetFilter("Input"); variable
435 auto input = filterFactory.GetFilter("Input"); variable
463 auto input = filterFactory.GetFilter("Input"); variable
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/
H A Dcloud_types_util.cpp20 bool Marshalling(const Participant &input, MessageParcel &data) in Marshalling()
34 bool Marshalling(const Privilege &input, MessageParcel &data) in Marshalling()
48 bool Marshalling(const Role &input, MessageParcel &data) in Marshalling()
65 bool Marshalling(const Confirmation &input, MessageParcel &data) in Marshalling()
83 bool Marshalling(const SharingCode &input, MessageParcel &data) in Marshalling()
100 bool Marshalling(const Asset &input, MessageParcel &data) in Marshalling()
110 bool Marshalling(const ValueObject &input, MessageParcel &data) in Marshalling()
120 bool Marshalling(const ValuesBucket &input, MessageParcel &data) in Marshalling()
137 bool Marshalling(const Strategy &input, MessageParcel &data) in Marshalling()
143 bool Marshalling(const CommonAsset &input, MessageParcel &data) in Marshalling()
[all …]
/ohos5.0/base/inputmethod/imf/common/src/
H A Ditypes_util.cpp33 bool ITypesUtil::Marshalling(bool input, MessageParcel &data) in Marshalling()
43 bool ITypesUtil::Marshalling(uint32_t input, MessageParcel &data) in Marshalling()
53 bool ITypesUtil::Marshalling(int32_t input, MessageParcel &data) in Marshalling()
63 bool ITypesUtil::Marshalling(uint64_t input, MessageParcel &data) in Marshalling()
73 bool ITypesUtil::Marshalling(double input, MessageParcel &data) in Marshalling()
83 bool ITypesUtil::Marshalling(const std::string &input, MessageParcel &data) in Marshalling()
124 bool ITypesUtil::Marshalling(const Property &input, MessageParcel &data) in Marshalling()
353 bool ITypesUtil::Marshalling(InputType input, MessageParcel &data) in Marshalling()
386 bool ITypesUtil::Marshalling(ClientState input, MessageParcel &data) in Marshalling()
402 bool ITypesUtil::Marshalling(SwitchTrigger input, MessageParcel &data) in Marshalling()
[all …]
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/conversion/src/
H A Dconversion_filter.cpp33 double ConversionFilter::FilterLowPass(double input, double cutoff) in FilterLowPass()
41 double ConversionFilter::FilterHighPass(double input, double cutoff) in FilterHighPass()
49 double ConversionFilter::FilterLowResonant(double input, double cutoff, double resonance) in FilterLowResonant()
80 double ConversionFilter::FilterHighResonant(double input, double cutoff, double resonance) in FilterHighResonant()
112 double ConversionFilter::FilterBandPass(double input, double cutoff, double resonance) in FilterBandPass()
136 double ConversionFilter::HandleResonant(double input, double cutoff, double resonance, FilterMethod… in HandleResonant()
160 double ConversionFilter::HandleHighPassOrLowPass(double input, double cutoff, bool isHighPass) in HandleHighPassOrLowPass()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_util.cpp25 template <> size_t CountBufferSize(const std::nullptr_t &input, TLVObject &data) in CountBufferSize()
30 template <> bool Writing(const std::nullptr_t &input, TLVObject &data, TAG tag) in Writing()
57 template <> size_t CountBufferSize(const std::string &input, TLVObject &data) in CountBufferSize()
62 template <> bool Writing(const std::string &input, TLVObject &data, TAG tag) in Writing()
89 template <> size_t CountBufferSize(const UDType &input, TLVObject &data) in CountBufferSize()
95 template <> bool Writing(const UDType &input, TLVObject &data, TAG tag) in Writing()
121 template <> bool Writing(const DataStatus &input, TLVObject &data, TAG tag) in Writing()
141 template <> size_t CountBufferSize(const Object &input, TLVObject &data) in CountBufferSize()
146 template <> bool Writing(const Object &input, TLVObject &data, TAG tag) in Writing()
346 template <> size_t CountBufferSize(const Runtime &input, TLVObject &data) in CountBufferSize()
[all …]
H A Dtlv_util.h131 template <typename T> void InitWhenFirst(T input, TLVObject &data) in InitWhenFirst()
139 template <typename T> size_t CountBufferSize(const T &input, TLVObject &data) in CountBufferSize()
144 template <typename T> bool Writing(const T &input, TLVObject &data, TAG tag) in Writing()
155 template <typename T> size_t CountBufferSize(const std::shared_ptr<T> &input, TLVObject &data) in CountBufferSize()
163 template <typename T> bool Writing(const std::shared_ptr<T> &input, TLVObject &data, TAG tag) in Writing()
180 template <typename T> size_t CountBufferSize(const std::vector<T> &input, TLVObject &data) in CountBufferSize()
189 template <typename T> bool Writing(const std::vector<T> &input, TLVObject &data, TAG tag) in Writing()
239 template <typename T, typename R> bool Writing(const std::map<T, R> &input, TLVObject &data, TAG ta… in Writing()
295 template <typename _InTp> size_t CountVariant(TLVObject &data, uint32_t step, const _InTp &input) in CountVariant()
301 size_t CountVariant(TLVObject &data, uint32_t step, const _InTp &input) in CountVariant()
[all …]
H A Dudmf_types_util.cpp26 bool Marshalling(const UnifiedData &input, MessageParcel &parcel) in Marshalling()
67 bool Marshalling(const std::vector<UnifiedData> &input, MessageParcel &parcel) in Marshalling()
107 bool Marshalling(const Summary &input, MessageParcel &parcel) in Marshalling()
119 bool Marshalling(const Privilege &input, MessageParcel &parcel) in Marshalling()
131 bool Marshalling(const CustomOption &input, MessageParcel &parcel) in Marshalling()
143 bool Marshalling(const QueryOption &input, MessageParcel &parcel) in Marshalling()
155 bool Marshalling(const UDType &input, MessageParcel &parcel) in Marshalling()
178 bool Marshalling(const Intention &input, MessageParcel &parcel) in Marshalling()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/http_source_test/
H A Ddownloader_unit_test.cpp76 string input = "hello world"; variable
109 string input = ""; variable
116 string input = " Hello"; variable
123 string input = "Hello "; variable
130 string input = " Hello "; variable
137 string input = "Hello"; variable
165 string input = ""; variable
172 string input = "abc"; variable
179 string input = "a.b.c"; variable
186 string input = "a\\b\\c"; variable
[all …]
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_source_input_channel_listener.cpp25 …InputChannelListener::DCameraSourceInputChannelListener(std::shared_ptr<DCameraSourceInput>& input, in DCameraSourceInputChannelListener()
36 std::shared_ptr<DCameraSourceInput> input = input_.lock(); in OnSessionState() local
47 std::shared_ptr<DCameraSourceInput> input = input_.lock(); in OnSessionError() local
58 std::shared_ptr<DCameraSourceInput> input = input_.lock(); in OnDataReceived() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_types_util.cpp20 bool Marshalling(const Participant &input, MessageParcel &data) in Marshalling()
34 bool Marshalling(const Privilege &input, MessageParcel &data) in Marshalling()
48 bool Marshalling(const Asset &input, MessageParcel &data) in Marshalling()
58 bool Marshalling(const ValueObject &input, MessageParcel &data) in Marshalling()
68 bool Marshalling(const ValuesBucket &input, MessageParcel &data) in Marshalling()
79 bool Marshalling(const StatisticInfo &input, MessageParcel &data) in Marshalling()
102 bool Marshalling(const CloudSyncInfo &input, MessageParcel &data) in Marshalling()
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/mock/src/
H A Dsec_comp_enhance_adapter.cpp93 bool SecCompEnhanceAdapter::EnhanceClientSerialize(MessageParcel& input, MessageParcel& output) in EnhanceClientSerialize()
99 bool SecCompEnhanceAdapter::EnhanceClientDeserialize(MessageParcel& input, MessageParcel& output) in EnhanceClientDeserialize()
105 bool SecCompEnhanceAdapter::EnhanceSrvSerialize(MessageParcel& input, MessageParcel& output) in EnhanceSrvSerialize()
111 bool SecCompEnhanceAdapter::EnhanceSrvDeserialize(MessageParcel& input, MessageParcel& output, in EnhanceSrvDeserialize()
118 bool WriteMessageParcel(MessageParcel& input, MessageParcel& output) in WriteMessageParcel()
144 bool ReadMessageParcel(MessageParcel& input, MessageParcel& output) in ReadMessageParcel()
169 bool SecCompEnhanceAdapter::EnhanceClientSerialize(MessageParcel& input, MessageParcel& output) in EnhanceClientSerialize()
175 bool SecCompEnhanceAdapter::EnhanceClientDeserialize(MessageParcel& input, MessageParcel& output) in EnhanceClientDeserialize()
181 bool SecCompEnhanceAdapter::EnhanceSrvSerialize(MessageParcel& input, MessageParcel& output) in EnhanceSrvSerialize()
187 bool SecCompEnhanceAdapter::EnhanceSrvDeserialize(MessageParcel& input, MessageParcel& output, in EnhanceSrvDeserialize()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Ddatashare_valuebucket_convert.h30 static bool GetItem(T&& input, O& output) in GetItem()
36 static bool GetItem(T&& input, O& output) in GetItem()
47 static bool Convert(T&& input, std::variant<Types...>& output) in Convert()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/services/
H A Dfaultlogger_config_test.cpp48 int input = 100; variable
67 long input = 100; variable
86 std::string input = "/data/log.txt"; variable
105 std::string input = "/data/debug/log.txt"; variable
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dsignal_test.cpp85 int32_t input = 1; variable
107 int32_t input = SIGINT; variable
135 int32_t input = -100; // -100 is an unexpected signal variable
150 int32_t input = SIGSEGV; variable
164 int32_t input = 100; // 100 is an unexpected signal variable
179 int32_t input = SI_USER; variable
195 int32_t input = 1; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_types_util.cpp36 bool Marshalling(const AppId &input, MessageParcel &data) in Marshalling()
48 bool Marshalling(const StoreId &input, MessageParcel &data) in Marshalling()
106 bool Marshalling(const Options &input, MessageParcel &data) in Marshalling()
162 bool Marshalling(const AuthType &input, MessageParcel &data) in Marshalling()
179 bool Marshalling(const SyncPolicy &input, MessageParcel &data) in Marshalling()
191 bool Marshalling(const SwitchData &input, MessageParcel &data) in Marshalling()
203 bool Marshalling(const Status &input, MessageParcel &data) in Marshalling()
248 bool Marshalling(const TableDetail &input, MessageParcel &data) in Marshalling()
258 bool Marshalling(const Statistic &input, MessageParcel &data) in Marshalling()
269 bool Marshalling(const CloudConfig &input, MessageParcel &data) in Marshalling()
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/task_handler_wrap_test/
H A Dtask_handler_wrap_test.cpp58 int input = 0; variable
74 int input = 0; variable
116 int input = 0; variable
133 int input = 0; variable
149 int input = 0; variable
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_crypt_test.cpp110 uint8_t input[16] = "aaaaaaaaaaaaaaa"; variable
130 uint8_t input[16] = "aaaaaaaaaaaaaaa"; variable
174 uint8_t input[16] = "aaaaaaaaaaaaaaa"; variable
195 uint8_t input[16] = "aaaaaaaaaaaaaaa"; variable
215 uint8_t input[16] = "aaaaaaaaaaaaaaa"; variable
259 uint8_t input[16] = "aaaaaaaaaaaaaaa"; variable
433 uint8_t input[16] = "aaaaaaaaaaaaaaa"; variable
458 uint8_t input[16] = "aaaaaaaaaaaaaaa"; variable
525 uint8_t input[16] = "aaaaaaaaaaaaaaa"; variable
563 uint8_t input[16] = "aaaaaaaaaaaaaaa"; variable
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_board_judgement_test.cpp36 std::istringstream input("Test\r"); variable
48 std::istringstream input("Test"); variable
60 std::istringstream input(""); variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Draw_data_parser.h53 static bool Get(T &&input, O &output) in Get()
59 static bool Get(T &&input, O &output) in Get()
76 bool RawDataParser::Convert(T input, std::variant<Rest...> &output) in Convert()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dhash.cpp19 uint64_t Hash::HashFunc(const std::string &input) in HashFunc()
31 uint32_t Hash::Hash32Func(const std::string &input) in Hash32Func()

12345678910>>...24