Home
last modified time | relevance | path

Searched refs:output (Results 1 - 25 of 586) sorted by relevance

12345678910>>...24

/foundation/arkui/ace_engine_lite/frameworks/tools/snapshot/
H A Dframework2char.py35 def output_copyright(output):
36 output.write("/*\n")
37 output.write(" * Copyright (c) 2020-2023 Huawei Device Co., Ltd.\n")
38 output.write(" * Licensed under the Apache License, Version 2.0")
39 output.write(" (the \"License\");\n")
40 output.write(" * you may not use this file except in compliance ")
41 output.write("with the License.\n")
42 output.write(" * You may obtain a copy of the License at\n")
43 output.write(" *\n")
44 output
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_types_util.cpp26 bool Unmarshalling(SyncerParam &output, MessageParcel &data) in Unmarshalling() argument
28 return ITypesUtil::Unmarshal(data, output.bundleName_, output.hapName_, output.storeName_, output.area_, in Unmarshalling()
29 output.level_, output.type_, output.isEncrypt_, output.password_, output in Unmarshalling()
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/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_types_util.cpp27 bool Unmarshalling(Blob &output, MessageParcel &data) in Unmarshalling() argument
31 output = blob; in Unmarshalling()
42 bool Unmarshalling(AppId &output, MessageParcel &data) in Unmarshalling() argument
44 return ITypesUtil::Unmarshalling(output.appId, data); in Unmarshalling()
54 bool Unmarshalling(StoreId &output, MessageParcel &data) in Unmarshalling() argument
56 return ITypesUtil::Unmarshalling(output.storeId, data); in Unmarshalling()
66 bool Unmarshalling(Entry &output, MessageParcel &data) in Unmarshalling() argument
68 return ITypesUtil::Unmarshal(data, output.key, output.value); in Unmarshalling()
78 bool Unmarshalling(DeviceInfo &output, MessageParce argument
91 Unmarshalling(ChangeNotification &output, MessageParcel &parcel) Unmarshalling() argument
132 Unmarshalling(Options &output, MessageParcel &data) Unmarshalling() argument
166 Unmarshalling(AuthType &output, MessageParcel &data) Unmarshalling() argument
183 Unmarshalling(SyncPolicy &output, MessageParcel &data) Unmarshalling() argument
195 Unmarshalling(SwitchData &output, MessageParcel &data) Unmarshalling() argument
207 Unmarshalling(Status &output, MessageParcel &data) Unmarshalling() argument
225 Unmarshalling(Notification &output, MessageParcel &data) Unmarshalling() argument
241 Unmarshalling(ProgressDetail &output, MessageParcel &data) Unmarshalling() argument
251 Unmarshalling(TableDetail &output, MessageParcel &data) Unmarshalling() argument
261 Unmarshalling(Statistic &output, MessageParcel &data) Unmarshalling() argument
272 Unmarshalling(CloudConfig &output, MessageParcel &data) Unmarshalling() argument
283 Unmarshalling(StoreConfig &output, MessageParcel &data) Unmarshalling() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_types_util.cpp27 bool Unmarshalling(Participant &output, MessageParcel &data) in Unmarshalling() argument
30 data, output.identity, output.role, output.state, output.privilege, output.attachInfo); in Unmarshalling()
41 bool Unmarshalling(Privilege &output, MessageParcel &data) in Unmarshalling() argument
43 return ITypesUtil::Unmarshal(data, output.writable, output.readable, in Unmarshalling()
44 output in Unmarshalling()
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
30 data, output.identity, output.role, output.state, output.privilege, output.attachInfo); in Unmarshalling()
41 bool Unmarshalling(Privilege &output, MessageParcel &data) in Unmarshalling() argument
43 return ITypesUtil::Unmarshal(data, output.writable, output.readable, in Unmarshalling()
44 output in Unmarshalling()
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/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Doutput_unittest.cpp17 #include "output.h"
38 auto output = std::make_shared<Output>(); in HWTEST_F() local
39 bool testResult = output != nullptr; in HWTEST_F()
46 output->SetValue("format", vOutputFormat.lock(), 1); in HWTEST_F()
62 auto output = std::make_shared<Output>(); in HWTEST_F() local
63 bool testResult = output != nullptr; in HWTEST_F()
70 output->SetValue("format", vOutputFormat.lock(), 1); in HWTEST_F()
86 auto output = std::make_shared<Output>(); in HWTEST_F() local
87 bool testResult = output != nullptr; in HWTEST_F()
94 output in HWTEST_F()
110 auto output = std::make_shared<Output>(); HWTEST_F() local
138 auto output = std::make_shared<Output>(); HWTEST_F() local
165 auto output = std::make_shared<Output>(); HWTEST_F() local
191 auto output = std::make_shared<Output>(); HWTEST_F() local
225 auto output = std::make_shared<Output>(); HWTEST_F() local
248 auto output = std::make_shared<Output>(); HWTEST_F() local
280 auto output = std::make_shared<Output>(); HWTEST_F() local
303 auto output = std::make_shared<Output>(); HWTEST_F() local
325 auto output = std::make_shared<Output>(); HWTEST_F() local
347 auto output = std::make_shared<Output>(); HWTEST_F() local
369 auto output = std::make_shared<Output>(); HWTEST_F() local
405 auto output = std::make_shared<Output>(); HWTEST_F() local
436 auto output = std::make_shared<Output>(); HWTEST_F() local
472 auto output = std::make_shared<Output>(); HWTEST_F() local
[all...]
H A Dfilter_unittest.cpp176 auto output = filterFactory.GetFilter("Output"); in HWTEST_F() local
178 bool testResult2 = output != nullptr; in HWTEST_F()
184 input->AddNextFilter(output); in HWTEST_F()
225 auto output = filterFactory.GetFilter("Output"); in HWTEST_F() local
227 bool testResult2 = output != nullptr; in HWTEST_F()
230 input->AddNextFilter(output); in HWTEST_F()
235 bool testResult3 = nextFilter.get() == output.get(); in HWTEST_F()
280 auto output = filterFactory.GetFilter("Output"); in HWTEST_F() local
282 bool testResult2 = output != nullptr; in HWTEST_F()
288 output in HWTEST_F()
305 auto output = filterFactory.GetFilter("Output"); HWTEST_F() local
329 auto output = filterFactory.GetFilter("Output"); HWTEST_F() local
357 auto output = filterFactory.GetFilter("Output"); HWTEST_F() local
384 auto output = filterFactory.GetFilter("Output"); HWTEST_F() local
436 auto output = filterFactory.GetFilter("Output"); HWTEST_F() local
[all...]
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/
H A Dobject_types_util.cpp26 bool Unmarshalling(AssetBindInfo &output, MessageParcel &data) in Unmarshalling() argument
28 return ITypesUtil::Unmarshal(data, output.storeName, output.tableName, output.primaryKey, output.field, in Unmarshalling()
29 output.assetName); in Unmarshalling()
38 bool Unmarshalling(Asset &output, MessageParcel &data) in Unmarshalling() argument
40 return ITypesUtil::Unmarshal(data, output.name, output.uri, output in Unmarshalling()
[all...]
/foundation/multimedia/camera_framework/test/fuzztest/photooutput_fuzzer/
H A Dphoto_output_fuzzer.cpp81 auto output = manager->CreatePhotoOutput(profile, producer); in Test() local
82 CHECK_AND_RETURN_LOG(output, "PhotoOutputFuzzer: CreatePhotoOutput Error"); in Test()
83 TestOutput(output, rawData, size); in Test()
86 void TestOutput(sptr<PhotoOutput> output, uint8_t *rawData, size_t size) in TestOutput() argument
91 output->SetCallback(make_shared<PhotoStateCallbackMock>()); in TestOutput()
93 output->SetThumbnailListener(listener); in TestOutput()
95 output->SetThumbnail(data.ReadBool()); in TestOutput()
101 output->SetRawPhotoInfo(sf); in TestOutput()
102 output->Capture(make_shared<PhotoCaptureSetting>()); in TestOutput()
103 output in TestOutput()
[all...]
/foundation/distributeddatamgr/udmf/framework/common/
H A Dudmf_types_util.cpp43 bool Unmarshalling(UnifiedData &output, MessageParcel &parcel) in Unmarshalling() argument
58 if (!TLVUtil::ReadTlv(output, dataTlv, TAG::TAG_UNIFIED_DATA)) { in Unmarshalling()
62 UdmfConversion::ConvertRecordToSubclass(output); in Unmarshalling()
84 bool Unmarshalling(std::vector<UnifiedData> &output, MessageParcel &parcel) in Unmarshalling() argument
98 if (!TLVUtil::ReadTlv(output, dataTlv, TAG::TAG_UNIFIED_DATA)) { in Unmarshalling()
102 UdmfConversion::ConvertRecordToSubclass(output); in Unmarshalling()
113 bool Unmarshalling(Summary &output, MessageParcel &parcel) in Unmarshalling() argument
115 return ITypesUtil::Unmarshal(parcel, output.summary, output.totalSize); in Unmarshalling()
125 bool Unmarshalling(Privilege &output, MessageParce argument
137 Unmarshalling(CustomOption &output, MessageParcel &parcel) Unmarshalling() argument
149 Unmarshalling(QueryOption &output, MessageParcel &parcel) Unmarshalling() argument
162 Unmarshalling(UDType &output, MessageParcel &parcel) Unmarshalling() argument
185 Unmarshalling(Intention &output, MessageParcel &parcel) Unmarshalling() argument
210 Unmarshalling(AsyncProcessInfo &output, MessageParcel &parcel) Unmarshalling() argument
[all...]
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/listener/
H A Ddcamera_sink_output_channel_listener.cpp23 DCStreamType type, std::shared_ptr<DCameraSinkOutput>& output) : streamType_(type), output_(output) in DCameraSinkOutputChannelListener()
29 std::shared_ptr<DCameraSinkOutput> output = output_.lock(); in OnSessionState() local
30 if (output == nullptr) { in OnSessionState()
31 DHLOGE("DCameraSinkOutputChannelListener::OnSessionState output is null"); in OnSessionState()
34 output->OnSessionState(streamType_, state); in OnSessionState()
39 std::shared_ptr<DCameraSinkOutput> output = output_.lock(); in OnSessionError() local
40 if (output == nullptr) { in OnSessionError()
41 DHLOGE("DCameraSinkOutputChannelListener::OnSessionError output is null"); in OnSessionError()
44 output in OnSessionError()
22 DCameraSinkOutputChannelListener( DCStreamType type, std::shared_ptr<DCameraSinkOutput>& output) DCameraSinkOutputChannelListener() argument
49 std::shared_ptr<DCameraSinkOutput> output = output_.lock(); OnDataReceived() local
[all...]
/foundation/distributeddatamgr/udmf/framework/common/unittest/
H A Dudmf_types_util_test.cpp99 std::vector<UnifiedData> output = {unifiedData}; in HWTEST_F() local
101 bool ret = ITypesUtil::Unmarshalling(output, parcel); in HWTEST_F()
131 Privilege output; in HWTEST_F() local
132 output.tokenId = 5; in HWTEST_F()
133 output.readPermission = "readPermission"; in HWTEST_F()
134 output.writePermission = "writePermission"; in HWTEST_F()
136 bool ret = ITypesUtil::Unmarshalling(output, parcel); in HWTEST_F()
137 EXPECT_EQ(ret, ITypesUtil::Unmarshal(parcel, output.tokenId, output.readPermission, output in HWTEST_F()
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...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/
H A Dcommon_types_utils.cpp26 bool Unmarshalling(Asset &output, MessageParcel &data) in Unmarshalling() argument
28 return Unmarshal(data, output.name, output.uri, output.path, output.createTime, in Unmarshalling()
29 output.modifyTime, output.size, output.status, output.hash); in Unmarshalling()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_frames.c45 RfcommCheckFrameValidInfo checkInfo, uint8_t addrDlci, RfcommParseFrameResult output);
47 RfcommCheckFrameValidInfo checkInfo, uint8_t addrDlci, RfcommParseFrameResult output);
49 RfcommCheckFrameValidInfo checkInfo, uint8_t addrDlci, RfcommParseFrameResult output);
51 RfcommCheckFrameValidInfo checkInfo, uint8_t addrDlci, RfcommParseFrameResult output);
53 RfcommFlowControlType fcType, RfcommParseFrameResult output);
54 static RfcommEventType RfcommParseUihCmd(Packet *pkt, RfcommParseFrameResult output);
55 static RfcommEventType RfcommSetPnInfo(Packet *pkt, uint8_t typeCr, RfcommParseFrameResult output);
56 static RfcommEventType RfcommSetMscInfo(Packet *pkt, uint8_t typeCr, RfcommParseFrameResult output);
57 static RfcommEventType RfcommSetRpnInfo(Packet *pkt, uint8_t typeCr, RfcommParseFrameResult output);
58 static RfcommEventType RfcommSetRlsInfo(Packet *pkt, uint8_t typeCr, RfcommParseFrameResult output);
705 RfcommParseFrames(const RfcommSessionInfo *session, Packet *pkt, RfcommParseFrameResult output) RfcommParseFrames() argument
804 RfcommParseSabm(RfcommCheckFrameValidInfo checkInfo, uint8_t addrDlci, RfcommParseFrameResult output) RfcommParseSabm() argument
831 RfcommParseDisc(RfcommCheckFrameValidInfo checkInfo, uint8_t addrDlci, RfcommParseFrameResult output) RfcommParseDisc() argument
858 RfcommParseUa(RfcommCheckFrameValidInfo checkInfo, uint8_t addrDlci, RfcommParseFrameResult output) RfcommParseUa() argument
885 RfcommParseDm(RfcommCheckFrameValidInfo checkInfo, uint8_t addrDlci, RfcommParseFrameResult output) RfcommParseDm() argument
912 RfcommParseUih(RfcommCheckFrameValidInfo checkInfo, uint8_t addrDlci, Packet *pkt, RfcommFlowControlType fcType, RfcommParseFrameResult output) RfcommParseUih() argument
962 RfcommParseUihCmd(Packet *pkt, RfcommParseFrameResult output) RfcommParseUihCmd() argument
1023 RfcommSetPnInfo(Packet *pkt, uint8_t typeCr, RfcommParseFrameResult output) RfcommSetPnInfo() argument
1063 RfcommSetMscInfo(Packet *pkt, uint8_t typeCr, RfcommParseFrameResult output) RfcommSetMscInfo() argument
1103 RfcommSetRpnInfo(Packet *pkt, uint8_t typeCr, RfcommParseFrameResult output) RfcommSetRpnInfo() argument
1158 RfcommSetRlsInfo(Packet *pkt, uint8_t typeCr, RfcommParseFrameResult output) RfcommSetRlsInfo() argument
1194 RfcommSetNscInfo(Packet *pkt, RfcommParseFrameResult output) RfcommSetNscInfo() argument
1225 RfcommSetFcOnOffInfo(Packet *pkt, uint8_t typeCr, uint8_t type, RfcommParseFrameResult output) RfcommSetFcOnOffInfo() argument
1258 RfcommSetTestInfo(Packet *pkt, uint8_t typeCr, RfcommParseFrameResult output) RfcommSetTestInfo() argument
[all...]
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/callback/
H A Ddcamera_sink_output_result_callback.cpp23 std::shared_ptr<DCameraSinkOutput>& output) : output_(output) in DCameraSinkOutputResultCallback()
29 std::shared_ptr<DCameraSinkOutput> output = output_.lock(); in OnPhotoResult() local
30 if (output == nullptr) { in OnPhotoResult()
31 DHLOGE("DCameraSinkOutputResultCallback::OnPhotoResult output is null"); in OnPhotoResult()
34 output->OnPhotoResult(buffer); in OnPhotoResult()
39 std::shared_ptr<DCameraSinkOutput> output = output_.lock(); in OnVideoResult() local
40 if (output == nullptr) { in OnVideoResult()
41 DHLOGE("DCameraSinkOutputResultCallback::OnVideoResult output is null"); in OnVideoResult()
44 output in OnVideoResult()
22 DCameraSinkOutputResultCallback( std::shared_ptr<DCameraSinkOutput>& output) DCameraSinkOutputResultCallback() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_backend.cpp156 void HdiBackend::SetPendingMode(const OutputPtr &output, int64_t period, int64_t timestamp) in SetPendingMode() argument
158 if (output == nullptr) { in SetPendingMode()
159 HLOGE("output is nullptr."); in SetPendingMode()
162 output->SetPendingMode(period, timestamp); in SetPendingMode()
165 int32_t HdiBackend::PrepareCompleteIfNeed(const OutputPtr &output, bool needFlush) in PrepareCompleteIfNeed() argument
168 output->GetComposeClientLayers(compClientLayers); in PrepareCompleteIfNeed()
170 output->GetLayerInfos(newLayerInfos); in PrepareCompleteIfNeed()
177 OnPrepareComplete(needFlush, output, newLayerInfos); in PrepareCompleteIfNeed()
179 return output->FlushScreen(compClientLayers); in PrepareCompleteIfNeed()
184 void HdiBackend::Repaint(const OutputPtr &output) in Repaint() argument
242 StartSample(const OutputPtr &output) StartSample() argument
251 SetVsyncSamplerEnabled(const OutputPtr &output, bool enabled) SetVsyncSamplerEnabled() argument
260 GetVsyncSamplerEnabled(const OutputPtr &output) GetVsyncSamplerEnabled() argument
281 OnPrepareComplete(bool needFlush, const OutputPtr &output, std::vector<LayerInfoPtr> &newLayerInfos) OnPrepareComplete() argument
[all...]
/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
28 return Convert2NativeValue(env, jsValue, output); in ConvertFromSendable()
31 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, float &output) in ConvertFromSendable() argument
33 return Convert2NativeValue(env, jsValue, output); in ConvertFromSendable()
36 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, double &output) in ConvertFromSendable() argument
38 return Convert2NativeValue(env, jsValue, output); in ConvertFromSendable()
41 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, int32_t &output) in ConvertFromSendable() argument
43 return Convert2NativeValue(env, jsValue, output); in ConvertFromSendable()
46 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, int64_t &output) in ConvertFromSendable() argument
48 return Convert2NativeValue(env, jsValue, output); in ConvertFromSendable()
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/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dsingle_store_impl_get_top_test.cpp104 std::vector<Entry> output; in HWTEST_F() local
105 auto status = singleKvStore->GetEntries(query, output); in HWTEST_F()
107 ASSERT_EQ(output.size(), 10); in HWTEST_F()
108 for (size_t i = 0; i < output.size(); ++i) { in HWTEST_F()
109 ASSERT_TRUE(input[i].key == output[i].key); in HWTEST_F()
110 ASSERT_TRUE(input[i].value == output[i].value); in HWTEST_F()
137 std::vector<Entry> output; in HWTEST_F() local
138 auto status = singleKvStore->GetEntries(query, output); in HWTEST_F()
140 ASSERT_EQ(output.size(), 10); in HWTEST_F()
141 for (size_t i = 0; i < output in HWTEST_F()
171 std::vector<Entry> output; HWTEST_F() local
200 std::shared_ptr<KvStoreResultSet> output; HWTEST_F() local
241 std::shared_ptr<KvStoreResultSet> output; HWTEST_F() local
282 std::shared_ptr<KvStoreResultSet> output; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_types_utils.cpp20 bool Unmarshalling(AssetBindInfo &output, MessageParcel &data) in Unmarshalling() argument
22 return ITypesUtil::Unmarshal(data, output.storeName, output.tableName, output.primaryKey, output.field, in Unmarshalling()
23 output.assetName); in Unmarshalling()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_uri_test/src/
H A Dmedialibrary_uri_test.cpp86 string output = ThumbnailUriUtils::GetDateTakenFromUri(uriString); in HWTEST_F() local
87 EXPECT_EQ(output, ""); in HWTEST_F()
90 output = ThumbnailUriUtils::GetDateTakenFromUri(uriString); in HWTEST_F()
91 EXPECT_EQ(output, ""); in HWTEST_F()
94 output = ThumbnailUriUtils::GetDateTakenFromUri(uriString); in HWTEST_F()
95 EXPECT_EQ(output, ""); in HWTEST_F()
98 output = ThumbnailUriUtils::GetDateTakenFromUri(uriString); in HWTEST_F()
99 EXPECT_EQ(output, testDateTaken); in HWTEST_F()
106 string output = ThumbnailUriUtils::GetFileUriFromUri(uriString); in HWTEST_F() local
107 EXPECT_EQ(output, ""); in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp202 std::ostringstream output; in ShowHandlers() local
207 output << "..."; in ShowHandlers()
211 output << "[" << handler.GetId() << "," << handler.GetPid() in ShowHandlers()
215 prefix.c_str(), handlers_.size(), output.str().c_str()); in ShowHandlers()
249 void KeyGestureManager::LongPressSingleKey::Dump(std::ostringstream &output) const in Dump()
251 output << "[" << keyCode_ << "] --> {"; in Dump()
253 output << iter->GetLongPressTime(); in Dump()
255 output << "," << iter->GetLongPressTime(); in Dump()
258 output << "}"; in Dump()
286 std::ostringstream output; in Intercept() local
296 std::ostringstream output; Intercept() local
306 std::ostringstream output; Intercept() local
361 std::ostringstream output; TriggerAll() local
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmedialibrary_mtp_unit_test.cpp59 // get output in HWTEST_F()
60 std::vector<uint8_t> output; in HWTEST_F() local
61 mtpTest->getOutBuffer(output); in HWTEST_F()
62 for (auto && i : output) { in HWTEST_F()
67 MEDIA_DEBUG_LOG("MtpDriver::output.size: %{public}d", output.size()); in HWTEST_F()
68 EXPECT_EQ(output == targetData, true); in HWTEST_F()
93 // get output in HWTEST_F()
94 std::vector<uint8_t> output; in HWTEST_F() local
95 mtpTest->getOutBuffer(output); in HWTEST_F()
133 std::vector<uint8_t> output; HWTEST_F() local
178 std::vector<uint8_t> output; HWTEST_F() local
232 std::vector<uint8_t> output; HWTEST_F() local
272 std::vector<uint8_t> output; HWTEST_F() local
311 std::vector<uint8_t> output; HWTEST_F() local
350 std::vector<uint8_t> output; HWTEST_F() local
390 std::vector<uint8_t> output; HWTEST_F() local
450 std::vector<uint8_t> output; HWTEST_F() local
490 std::vector<uint8_t> output; HWTEST_F() local
529 std::vector<uint8_t> output; HWTEST_F() local
567 std::vector<uint8_t> output; HWTEST_F() local
627 std::vector<uint8_t> output; HWTEST_F() local
687 std::vector<uint8_t> output; HWTEST_F() local
747 std::vector<uint8_t> output; HWTEST_F() local
808 std::vector<uint8_t> output; HWTEST_F() local
846 std::vector<uint8_t> output; HWTEST_F() local
886 std::vector<uint8_t> output; HWTEST_F() local
946 std::vector<uint8_t> output; HWTEST_F() local
1008 std::vector<uint8_t> output; HWTEST_F() local
1042 std::vector<uint8_t> output; HWTEST_F() local
1082 std::vector<uint8_t> output; HWTEST_F() local
1180 std::vector<uint8_t> output; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_types_util.h52 API_EXPORT bool Unmarshalling(SyncerParam &output, MessageParcel &data);
56 API_EXPORT bool Unmarshalling(NotifyConfig &output, MessageParcel &data);
60 API_EXPORT bool Unmarshalling(Option &output, MessageParcel &data);
64 API_EXPORT bool Unmarshalling(RdbPredicates &output, MessageParcel &data);
68 API_EXPORT bool Unmarshalling(RdbOperation &output, MessageParcel &data);
72 API_EXPORT bool Unmarshalling(SubOption &output, MessageParcel &data);
76 API_EXPORT bool Unmarshalling(ValueObject &output, MessageParcel &data);
80 API_EXPORT bool Unmarshalling(ValuesBucket &output, MessageParcel &data);
84 API_EXPORT bool Unmarshalling(Asset &output, MessageParcel &data);
88 API_EXPORT bool Unmarshalling(SubOption &output, MessageParce
[all...]
/foundation/distributedhardware/device_manager/services/service/include/softbus/
H A Dmine_softbus_listener.h113 int32_t ParseSearchJson(const string &pkgName, const string &searchJsonStr, char *output, size_t *outLen);
114 int32_t ParseSearchAllDevice(const json &object, const string &pkgName, char *output, size_t *outLen);
115 int32_t ParseSearchScopeDevice(const json &object, const string &pkgName, char *output, size_t *outLen);
116 int32_t ParseSearchVertexDevice(const json &object, const string &pkgName, char *output, size_t *outLen);
118 void AddHeadToBroadcast(const BroadcastHead &broadcastHead, char *output);
119 int32_t ParseScopeDeviceJsonArray(const std::vector<ScopeOptionInfo> &optionInfo, char *output, size_t *outLen);
120 int32_t ParseVertexDeviceJsonArray(const std::vector<VertexOptionInfo> &optionInfo, char *output, size_t *outLen);
121 static int32_t GetSha256Hash(const char *data, size_t len, char *output);
124 int32_t SendBroadcastInfo(const string &pkgName, SubscribeInfo &subscribeInfo, char *output, size_t outputLen);
129 static bool GetBroadcastData(DeviceInfo &deviceInfo, char *output, size_
[all...]
/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_test_bigint_napi.cpp43 napi_value output = nullptr; in BigIntIsLossless() local
44 NAPI_CALL(env, napi_get_boolean(env, lossless, &output)); in BigIntIsLossless()
46 return output; in BigIntIsLossless()
62 napi_value output = nullptr; in BigInt64() local
63 NAPI_CALL(env, napi_create_bigint_int64(env, input, &output)); in BigInt64()
64 return output; in BigInt64()
85 napi_value output = nullptr; in BigUint64() local
86 NAPI_CALL(env, napi_create_bigint_uint64(env, input, &output)); in BigUint64()
88 return output; in BigUint64()
113 napi_value output in BigIntWords() local
126 napi_value output = nullptr; CreateTooBigBigInt() local
[all...]

Completed in 11 milliseconds

12345678910>>...24