Home
last modified time | relevance | path

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

12345678

/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
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
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 …]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_types_util.cpp19 bool Marshalling(const SyncerParam &input, MessageParcel &data) in Marshalling()
32 bool Marshalling(const Option &input, MessageParcel &data) in Marshalling()
44 bool Marshalling(const RdbPredicates &input, MessageParcel &data) in Marshalling()
55 bool Marshalling(const RdbOperation &input, MessageParcel &data) in Marshalling()
70 bool Marshalling(const SubOption &input, MessageParcel &data) in Marshalling()
84 bool Marshalling(const ValueObject &input, MessageParcel &data) in Marshalling()
95 bool Marshalling(const ValuesBucket &input, MessageParcel &data) in Marshalling()
106 bool Marshalling(const Asset &input, MessageParcel &data) in Marshalling()
116 bool Marshalling(const ProgressDetail &input, MessageParcel &data) in Marshalling()
126 bool Marshalling(const TableDetail &input, MessageParcel &data) in Marshalling()
[all …]
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
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
/foundation/distributeddatamgr/udmf/framework/common/
Dudmf_types_util.cpp27 bool Marshalling(const UnifiedData &input, MessageParcel &parcel) in Marshalling()
66 bool Marshalling(const std::vector<UnifiedData> &input, MessageParcel &parcel) in Marshalling()
105 bool Marshalling(const Summary &input, MessageParcel &parcel) in Marshalling()
117 bool Marshalling(const Privilege &input, MessageParcel &parcel) in Marshalling()
129 bool Marshalling(const CustomOption &input, MessageParcel &parcel) in Marshalling()
141 bool Marshalling(const QueryOption &input, MessageParcel &parcel) in Marshalling()
153 bool Marshalling(const UDType &input, MessageParcel &parcel) in Marshalling()
176 bool Marshalling(const Intention &input, MessageParcel &parcel) in Marshalling()
Dtlv_util.cpp21 bool CountBufferSize(const std::shared_ptr<UnifiedRecord> &input, TLVObject &data) in CountBufferSize()
219 bool CountBufferSize(const Runtime &input, TLVObject &data) in CountBufferSize()
240 bool CountBufferSize(const UnifiedData &input, TLVObject &data) in CountBufferSize()
253 bool CountBufferSize(const std::vector<UnifiedData> &input, TLVObject &data) in CountBufferSize()
272 bool Writing(const int32_t &input, TLVObject &data) in Writing()
284 bool Writing(const int64_t &input, TLVObject &data) in Writing()
302 bool Writing(const uint32_t &input, TLVObject &data) in Writing()
314 bool Writing(const uint64_t &input, TLVObject &data) in Writing()
320 bool Writing(const bool &input, TLVObject &data) in Writing()
332 bool Writing(const std::string &input, TLVObject &data) in Writing()
[all …]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
Dimage_filter.cpp25 ImageFilter::ImageFilter(FilterType t, scalar x, scalar y, std::shared_ptr<ImageFilter> input) noex… in ImageFilter()
31 …ageFilter(FilterType t, scalar x, scalar y, TileMode mode, std::shared_ptr<ImageFilter> input) noe… in ImageFilter()
38 ImageFilter::ImageFilter(FilterType t, const ColorFilter& cf, std::shared_ptr<ImageFilter> input) n… in ImageFilter()
70 std::shared_ptr<ImageFilter> input) in CreateBlurImageFilter()
76 const ColorFilter& cf, std::shared_ptr<ImageFilter> input) in CreateColorFilterImageFilter()
82 scalar dx, scalar dy, std::shared_ptr<ImageFilter> input) in CreateOffsetImageFilter()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
Dimage_filter_cmd_list.cpp82 scalar sigmaX, scalar sigmaY, TileMode mode, const CmdListHandle& input) in CreateBlurImageFilterOpItem()
87 auto input = CmdListHelper::GetFromCmdList<ImageFilterCmdList, ImageFilter>(cmdList, input_); in Playback() local
92 const CmdListHandle& input) : ImageFilterOpItem(CREATE_COLOR_FILTER), cf_(cf), input_(input) {} in CreateColorFilterImageFilterOpItem()
102 auto input = CmdListHelper::GetFromCmdList<ImageFilterCmdList, ImageFilter>(cmdList, input_); in Playback() local
106 …tImageFilterOpItem::CreateOffsetImageFilterOpItem(scalar dx, scalar dy, const CmdListHandle& input) in CreateOffsetImageFilterOpItem()
111 auto input = CmdListHelper::GetFromCmdList<ImageFilterCmdList, ImageFilter>(cmdList, input_); in Playback() local
Drecording_image_filter.cpp28 scalar sigmaX, scalar sigmaY, TileMode mode, const std::shared_ptr<ImageFilter>& input) in CreateBlurImageFilter()
37 const ColorFilter& cf, const std::shared_ptr<ImageFilter>& input) in CreateColorFilterImageFilter()
49 scalar dx, scalar dy, const std::shared_ptr<ImageFilter>& input) in CreateOffsetImageFilter()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
Draw_data_parser.h46 static bool Get(T &&input, O &output) in Get()
52 static bool Get(T &&input, O &output) in Get()
66 bool RawDataParser::Convert(T input, std::variant<Rest...> &output) in Convert()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dhash.cpp19 uint64_t Hash::HashFunc(const std::string &input) in HashFunc()
31 uint32_t Hash::Hash32Func(const std::string &input) in Hash32Func()
/foundation/ability/ability_runtime/test/unittest/task_handler_wrap_test/
Dtask_handler_wrap_test.cpp58 int input = 0; variable
74 int input = 0; variable
116 int input = 0; variable
132 int input = 0; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_device_identifier_test.cpp146 PragmaData input = static_cast<void *>(&param); variable
174 PragmaData input = static_cast<void *>(&param); variable
200 PragmaData input = static_cast<void *>(&param); variable
226 PragmaData input = static_cast<void *>(&param); variable
251 PragmaData input = static_cast<void *>(&param); variable
276 PragmaData input = static_cast<void *>(&param); variable
295 PragmaData input = static_cast<void *>(&param); variable
314 PragmaData input = static_cast<void *>(&param); variable
/foundation/communication/dsoftbus/tests/adapter/unittest/
Ddsoftbus_crypto_test.cpp285 char input[32]; variable
304 char input[32]; variable
327 char input[32]; variable
350 char input[32]; variable
370 char input[32]; variable
392 char input[32]; variable
412 char input[32]; variable
438 char input[32]; variable
465 char input[32]; variable
499 char input[32]; variable
[all …]
/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/source/
Dpcm_iterator.cpp89 int32_t PCMIterator::SetInput(const Array<int16_t> &input) in SetInput()
106 int32_t PCMIterator::Prepare(const Array<int16_t> &input) in Prepare()
205 int32_t PCMIterator::MoveDataToCache(const Array<int16_t> &input) in MoveDataToCache()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
Dimage_filter_test.cpp47 auto input = ImageFilter::CreateBlurImageFilter(10.0f, 10.0f, TileMode::CLAMP, nullptr); variable
62 auto input = ImageFilter::CreateColorFilterImageFilter(*colorFilter, nullptr); variable
76 auto input = ImageFilter::CreateOffsetImageFilter(10.0f, 10.0f, nullptr); variable
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
Dsingle_store_impl_get_top_test.cpp90 std::vector<Entry> input; variable
123 std::vector<Entry> input; variable
156 std::vector<Entry> input; variable
186 std::vector<Entry> input; variable
224 std::vector<Entry> input; variable
264 std::vector<Entry> input; variable
/foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/source/
Dtype_converter.cpp30 #define TYPE_CONVERT_ITEMS(input, output, indices) \ argument
141 int32_t TypeConverter::Process(const FeatureData &input, FeatureData &output) in Process()
166 int32_t TypeConverter::InnerProcess(const FeatureData &input) in InnerProcess()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_0/
Dcamera_framework_unittest.cpp361 sptr<CameraInput> input = cameraManager->CreateCameraInput(cameras[0]); variable
554 sptr<CaptureInput> input = cameraManager->CreateCameraInput(cameras[0]); variable
610 sptr<CameraInput> input = cameraManager->CreateCameraInput(cameras[0]); variable
693 sptr<CaptureInput> input = nullptr; variable
765 sptr<CaptureInput> input = cameraManager->CreateCameraInput(cameras[0]); variable
807 sptr<CaptureInput> input = cameraManager->CreateCameraInput(cameras[0]); variable
869 sptr<CaptureInput> input = cameraManager->CreateCameraInput(cameras[0]); variable
931 sptr<CaptureInput> input = cameraManager->CreateCameraInput(cameras[0]); variable
1002 sptr<CaptureInput> input = cameraManager->CreateCameraInput(cameras[0]); variable
1070 sptr<CaptureInput> input = cameraManager->CreateCameraInput(cameras[0]); variable
[all …]
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
Dcamera_framework_unittest.cpp427 sptr<CameraInput> input = cameraManager->CreateCameraInput(cameras[0]); variable
470 sptr<CameraInput> input = cameraManager->CreateCameraInput(cameras[0]); variable
663 sptr<CaptureInput> input = cameraManager->CreateCameraInput(cameras[0]); variable
719 sptr<CameraInput> input = cameraManager->CreateCameraInput(cameras[0]); variable
802 sptr<CaptureInput> input = nullptr; variable
874 sptr<CaptureInput> input = cameraManager->CreateCameraInput(cameras[0]); variable
917 sptr<CaptureInput> input = cameraManager->CreateCameraInput(cameras[0]); variable
979 sptr<CaptureInput> input = cameraManager->CreateCameraInput(cameras[0]); variable
1042 sptr<CaptureInput> input = cameraManager->CreateCameraInput(cameras[0]); variable
1114 sptr<CaptureInput> input = cameraManager->CreateCameraInput(cameras[0]); variable
[all …]
/foundation/arkui/napi/sample/native_module_systemtest/
Djs_test_bigint_napi.cpp36 int64_t input = 0; in BigIntIsLossless() local
39 uint64_t input = 0; in BigIntIsLossless() local
59 int64_t input = 0; in BigInt64() local
81 uint64_t input = 0; in BigUint64() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
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()
152 bool Marshalling(const SyncPolicy &input, MessageParcel &data) in Marshalling()
164 bool Marshalling(const DevBrief &input, MessageParcel &data) in Marshalling()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_image_filter.cpp56 sk_sp<SkImageFilter> input = nullptr; in InitWithBlur() local
69 sk_sp<SkImageFilter> input = nullptr; in InitWithColor() local
81 sk_sp<SkImageFilter> input = nullptr; in InitWithOffset() local
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
Droute_manager_test.cpp351 const std::string input; variable
359 const std::string input = "eth0"; variable
367 const std::string input; variable
375 const std::string input = "test"; variable
383 const std::string input = "wlan0"; variable
391 const std::string input; variable
399 const std::string input = "eth0"; variable
407 const std::string input; variable
415 const std::string input = "test"; variable
423 const std::string input = "wlan0"; variable
/foundation/multimedia/av_session/services/session/ipc/proxy/
Davsession_service_proxy.h69 int32_t ProcessCastAudioCommand(const RemoteServiceCommand command, const std::string& input, in ProcessCastAudioCommand()

12345678