Searched defs:colors (Results 1 - 9 of 9) sorted by relevance
/base/msdp/device_status/test/fuzztest/updateshadowpic_fuzzer/ |
H A D | updateshadowpic_fuzzer.cpp | 55 uint32_t* colors = new (std::nothrow) uint32_t[colorLen]; in CreatePixelMap() local
|
/base/theme/wallpaper_mgr/frameworks/js/napi/ |
H A D | napi_wallpaper_ability.h | 53 std::vector<uint64_t> colors; member
|
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/ |
H A D | wallpaper_manager_fuzzer.cpp | 104 std::vector<uint64_t> colors; in GetColorsFuzzTest() local
|
/base/theme/wallpaper_mgr/frameworks/native/src/ |
H A D | wallpaper_service_proxy.cpp | 26 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 D | wallpaper_manager.cpp | 164 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 D | wallpaper_test.cpp | 485 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 D | interaction_manager_test.cpp | 363 uint32_t* colors = new (std::nothrow) uint32_t[colorLen]; in CreatePixelMap() local
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
H A D | mock_pixel_map.cpp | 45 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 D | wallpaper_service.cpp | 575 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