| /foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/ |
| D | input_unittest.cpp | 37 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
|
| D | filter_unittest.cpp | 175 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/ |
| D | rdb_types_util.cpp | 19 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/ |
| D | dcamera_source_input_channel_listener.cpp | 25 …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/ |
| D | udmf_types_util.cpp | 27 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()
|
| D | tlv_util.cpp | 21 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/ |
| D | image_filter.cpp | 25 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/ |
| D | image_filter_cmd_list.cpp | 82 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
|
| D | recording_image_filter.cpp | 28 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/ |
| D | raw_data_parser.h | 46 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/ |
| D | hash.cpp | 19 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/ |
| D | task_handler_wrap_test.cpp | 58 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/ |
| D | distributeddb_interfaces_device_identifier_test.cpp | 146 PragmaData input = static_cast<void *>(¶m); variable 174 PragmaData input = static_cast<void *>(¶m); variable 200 PragmaData input = static_cast<void *>(¶m); variable 226 PragmaData input = static_cast<void *>(¶m); variable 251 PragmaData input = static_cast<void *>(¶m); variable 276 PragmaData input = static_cast<void *>(¶m); variable 295 PragmaData input = static_cast<void *>(¶m); variable 314 PragmaData input = static_cast<void *>(¶m); variable
|
| /foundation/communication/dsoftbus/tests/adapter/unittest/ |
| D | dsoftbus_crypto_test.cpp | 285 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/ |
| D | pcm_iterator.cpp | 89 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/ |
| D | image_filter_test.cpp | 47 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/ |
| D | single_store_impl_get_top_test.cpp | 90 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/ |
| D | type_converter.cpp | 30 #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/ |
| D | camera_framework_unittest.cpp | 361 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/ |
| D | camera_framework_unittest.cpp | 427 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/ |
| D | js_test_bigint_napi.cpp | 36 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/ |
| D | kv_types_util.cpp | 36 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/ |
| D | skia_image_filter.cpp | 56 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/ |
| D | route_manager_test.cpp | 351 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/ |
| D | avsession_service_proxy.h | 69 int32_t ProcessCastAudioCommand(const RemoteServiceCommand command, const std::string& input, in ProcessCastAudioCommand()
|