Home
last modified time | relevance | path

Searched defs:output (Results 151 - 175 of 2719) sorted by relevance

12345678910>>...109

/foundation/arkui/ace_engine_lite/frameworks/tools/profiler/
H A Djs_profiler.py67 def output(msg, dest): function
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_copy_helper.h33 RENDER_NS::RenderHandle output; member
/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_3d/lume/LumeEcsSerializer/Util/include/util/
H A Djson_util.h73 inline bool FromJson(const CORE_NS::json::value& jsonIn, T& output) in FromJson() argument
83 inline bool FromJson(const CORE_NS::json::value& jsonIn, T& output) in FromJson() argument
92 inline bool FromJson(const CORE_NS::json::value& jsonIn, bool& output) in FromJson() argument
40 SafeGetJsonValue( const CORE_NS::json::value& jsonData, const ::string_view element, ::string& error, T& output) SafeGetJsonValue() argument
58 SafeGetJsonValue( const CORE_NS::json::value& jsonData, const ::string_view element, ::string& error, T& output) SafeGetJsonValue() argument
101 FromJson(const CORE_NS::json::value& jsonIn, ::Uid& output) FromJson() argument
112 FromJsonArray(const CORE_NS::json::value& jsonIn, T* output, size_t size) FromJsonArray() argument
126 FromJson(const CORE_NS::json::value& jsonIn, ::Math::Vec2& output) FromJson() argument
131 FromJson(const CORE_NS::json::value& jsonIn, ::Math::Vec3& output) FromJson() argument
136 FromJson(const CORE_NS::json::value& jsonIn, ::Math::Vec4& output) FromJson() argument
141 FromJson(const CORE_NS::json::value& jsonIn, ::Math::UVec2& output) FromJson() argument
146 FromJson(const CORE_NS::json::value& jsonIn, ::Math::UVec3& output) FromJson() argument
151 FromJson(const CORE_NS::json::value& jsonIn, ::Math::UVec4& output) FromJson() argument
156 FromJson(const CORE_NS::json::value& jsonIn, ::Math::Quat& output) FromJson() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_node_post_process_util.h51 BindableImage output; member
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Djson_util.h70 inline bool FromJson(const CORE_NS::json::value& jsonIn, T& output) in FromJson() argument
80 inline bool FromJson(const CORE_NS::json::value& jsonIn, T& output) in FromJson() argument
89 inline bool FromJson(const CORE_NS::json::value& jsonIn, bool& output) in FromJson() argument
37 SafeGetJsonValue( const CORE_NS::json::value& jsonData, const BASE_NS::string_view element, BASE_NS::string& error, T& output) SafeGetJsonValue() argument
55 SafeGetJsonValue( const CORE_NS::json::value& jsonData, const BASE_NS::string_view element, BASE_NS::string& error, T& output) SafeGetJsonValue() argument
98 FromJson(const CORE_NS::json::value& jsonIn, BASE_NS::Uid& output) FromJson() argument
109 FromJsonArray(const CORE_NS::json::value& jsonIn, T* output, size_t size) FromJsonArray() argument
123 FromJson(const CORE_NS::json::value& jsonIn, BASE_NS::Math::Vec2& output) FromJson() argument
128 FromJson(const CORE_NS::json::value& jsonIn, BASE_NS::Math::Vec3& output) FromJson() argument
133 FromJson(const CORE_NS::json::value& jsonIn, BASE_NS::Math::Vec4& output) FromJson() argument
138 FromJson(const CORE_NS::json::value& jsonIn, BASE_NS::Math::UVec2& output) FromJson() argument
143 FromJson(const CORE_NS::json::value& jsonIn, BASE_NS::Math::UVec3& output) FromJson() argument
148 FromJson(const CORE_NS::json::value& jsonIn, BASE_NS::Math::UVec4& output) FromJson() argument
153 FromJson(const CORE_NS::json::value& jsonIn, BASE_NS::Math::Quat& output) FromJson() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dbase64_encode.h28 inline void ToBase64(const uint8_t* threeBytes, char* output) in ToBase64() argument
36 inline void ToBase64(const uint8_t* threeBytes, char* output, signed left) in ToBase64() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/unittest/
H A Dheif_hw_decoder_test.cpp35 sptr<SurfaceBuffer> output = testObj.AllocateOutputBuffer( in HWTEST_F() local
43 sptr<SurfaceBuffer> output = testObj.AllocateOutputBuffer( in HWTEST_F() local
51 sptr<SurfaceBuffer> output = testObj.AllocateOutputBuffer( in HWTEST_F() local
69 sptr<SurfaceBuffer> output = testObj.AllocateOutputBuffer(gridInfo.displayWidth, gridInfo.displayHeight, in HWTEST_F() local
90 sptr<SurfaceBuffer> output = nullptr; in HWTEST_F() local
110 sptr<SurfaceBuffer> output = testObj.AllocateOutputBuffer(gridInfo.displayWidth, gridInfo.displayHeight, HWTEST_F() local
131 sptr<SurfaceBuffer> output = testObj.AllocateOutputBuffer(gridInfo.displayWidth, gridInfo.displayHeight, HWTEST_F() local
152 sptr<SurfaceBuffer> output = testObj.AllocateOutputBuffer(gridInfo.displayWidth, gridInfo.displayHeight, HWTEST_F() local
173 sptr<SurfaceBuffer> output = testObj.AllocateOutputBuffer(gridInfo.displayWidth, gridInfo.displayHeight, HWTEST_F() local
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Daperture_video_session.cpp30 bool ApertureVideoSession::CanAddOutput(sptr<CaptureOutput>& output) in CanAddOutput() argument
/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_command_process.cpp29 ProcessCastAudioCommand(const RemoteServiceCommand command, const std::string& input, std::string& output) ProcessCastAudioCommand() argument
/foundation/resourceschedule/ffrt/benchmarks/fib/
H A Dfib.cpp68 int output; in FibDataWait() local
108 int output; in FibNoWait() local
127 int output; in FibChildWait() local
[all...]
/foundation/communication/dsoftbus/tests/core/connection/fuzztest/wifidirectprotocol_fuzzer/
H A Dprotocol_fuzzer.cpp49 static void StringToBytes(const std::string &s, std::vector<uint8_t> output) in StringToBytes() argument
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dinterface_info_test.cpp58 std::vector<uint8_t> output; in HWTEST_F() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_common_func_test.cpp161 char output[MAC_LEN] = "AA,bb:CC:DD:EE:F"; in HWTEST_F() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_types_util.cpp26 bool Unmarshalling(SyncerParam &output, MessageParcel &data) in Unmarshalling() argument
39 Unmarshalling(NotifyConfig &output, MessageParcel &data) Unmarshalling() argument
51 Unmarshalling(Option &output, MessageParcel &data) Unmarshalling() argument
63 Unmarshalling(RdbPredicates &output, MessageParcel &data) Unmarshalling() argument
75 Unmarshalling(RdbOperation &output, MessageParcel &data) Unmarshalling() argument
90 Unmarshalling(SubOption &output, MessageParcel &data) Unmarshalling() argument
103 Unmarshalling(ValueObject &output, MessageParcel &data) Unmarshalling() argument
114 Unmarshalling(ValuesBucket &output, MessageParcel &data) Unmarshalling() argument
125 Unmarshalling(Asset &output, MessageParcel &data) Unmarshalling() argument
135 Unmarshalling(ProgressDetail &output, MessageParcel &data) Unmarshalling() argument
145 Unmarshalling(TableDetail &output, MessageParcel &data) Unmarshalling() argument
155 Unmarshalling(Statistic &output, MessageParcel &data) Unmarshalling() argument
167 Unmarshalling(PrimaryKeys &output, MessageParcel &data) Unmarshalling() argument
179 Unmarshalling(Origin &output, MessageParcel &data) Unmarshalling() argument
190 Unmarshalling(RdbChangedData &output, MessageParcel &data) Unmarshalling() argument
201 Unmarshalling(RdbProperties &output, MessageParcel &data) Unmarshalling() argument
212 Unmarshalling(Reference &output, MessageParcel &data) Unmarshalling() argument
224 Unmarshalling(BigInt& output, MessageParcel& data) Unmarshalling() argument
240 Unmarshalling(DebugInfo &output, MessageParcel &data) Unmarshalling() argument
[all...]
/foundation/distributeddatamgr/udmf/framework/common/unittest/
H A Dudmf_types_util_test.cpp99 std::vector<UnifiedData> output = {unifiedData}; in HWTEST_F() local
131 Privilege output; in HWTEST_F() local
149 CustomOption output; HWTEST_F() local
164 QueryOption output; HWTEST_F() local
194 UDType output = UDType::ENTITY; HWTEST_F() local
209 Intention output = Intention::UD_INTENTION_DRAG; HWTEST_F() local
276 UDType output = UDType::ENTITY; HWTEST_F() local
292 Intention output = Intention::UD_INTENTION_DRAG; HWTEST_F() local
[all...]
H A Dudmf_types_util_abnormal_test.cpp132 std::vector<UnifiedData> output = {unifiedData}; in HWTEST_F() local
/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dcommand.cpp35 bool Command::DoAction(const std::vector<std::string> &input, std::string &output) in DoAction() argument
H A Dpasteboard_dump_helper.cpp34 std::string output; in Dump() local
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/listener/
H A Ddcamera_sink_output_channel_listener.cpp29 std::shared_ptr<DCameraSinkOutput> output = output_.lock(); in OnSessionState() local
39 std::shared_ptr<DCameraSinkOutput> output = output_.lock(); in OnSessionError() local
22 DCameraSinkOutputChannelListener( DCStreamType type, std::shared_ptr<DCameraSinkOutput>& output) DCameraSinkOutputChannelListener() argument
49 std::shared_ptr<DCameraSinkOutput> output = output_.lock(); OnDataReceived() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Draw_data_parser.h53 static bool Get(T &&input, O &output) in Get() argument
59 static bool Get(T &&input, O &output) in Get() argument
76 bool RawDataParser::Convert(T input, std::variant<Rest...> &output) in Convert() argument
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Djs_sendable_utils.cpp26 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, bool &output) in ConvertFromSendable() argument
31 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, float &output) in ConvertFromSendable() argument
36 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, double &output) in ConvertFromSendable() argument
41 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, int32_t &output) in ConvertFromSendable() argument
46 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, int64_t &output) in ConvertFromSendable() argument
51 ConvertFromSendable(napi_env env, napi_value jsValue, std::vector<uint8_t> &output) ConvertFromSendable() argument
56 ConvertFromSendable(napi_env env, napi_value jsValue, std::string &output) ConvertFromSendable() argument
61 ConvertFromSendable(napi_env env, napi_value jsValue, Object &output) ConvertFromSendable() argument
66 ConvertFromSendable(napi_env env, napi_value jsValue, BigInt &output) ConvertFromSendable() argument
[all...]
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dflexible_type_test.cpp63 string output = FlexibleType::EscapeStr(chs); in HWTEST_F() local
77 string output = FlexibleType::EscapeStr(chs); in HWTEST_F() local
91 string output = FlexibleType::EscapeStr(chs); in HWTEST_F() local
105 string output = FlexibleType::EscapeStr(chs); in HWTEST_F() local
119 string output = FlexibleType::EscapeStr(chs); in HWTEST_F() local
133 string output = FlexibleType::EscapeStr(chs); HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdibackend_test.cpp159 OutputPtr output = HdiOutput::CreateHdiOutput(0); in HWTEST_F() local
188 OutputPtr output = HdiOutput::CreateHdiOutput(0); in HWTEST_F() local
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dreset.c21 int init_gpio_reset(int gpio, int output, int level) in init_gpio_reset() argument

Completed in 9 milliseconds

12345678910>>...109