Home
last modified time | relevance | path

Searched defs:apiInfo (Results 1 – 5 of 5) sorted by relevance

/base/theme/wallpaper_mgr/test/unittest/
Dwallpaper_test.cpp161 ApiInfo apiInfo{ false, false }; in TearDownTestCase() local
304 ApiInfo apiInfo{ false, false }; variable
318 ApiInfo apiInfo{ false, false }; variable
332 ApiInfo apiInfo{ false, false }; variable
346 ApiInfo apiInfo{ false, false }; variable
364 ApiInfo apiInfo{ false, false }; variable
385 ApiInfo apiInfo{ true, true }; variable
475 ApiInfo apiInfo{ false, false }; variable
492 ApiInfo apiInfo{ false, false }; variable
509 ApiInfo apiInfo{ true, true }; variable
[all …]
Dwallpaper_permission_test.cpp114 ApiInfo apiInfo{ false, false }; variable
148 ApiInfo apiInfo{ false, false }; variable
167 ApiInfo apiInfo{ false, false }; variable
184 ApiInfo apiInfo{ false, false }; variable
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/
Dwallpaper_manager_fuzzer.cpp104 …WallpaperMgrService::ApiInfo apiInfo{ static_cast<bool>(data[0] % 2), static_cast<bool>(data[1] % … in GetColorsFuzzTest() local
123 …WallpaperMgrService::ApiInfo apiInfo{ static_cast<bool>(data[0] % 2), static_cast<bool>(data[1] % … in ResetWallpaperFuzzTest() local
137 …WallpaperMgrService::ApiInfo apiInfo{ static_cast<bool>(data[0] % 2), static_cast<bool>(data[1] % … in SetWallpaperByUriFuzzTest() local
156 …WallpaperMgrService::ApiInfo apiInfo{ static_cast<bool>(data[0] % 2), static_cast<bool>(data[1] % … in SetWallpaperByMapFuzzTest() local
177 …WallpaperMgrService::ApiInfo apiInfo{ static_cast<bool>(data[0] % 2), static_cast<bool>(data[1] % … in WallpaperManagerFuzzTest() local
193 …WallpaperMgrService::ApiInfo apiInfo{ static_cast<bool>(data[0] % 2), static_cast<bool>(data[1] % … in GetPixelMapFuzzTest() local
/base/theme/wallpaper_mgr/frameworks/js/napi/
Dnapi_wallpaper_ability.cpp45 ApiInfo apiInfo{ false, false }; in NAPI_GetColors() local
55 ApiInfo apiInfo{ true, true }; in NAPI_GetColorsSync() local
61 …piWallpaperAbility::GetColorsInner(std::shared_ptr<GetContextInfo> context, const ApiInfo &apiInfo) in GetColorsInner()
138 ApiInfo apiInfo{ false, false }; in NAPI_GetFile() local
144 …WallpaperAbility::GetFileInner(std::shared_ptr<GetFileContextInfo> context, const ApiInfo &apiInfo) in GetFileInner()
189 ApiInfo apiInfo{ false, false }; in NAPI_GetMinHeight() local
199 ApiInfo apiInfo{ true, true }; in NAPI_GetMinHeightSync() local
205 …paperAbility::GetMinHeightInner(std::shared_ptr<GetMinContextInfo> context, const ApiInfo &apiInfo) in GetMinHeightInner()
236 ApiInfo apiInfo{ false, false }; in NAPI_GetMinWidth() local
246 ApiInfo apiInfo{ true, true }; in NAPI_GetMinWidthSync() local
[all …]
/base/theme/wallpaper_mgr/frameworks/native/src/
Dwallpaper_manager.cpp156 ErrorCode WallpaperManager::GetColors(int32_t wallpaperType, const ApiInfo &apiInfo, std::vector<ui… in GetColors()
189 …Code WallpaperManager::SetWallpaper(std::string uri, int32_t wallpaperType, const ApiInfo &apiInfo) in SetWallpaper()
230 const ApiInfo &apiInfo) in SetWallpaper()
367 ErrorCode WallpaperManager::GetPixelMap(int32_t wallpaperType, const ApiInfo &apiInfo, in GetPixelMap()
424 ErrorCode WallpaperManager::GetWallpaperMinHeight(const ApiInfo &apiInfo, int32_t &minHeight) in GetWallpaperMinHeight()
435 ErrorCode WallpaperManager::GetWallpaperMinWidth(const ApiInfo &apiInfo, int32_t &minWidth) in GetWallpaperMinWidth()
465 ErrorCode WallpaperManager::ResetWallpaper(std::int32_t wallpaperType, const ApiInfo &apiInfo) in ResetWallpaper()