Home
last modified time | relevance | path

Searched defs:output (Results 1 - 25 of 321) sorted by relevance

12345678910>>...13

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_types_utils.cpp20 bool Unmarshalling(AssetBindInfo &output, MessageParcel &data) in Unmarshalling() argument
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dpanorama_session.cpp25 bool PanoramaSession::CanAddOutput(sptr<CaptureOutput> &output) in CanAddOutput() argument
H A Dfluorescence_photo_session.cpp30 bool FluorescencePhotoSession::CanAddOutput(sptr<CaptureOutput> &output) in CanAddOutput() argument
H A Dhigh_res_photo_session.cpp30 bool HighResPhotoSession::CanAddOutput(sptr<CaptureOutput> &output) in CanAddOutput() argument
H A Dsecure_camera_session.cpp29 int32_t SecureCameraSession::AddSecureOutput(sptr<CaptureOutput> &output) in AddSecureOutput() argument
H A Dquick_shot_photo_session.cpp24 bool QuickShotPhotoSession::CanAddOutput(sptr<CaptureOutput>& output) in CanAddOutput() argument
H A Dmacro_photo_session.cpp24 bool MacroPhotoSession::CanAddOutput(sptr<CaptureOutput>& output) in CanAddOutput() argument
H A Dmacro_video_session.cpp25 bool MacroVideoSession::CanAddOutput(sptr<CaptureOutput>& output) in CanAddOutput() argument
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/src/
H A Doutput_controller_listener.cpp25 std::shared_ptr<ControllableOutput> output = output_.lock(); in OnOutput() local
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/
H A Dobject_types_util.cpp26 bool Unmarshalling(AssetBindInfo &output, MessageParcel &data) in Unmarshalling() argument
38 bool Unmarshalling(Asset &output, MessageParcel &data) in Unmarshalling() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/
H A Dcommon_types_utils.cpp26 bool Unmarshalling(Asset &output, MessageParcel &data) in Unmarshalling() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_types_util.cpp27 bool Unmarshalling(Participant &output, MessageParcel &data) in Unmarshalling() argument
41 bool Unmarshalling(Privilege &output, MessageParcel &data) in Unmarshalling() argument
53 Unmarshalling(Asset &output, MessageParcel &data) Unmarshalling() argument
63 Unmarshalling(ValueObject &output, MessageParcel &data) Unmarshalling() argument
73 Unmarshalling(ValuesBucket &output, MessageParcel &data) Unmarshalling() argument
85 Unmarshalling(StatisticInfo &output, MessageParcel &data) Unmarshalling() argument
91 Unmarshalling(Strategy &output, MessageParcel &data) Unmarshalling() argument
108 Unmarshalling(CloudSyncInfo &output, MessageParcel &data) Unmarshalling() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/
H A Dcloud_types_util.cpp27 bool Unmarshalling(Participant &output, MessageParcel &data) in Unmarshalling() argument
41 bool Unmarshalling(Privilege &output, MessageParcel &data) in Unmarshalling() argument
54 Unmarshalling(Role &output, MessageParcel &data) Unmarshalling() argument
71 Unmarshalling(Confirmation &output, MessageParcel &data) Unmarshalling() argument
89 Unmarshalling(SharingCode &output, MessageParcel &data) Unmarshalling() argument
105 Unmarshalling(Asset &output, MessageParcel &data) Unmarshalling() argument
115 Unmarshalling(ValueObject &output, MessageParcel &data) Unmarshalling() argument
125 Unmarshalling(ValuesBucket &output, MessageParcel &data) Unmarshalling() argument
131 Unmarshalling(StatisticInfo &output, MessageParcel &data) Unmarshalling() argument
155 Unmarshalling(CloudSyncInfo &output, MessageParcel &data) Unmarshalling() argument
[all...]
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/callback/
H A Ddcamera_sink_output_result_callback.cpp29 std::shared_ptr<DCameraSinkOutput> output = output_.lock(); in OnPhotoResult() local
39 std::shared_ptr<DCameraSinkOutput> output = output_.lock(); in OnVideoResult() local
22 DCameraSinkOutputResultCallback( std::shared_ptr<DCameraSinkOutput>& output) DCameraSinkOutputResultCallback() argument
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/include/
H A Doutput_controller_listener.h30 OutputControllerListener(std::shared_ptr<ControllableOutput> output) in OutputControllerListener() argument
/foundation/arkui/ace_engine/frameworks/base/base64/
H A Dbase64_util.cpp32 void* output = resData->writable_data(); in Decode() local
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Djson_exporter.cpp24 ReturnError JsonExporter::Export(CORE_NS::IFile& output, const IObject::ConstPtr& object) in Export() argument
/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dfilter_factory_unittest.cpp65 auto output = filterFactory.GetFilter("Output"); in HWTEST_F() local
/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.cpp31 template <> bool Reading(std::nullptr_t &output, TLVObject &data, const TLVHead &head) in Reading() argument
46 template <> bool Reading(std::monostate &output, TLVObject &data, const TLVHead &head) in Reading() argument
61 template <> bool Reading(std::string &output, TLVObject &data, const TLVHead &head) in Reading() argument
76 template <> bool Reading(std::vector<uint8_t> &output, TLVObject &data, const TLVHead &head) in Reading() argument
91 template <> bool Reading(UDType &output, TLVObject &data, const TLVHead &head) in Reading() argument
106 template <> bool Reading(DataStatus &output, TLVObject &data, const TLVHead &head) in Reading() argument
120 template <> bool Reading(Object &output, TLVObject &data, const TLVHead &head) in Reading() argument
134 template <> bool Reading(UnifiedKey &output, TLVObject &data, const TLVHead &head) in Reading() argument
149 template <> bool Reading(UnifiedData &output, TLVObject &data, const TLVHead &head) in Reading() argument
164 template <> bool Reading(UnifiedRecord &output, TLVObjec argument
179 Reading(Runtime &output, TLVObject &data, const TLVHead &head) Reading() argument
194 Reading(Privilege &output, TLVObject &data, const TLVHead &head) Reading() argument
209 Reading(std::shared_ptr<OHOS::Media::PixelMap> &output, TLVObject &data, const TLVHead &head) Reading() argument
225 Reading(std::shared_ptr<OHOS::AAFwk::Want> &output, TLVObject &data, const TLVHead &head) Reading() argument
[all...]
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_process/
H A Db_process_test.cpp36 static bool DetectFatalLog(string_view output) in DetectFatalLog() argument
/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
/foundation/ability/ability_runtime/services/dataobsmgr/src/
H A Ddataobs_mgr_changeinfo.cpp56 bool ChangeInfo::Unmarshalling(ChangeInfo &output, MessageParcel &parcel) in Unmarshalling() argument
/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_selection.h88 std::string output = ss.str(); in ToString() local
/foundation/arkui/ace_engine_lite/frameworks/tools/profiler/
H A Djs_profiler.py67 def output(msg, dest): function

Completed in 8 milliseconds

12345678910>>...13