Home
last modified time | relevance | path

Searched defs:opts (Results 1 - 25 of 27) sorted by relevance

12

/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddumper_opts.cpp79 DumperOpts& DumperOpts::operator = (const DumperOpts& opts) in operator =() argument
[all...]
H A Ddumper_parameter.cpp39 void DumperParameter::SetOpts(const DumperOpts &opts) in SetOpts() argument
/base/web/webview/test/fuzztest/ohos_adapter/ohosimagedecoderadapterimpl_fuzzer/
H A Dohosimagedecoderadapterimpl_fuzzer.cpp53 OHOS::Media::SourceOptions opts; in ProcessImageSource() local
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_output_test.cpp85 DumperOpts opts; in HWTEST_F() local
126 DumperOpts opts; in HWTEST_F() local
168 DumperOpts opts; in HWTEST_F() local
210 DumperOpts opts; in HWTEST_F() local
257 DumperOpts opts; HWTEST_F() local
288 DumperOpts opts; HWTEST_F() local
313 DumperOpts opts; HWTEST_F() local
357 DumperOpts opts; HWTEST_F() local
[all...]
H A Dhidumper_configutils_test.cpp157 DumperOpts opts; in HWTEST_F() local
175 DumperOpts opts; in HWTEST_F() local
193 DumperOpts opts; in HWTEST_F() local
234 DumperOpts opts; HWTEST_F() local
253 DumperOpts opts; HWTEST_F() local
273 DumperOpts opts; HWTEST_F() local
291 DumperOpts opts; HWTEST_F() local
324 DumperOpts opts; HWTEST_F() local
[all...]
H A Dhidumper_dumpers_test.cpp135 DumperOpts opts; in HandleCpuDumperTest() local
206 DumperOpts opts; in HandleIpcStatDumperTest() local
231 SetIpcStatCmdTest(const DumperOpts &opts) SetIpcStatCmdTest() argument
533 DumperOpts opts; HWTEST_F() local
550 DumperOpts opts; HWTEST_F() local
566 DumperOpts opts; HWTEST_F() local
614 DumperOpts opts; HWTEST_F() local
[all...]
H A Dhidumper_innerkits_test.cpp234 DumperOpts opts; in HWTEST_F() local
/base/msdp/device_status/test/fuzztest/startdrag_fuzzer/
H A Dstartdrag_fuzzer.cpp47 Media::InitializationOptions opts; in CreatePixelMap() local
/base/msdp/device_status/test/fuzztest/updateshadowpic_fuzzer/
H A Dupdateshadowpic_fuzzer.cpp47 Media::InitializationOptions opts; in CreatePixelMap() local
/base/theme/wallpaper_mgr/test/unittest/
H A Dwallpaper_permission_test.cpp98 InitializationOptions opts = { { 5, 7 }, OHOS::Media::PixelFormat::ARGB_8888 }; in CreateTempPixelMap() local
H A Dwallpaper_test.cpp263 InitializationOptions opts = { { 5, 7 }, OHOS::Media::PixelFormat::ARGB_8888 }; in CreateTempPixelMap() local
/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_drag_drawing_test.cpp98 Media::InitializationOptions opts; in CreatePixelMap() local
H A Dinteraction_manager_test.cpp355 OHOS::Media::InitializationOptions opts; in CreatePixelMap() local
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_image_util.cpp82 Media::SourceOptions opts; in UnPackImage() local
142 Media::SourceOptions opts; in CreatePixelMap() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_packer.cpp121 void ImagePacker::CopyOptionsToPlugin(const PackOption &opts, PlEncodeOptions &plOpts) in CopyOptionsToPlugin() argument
H A Dmock_image_source.cpp77 OHOS::Media::SourceOptions opts; in CreateImageSource() local
84 std::unique_ptr<ImageSource> ImageSource::CreateImageSource(const std::string &pathName, const SourceOptions &opts, in CreateImageSource() argument
90 OHOS::Media::SourceOptions opts; in CreateImageSource() local
97 std::unique_ptr<ImageSource> ImageSource::CreateImageSource(const int fd, const SourceOptions &opts, in CreateImageSource() argument
103 std::unique_ptr<ImageSource> ImageSource::CreateIncrementalImageSource(const IncrementalSourceOptions &opts, in CreateIncrementalImageSource() argument
112 std::unique_ptr<PixelMap> ImageSource::CreatePixelMapEx(uint32_t index, const DecodeOptions &opts, uint32_ argument
65 CreateImageSource(std::unique_ptr<std::istream> is, const SourceOptions &opts, uint32_t &errorCode) CreateImageSource() argument
71 CreateImageSource(const uint8_t *data, uint32_t size, const SourceOptions &opts, uint32_t &errorCode) CreateImageSource() argument
122 CreatePixelMap(uint32_t index, const DecodeOptions &opts, uint32_t &errorCode) CreatePixelMap() argument
127 CreateIncrementalPixelMap(uint32_t index, const DecodeOptions &opts, uint32_t &errorCode) CreateIncrementalPixelMap() argument
133 PromoteDecoding(uint32_t index, const DecodeOptions &opts, PixelMap &pixelMap, ImageDecodingState &state, uint8_t &decodeProgress) PromoteDecoding() argument
210 ImageSource(std::unique_ptr<SourceStream> &&stream, const SourceOptions &opts) ImageSource() argument
264 SetDecodeOptions(std::unique_ptr<AbsImageDecoder> &decoder, uint32_t index, const DecodeOptions &opts, ImagePlugin::PlImageInfo &plInfo) SetDecodeOptions() argument
270 UpdatePixelMapInfo(const DecodeOptions &opts, ImagePlugin::PlImageInfo &plInfo, PixelMap &pixelMap) UpdatePixelMapInfo() argument
276 CopyOptionsToPlugin(const DecodeOptions &opts, PixelDecodeOptions &plOpts) CopyOptionsToPlugin() argument
279 CopyOptionsToProcOpts(const DecodeOptions &opts, DecodeOptions &procOpts, PixelMap &pixelMap) CopyOptionsToProcOpts() argument
292 DoIncrementalDecoding(uint32_t index, const DecodeOptions &opts, PixelMap &pixelMap, IncrementalDecodingContext &recordContext) DoIncrementalDecoding() argument
327 GetFinalOutputStep(const DecodeOptions &opts, PixelMap &pixelMap, bool hasNinePatch) GetFinalOutputStep() argument
332 HasDensityChange(const DecodeOptions &opts, ImageInfo &srcImageInfo, bool hasNinePatch) HasDensityChange() argument
[all...]
H A Dmock_pixel_map.cpp63 std::unique_ptr<PixelMap> PixelMap::Create(const InitializationOptions &opts) in Create() argument
72 std::unique_ptr<PixelMap> PixelMap::Create(PixelMap &source, const InitializationOptions &opts) in Create() argument
77 std::unique_ptr<PixelMap> PixelMap::Create(PixelMap &source, const Rect &srcRect, const InitializationOptions &opts) in Create() argument
94 void PixelMap::InitDstImageInfo(const InitializationOptions &opts, const ImageInfo &srcImageInfo, in InitDstImageInfo() argument
45 Create(const uint32_t *colors, uint32_t colorLength, const InitializationOptions &opts) Create() argument
51 Create(const uint32_t *colors, uint32_t colorLength, int32_t offset, int32_t stride, const InitializationOptions &opts) Create() argument
57 CheckParams(const uint32_t *colors, uint32_t colorLength, int32_t offset, int32_t stride, const InitializationOptions &opts) CheckParams() argument
/base/startup/init/test/benchmark/
H A Dbenchmark_fwk.cpp110 bench_opts_t opts; in ParseOptions() local
243 static void RegisterSingleBenchmark(bench_opts_t opts, const std::string &funcName, args_vector *runArgs) in RegisterSingleBenchmark() argument
260 RegisterAllBenchmarks(const bench_opts_t &opts, std::map<std::string, args_vector> &presetArgs) RegisterAllBenchmarks() argument
273 bench_opts_t opts = ParseOptions(argc, argv); main() local
[all...]
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/
H A Dwallpaper_manager_fuzzer.cpp148 InitializationOptions opts = { { 5, 7 }, OHOS::Media::PixelFormat::ARGB_8888 }; in SetWallpaperByMapFuzzTest() local
/base/msdp/device_status/test/unittest/intention/services/src/
H A Dintention_service_test.cpp166 Media::InitializationOptions opts; in CreatePixelMap() local
/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_manager_test.cpp78 Media::InitializationOptions opts; in CreatePixelMap() local
H A Ddrag_server_test.cpp183 Media::InitializationOptions opts; in CreatePixelMap() local
/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp137 void DumpImplement::ProcessDumpOptions(int clientPid, std::shared_ptr<DumperParameter> &dumpParameter, DumperOpts &opts) in ProcessDumpOptions() argument
181 DumperOpts opts; in CmdParse() local
269 CmdParseWithParameter(std::shared_ptr<DumperParameter> &dumpParameter, int argc, char *argv[], DumperOpts &opts) CmdParseWithParameter() argument
[all...]
/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp379 OHOS::Media::SourceOptions opts; in CreatePixelMapByFd() local
/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp1031 static void GetOpts(string& opts, struct option(&longOptions)[OPT_ENTRY_CNT]) in GetOpts() argument
1078 string opts; in HilogEntry() local

Completed in 27 milliseconds

12