Home
last modified time | relevance | path

Searched refs:SaveData (Results 1 - 25 of 44) sorted by relevance

12

/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddm_app_image_info.h35 SaveData(appIcon, appIconLen, appThumbnail, appThumbnailLen); in DmAppImageInfo()
44 SaveData(appIcon, appIconLen, appThumbnail, appThumbnailLen); in Reset()
130 SaveData(other.GetAppIcon(), other.GetAppIconLen(), other.GetAppThumbnail(), other.GetAppThumbnailLen()); in operator =()
171 void SaveData(const uint8_t *appIcon, int32_t appIconLen, const uint8_t *appThumbnail, int32_t appThumbnailLen) in SaveData() function in OHOS::DistributedHardware::DmAppImageInfo
/foundation/ability/ability_runtime/services/common/src/
H A Dability_manager_radar.cpp127 BIZ_STAGE, static_cast<int32_t>(SaveData::SAVEDATA_CONTINUE), in SaveDataContinue()
145 BIZ_STAGE, static_cast<int32_t>(SaveData::SAVEDATA_RES), in SaveDataRes()
163 BIZ_STAGE, static_cast<int32_t>(SaveData::SAVEDATA_REMOTE_WANT), in SaveDataRemoteWant()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dplaylist_downloader.cpp29 return SaveData(std::forward<decltype(data)>(data), std::forward<decltype(len)>(len)); in PlayListDownloader()
62 bool PlayListDownloader::SaveData(uint8_t* data, uint32_t len) in SaveData() function in OHOS::Media::Plugin::HttpPlugin::PlayListDownloader
H A Dhls_media_downloader.cpp39 return SaveData(std::forward<decltype(data)>(data), std::forward<decltype(len)>(len));
170 bool HlsMediaDownloader::SaveData(uint8_t* data, uint32_t len) in SaveData() function in OHOS::Media::Plugin::HttpPlugin::HlsMediaDownloader
H A Dhls_media_downloader.h51 bool SaveData(uint8_t* data, uint32_t len);
H A Dplaylist_downloader.h58 bool SaveData(uint8_t* data, uint32_t len);
/foundation/ability/ability_runtime/services/common/include/
H A Dability_manager_radar.h50 enum class SaveData : int32_t { class
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/http/
H A Dhttp_media_downloader.cpp49 return SaveData(std::forward<decltype(data)>(data), std::forward<decltype(len)>(len)); in Open()
164 bool HttpMediaDownloader::SaveData(uint8_t* data, uint32_t len) in SaveData() function in OHOS::Media::Plugin::HttpPlugin::HttpMediaDownloader
H A Dhttp_media_downloader.h47 bool SaveData(uint8_t* data, uint32_t len);
/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dm3u8_unit_test.cpp236 bool result = m3u8.SaveData(data, len); in HWTEST_F()
249 bool result = m3u8.SaveData(data, len); in HWTEST_F()
262 bool result = m3u8.SaveData(data, len); in HWTEST_F()
431 bool result = testM3u8->SaveData(data, sizeof(data)); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/include/
H A Dbackup_manager.h53 void SaveData(const std::string &path, const std::string &key, const SecretKeyMetaData &secretKey);
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/continuation/distributed/
H A Dcontinuation_manager_stage.h132 bool SaveData(WantParams &saveData);
H A Dcontinuation_manager.h62 bool SaveData(WantParams &saveData);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/
H A Dudmf_service_impl.h58 int32_t SaveData(CustomOption &option, UnifiedData &unifiedData, std::string &key);
/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/
H A Dcontinuation_handler_stage.cpp121 if (!continuationManagerTmp->SaveData(wantParams)) { in HandleStartContinuation()
302 if (!continuationManagerTmp->SaveData(wantParams)) { in ReverseContinuation()
304 "SaveData failed, BundleName = %{public}s, ClassName= %{public}s", abilityInfo_->bundleName.c_str(), in ReverseContinuation()
H A Dcontinuation_handler.cpp114 if (!continuationManagerTmp->SaveData(wantParams)) { in HandleStartContinuation()
304 if (!continuationManagerTmp->SaveData(wantParams)) { in ReverseContinuation()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dplaylist_downloader.cpp43 return SaveData(std::forward<decltype(data)>(data), std::forward<decltype(len)>(len)); in PlayListDownloaderInit()
205 bool PlayListDownloader::SaveData(uint8_t* data, uint32_t len) in SaveData() function in OHOS::Media::Plugins::HttpPlugin::PlayListDownloader
H A Dplaylist_downloader.h91 bool SaveData(uint8_t* data, uint32_t len);
H A Dm3u8.h92 bool SaveData(uint8_t *data, uint32_t len);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
H A Dbackup_manager.cpp148 SaveData(backupFullPath, backupKey, secretKey); in DoBackup()
174 void BackupManager::SaveData(const std::string &path, const std::string &key, const SecretKeyMetaData &secretKey) in SaveData() function in OHOS::DistributedData::BackupManager
/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/
H A Ddistributed_radar.h138 enum class SaveData : int32_t { class
/foundation/arkui/ace_engine/frameworks/core/components/camera/standard_system/
H A Dcamera.h83 int32_t SaveData(char *buffer, int32_t size, std::string& path);
H A Dcamera.cpp635 cameraCallback_->SaveData(addr, size, path); in OnBufferAvailable()
644 int32_t CameraCallback::SaveData(char *buffer, int32_t size, std::string& path) in SaveData() function in OHOS::Ace::CameraCallback
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.h79 bool SaveData(uint8_t* data, uint32_t len);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H A Ddistributed_radar.cpp868 BIZ_STAGE, static_cast<int32_t>(SaveData::DMS_CONTINUE), in SaveDataDmsContinue()
880 BIZ_STAGE, static_cast<int32_t>(SaveData::DMS_CONTINUE), in SaveDataDmsContinue()
905 BIZ_STAGE, static_cast<int32_t>(SaveData::DMS_REMOTE_WANT), in SaveDataDmsRemoteWant()
916 BIZ_STAGE, static_cast<int32_t>(SaveData::DMS_REMOTE_WANT), in SaveDataDmsRemoteWant()

Completed in 12 milliseconds

12