Home
last modified time | relevance | path

Searched defs:colors (Results 1 - 9 of 9) sorted by relevance

/base/msdp/device_status/test/fuzztest/updateshadowpic_fuzzer/
H A Dupdateshadowpic_fuzzer.cpp55 uint32_t* colors = new (std::nothrow) uint32_t[colorLen]; in CreatePixelMap() local
/base/theme/wallpaper_mgr/frameworks/js/napi/
H A Dnapi_wallpaper_ability.h53 std::vector<uint64_t> colors; member
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/
H A Dwallpaper_manager_fuzzer.cpp104 std::vector<uint64_t> colors; in GetColorsFuzzTest() local
/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_service_proxy.cpp26 ErrorCode WallpaperServiceProxy::GetColors(int32_t wallpaperType, std::vector<uint64_t> &colors) in GetColors() argument
31 ErrorCode WallpaperServiceProxy::GetColorsV9(int32_t wallpaperType, std::vector<uint64_t> &colors) in GetColorsV9() argument
36 GetColorsInner( int32_t wallpaperType, WallpaperServiceIpcInterfaceCode code, std::vector<uint64_t> &colors) GetColorsInner() argument
H A Dwallpaper_manager.cpp164 ErrorCode WallpaperManager::GetColors(int32_t wallpaperType, const ApiInfo &apiInfo, std::vector<uint64_t> &colors) in GetColors() argument
/base/theme/wallpaper_mgr/test/unittest/
H A Dwallpaper_test.cpp485 std::vector<uint64_t> colors; in HWTEST_F() local
502 std::vector<uint64_t> colors; in HWTEST_F() local
519 std::vector<uint64_t> colors; in HWTEST_F() local
/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_manager_test.cpp363 uint32_t* colors = new (std::nothrow) uint32_t[colorLen]; in CreatePixelMap() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_pixel_map.cpp45 std::unique_ptr<PixelMap> PixelMap::Create(const uint32_t *colors, uint32_t colorLength, in Create() argument
51 std::unique_ptr<PixelMap> PixelMap::Create(const uint32_t *colors, uint32_t colorLength, int32_t offset, in Create() argument
57 bool PixelMap::CheckParams(const uint32_t *colors, uint32_t colorLength, int32_t offset, int32_t stride, in CheckParams() argument
/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp575 ErrorCode WallpaperService::GetColors(int32_t wallpaperType, std::vector<uint64_t> &colors) in GetColors() argument
588 ErrorCode WallpaperService::GetColorsV9(int32_t wallpaperType, std::vector<uint64_t> &colors) in GetColorsV9() argument
1424 std::vector<uint64_t> colors; in OnColorsChange() local
1477 NotifyColorChange(const std::vector<uint64_t> &colors, const WallpaperType &wallpaperType) NotifyColorChange() argument
[all...]

Completed in 14 milliseconds