Home
last modified time | relevance | path

Searched defs:writer (Results 1 - 25 of 29) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_helper.cpp27 SkBinaryWriteBuffer writer; in FlattenableSerialize() local
H A Dskia_data.cpp119 SkBinaryWriteBuffer writer; in Serialize() local
H A Dskia_vertices.cpp122 SkBinaryWriteBuffer writer; in Serialize() local
H A Dskia_region.cpp133 SkBinaryWriteBuffer writer; in Serialize() local
H A Dskia_image_filter.cpp166 SkBinaryWriteBuffer writer; in Serialize() local
H A Dskia_shader_effect.cpp281 SkBinaryWriteBuffer writer; in Serialize() local
H A Dskia_bitmap.cpp233 SkBinaryWriteBuffer writer; in Serialize() local
[all...]
H A Dskia_image.cpp565 SkBinaryWriteBuffer writer; in Serialize() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvstore_datashare_bridge.cpp38 bool KvStoreDataShareBridge::FillBlock(int pos, ResultSetBridge::Writer &writer) in FillBlock() argument
90 int KvStoreDataShareBridge::OnGo(int32_t start, int32_t target, ResultSetBridge::Writer &writer) in OnGo() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_mp_server.cpp61 std::shared_ptr<ObexBodyObject> writer = std::make_shared<ObexArrayBodyObject>(); in HandlePutRequest() local
121 auto writer = std::make_shared<ObexArrayBodyObject>(); in HandlePutFinalRequest() local
H A Dobex_mp_client.cpp69 int ObexMpClient::Get(const ObexHeader &req, std::shared_ptr<ObexBodyObject> writer, int srmpCount) in Get() argument
H A Dobex_session.cpp449 ObexServerReceivedObject::ObexServerReceivedObject(const ObexHeader &firstReq, std::shared_ptr<ObexBodyObject> writer) in ObexServerReceivedObject() argument
324 ObexClientReceivedObject( const ObexHeader &firstReq, std::shared_ptr<ObexBodyObject> writer, bool supportSrm, int srmpCount) ObexClientReceivedObject() argument
H A Dobex_session.h259 CreateReceivedObject( const ObexHeader &req, std::shared_ptr<ObexBodyObject> writer, bool supportSrm, int srmpCount) CreateReceivedObject() argument
380 CreateReceivedObject( const ObexHeader &firstReq, std::shared_ptr<ObexBodyObject> &writer) CreateReceivedObject() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_box_test.cpp415 HeifStreamWriter writer; in HWTEST_F() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Dheif_box.cpp100 heif_error HeifFullBox::WriteHeader(HeifStreamWriter &writer, size_t boxSize) const in WriteHeader() argument
111 heif_error HeifBox::WriteCalculatedHeader(HeifStreamWriter &writer, size_ argument
121 WriteHeader(HeifStreamWriter &writer, size_t boxSize) const WriteHeader() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dheif_exif_metadata_accessor.cpp140 HeifStreamWriter writer; in WriteMetadata() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_share_adapter/src/
H A Drdb_result_set_bridge.cpp46 int RdbResultSetBridge::OnGo(int32_t start, int32_t target, Writer &writer) in OnGo() argument
78 int32_t RdbResultSetBridge::WriteBlock(int32_t start, int32_t target, int columnCount, Writer &writer) in WriteBlock() argument
97 void RdbResultSetBridge::WriteColumn(int columnCount, Writer &writer, int row) in WriteColumn() argument
137 WriteBlobData(int column, Writer &writer) WriteBlobData() argument
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dcj_zip.cpp246 std::unique_ptr<WriterDelegate> writer = writerFactory(destDir, entryPath); in UnzipWithFilterAndWriters() local
/foundation/multimedia/av_session/services/session/server/test/
H A Dmigrate_avsession_test.cpp446 Json::FastWriter writer; in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageheifimpl_fuzzer/src/
H A Dimage_heif_impl_fuzzer.cpp49 ItemPropertyBoxTest001(HeifIprpBox *heifiprpbox, HeifIpcoBox *heifipcobox, HeifIpmaBox *heifipmabox, HeifStreamReader &reader, HeifStreamWriter &writer) ItemPropertyBoxTest001() argument
82 ItemPropertyBasicBoxTest001(HeifIspeBox *heifispebox, HeifPixiBox *heifpixibox, HeifStreamReader &reader, HeifStreamWriter &writer) ItemPropertyBasicBoxTest001() argument
108 ItemPropertyAuxBoxTest001(HeifAuxcBox *heifauxcbox, HeifStreamReader &reader, HeifStreamWriter &writer) ItemPropertyAuxBoxTest001() argument
123 ItemPropertyColorBoxTest001(const std::shared_ptr<const HeifRawColorProfile> &heifrawcolorprofile, const std::shared_ptr<const HeifNclxColorProfile> &heifnclxcolorprofile, HeifColrBox *heifcolrbox, HeifStreamReader &reader, HeifStreamWriter &writer) ItemPropertyColorBoxTest001() argument
156 ItemPropertyDisplayBoxTest001(HeifMdcvBox *heifmdcvbox, HeifClliBox *heifcllibox, HeifStreamReader &reader, HeifStreamWriter &writer) ItemPropertyDisplayBoxTest001() argument
179 ItemPropertyHvccBoxTest001(HeifHvccBox *heifhvccbox, HeifStreamReader &reader, HeifStreamWriter &writer) ItemPropertyHvccBoxTest001() argument
199 ItemPropertyTransformBoxTest001(HeifIrotBox *heifirotbox, HeifImirBox *heifimirbox, HeifStreamReader &reader, HeifStreamWriter &writer) ItemPropertyTransformBoxTest001() argument
[all...]
/foundation/multimedia/av_session/frameworks/native/ohavsession/src/
H A DOHAVMetadataBuilder.cpp44 AVMetadata_Result OHAVMetadataBuilder::SetWriter(const std::string &writer) in SetWriter() argument
306 AVMetadata_Result OH_AVMetadataBuilder_SetWriter(OH_AVMetadataBuilder* builder, const char* writer) in OH_AVMetadataBuilder_SetWriter() argument
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dkvstore_datashare_bridge_test.cpp233 BridgeWriter writer; in HWTEST_F() local
271 BridgeWriter writer; HWTEST_F() local
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip.cpp270 std::unique_ptr<WriterDelegate> writer = writerFactory(destDir, entryPath); in UnzipWithFilterAndWriters() local
/foundation/multimedia/av_session/services/session/server/migrate/
H A Dmigrate_avsession_server.cpp354 Json::FastWriter writer; in ConvertControllersToStr() local
516 Json::FastWriter writer; in ConvertMetadataInfoToStr() local
627 Json::FastWriter writer; in OnPlaybackStateChanged() local
/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_hisysevent.cpp50 Json::FastWriter writer; in WriteWifiStateHiSysEvent() local
94 Json::FastWriter writer; in WriteWifiOperateStateHiSysEvent() local
103 Json::FastWriter writer; in WriteWifiAbnormalDisconnectHiSysEvent() local
111 Json::FastWriter writer; in WriteWifiConnectionInfoHiSysEvent() local
119 Json::FastWriter writer; in WriteWifiOpenAndCloseFailedHiSysEvent() local
130 Json::FastWriter writer; WriteSoftApOpenAndCloseFailedEvent() local
139 Json::FastWriter writer; WriteWifiAccessIntFailedHiSysEvent() local
148 Json::FastWriter writer; WriteWifiPnoScanHiSysEvent() local
157 Json::FastWriter writer; WriteBrowserFailedForPortalHiSysEvent() local
166 Json::FastWriter writer; WriteWifiConnectFailedEventHiSysEvent() local
174 Json::FastWriter writer; WriteP2pKpiCountHiSysEvent() local
182 Json::FastWriter writer; WriteP2pConnectFailedHiSysEvent() local
191 Json::FastWriter writer; WriteP2pAbDisConnectHiSysEvent() local
200 Json::FastWriter writer; WriteSoftApAbDisconnectHiSysEvent() local
208 Json::FastWriter writer; WriteIsInternetHiSysEvent() local
217 Json::FastWriter writer; WriteSoftApConnectFailHiSysEvent() local
225 Json::FastWriter writer; WriteWifiScanApiFailHiSysEvent() local
234 Json::FastWriter writer; WriteWifiEncryptionFailHiSysEvent() local
245 Json::FastWriter writer; WritePortalStateHiSysEvent() local
253 Json::FastWriter writer; WriteArpInfoHiSysEvent() local
262 Json::FastWriter writer; WriteLinkInfoHiSysEvent() local
273 Json::FastWriter writer; WirteConnectTypeHiSysEvent() local
281 Json::FastWriter writer; WriteWifiWpaStateHiSysEvent() local
290 Json::FastWriter writer; WritePortalAuthExpiredHisysevent() local
311 Json::FastWriter writer; WriteWifiSelfcureHisysevent() local
[all...]

Completed in 16 milliseconds

12