/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ |
H A D | dm_app_image_info.h | 35 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 D | ability_manager_radar.cpp | 127 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 D | playlist_downloader.cpp | 29 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 D | hls_media_downloader.cpp | 39 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 D | hls_media_downloader.h | 51 bool SaveData(uint8_t* data, uint32_t len);
|
H A D | playlist_downloader.h | 58 bool SaveData(uint8_t* data, uint32_t len);
|
/foundation/ability/ability_runtime/services/common/include/ |
H A D | ability_manager_radar.h | 50 enum class SaveData : int32_t { class
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/http/ |
H A D | http_media_downloader.cpp | 49 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 D | http_media_downloader.h | 47 bool SaveData(uint8_t* data, uint32_t len);
|
/foundation/multimedia/av_codec/test/unittest/hls_test/ |
H A D | m3u8_unit_test.cpp | 236 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 D | backup_manager.h | 53 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 D | continuation_manager_stage.h | 132 bool SaveData(WantParams &saveData);
|
H A D | continuation_manager.h | 62 bool SaveData(WantParams &saveData);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/ |
H A D | udmf_service_impl.h | 58 int32_t SaveData(CustomOption &option, UnifiedData &unifiedData, std::string &key);
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/ |
H A D | continuation_handler_stage.cpp | 121 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 D | continuation_handler.cpp | 114 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 D | playlist_downloader.cpp | 43 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 D | playlist_downloader.h | 91 bool SaveData(uint8_t* data, uint32_t len);
|
H A D | m3u8.h | 92 bool SaveData(uint8_t *data, uint32_t len);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/ |
H A D | backup_manager.cpp | 148 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 D | distributed_radar.h | 138 enum class SaveData : int32_t { class
|
/foundation/arkui/ace_engine/frameworks/core/components/camera/standard_system/ |
H A D | camera.h | 83 int32_t SaveData(char *buffer, int32_t size, std::string& path);
|
H A D | camera.cpp | 635 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 D | http_media_downloader.h | 79 bool SaveData(uint8_t* data, uint32_t len);
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/ |
H A D | distributed_radar.cpp | 868 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()
|