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.cpp185 ApiInfo apiInfo{ false, false }; in TearDownTestCase() local
335 ApiInfo apiInfo{ false, false }; variable
349 ApiInfo apiInfo{ false, false }; variable
363 ApiInfo apiInfo{ false, false }; variable
377 ApiInfo apiInfo{ false, false }; variable
395 ApiInfo apiInfo{ false, false }; variable
416 ApiInfo apiInfo{ true, true }; variable
506 ApiInfo apiInfo{ false, false }; variable
523 ApiInfo apiInfo{ false, false }; variable
540 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.cpp47 ApiInfo apiInfo{ false, false }; in NAPI_GetColors() local
57 ApiInfo apiInfo{ true, true }; in NAPI_GetColorsSync() local
63 …piWallpaperAbility::GetColorsInner(std::shared_ptr<GetContextInfo> context, const ApiInfo &apiInfo) in GetColorsInner()
147 ApiInfo apiInfo{ false, false }; in NAPI_GetFile() local
153 …WallpaperAbility::GetFileInner(std::shared_ptr<GetFileContextInfo> context, const ApiInfo &apiInfo) in GetFileInner()
203 ApiInfo apiInfo{ false, false }; in NAPI_GetMinHeight() local
213 ApiInfo apiInfo{ true, true }; in NAPI_GetMinHeightSync() local
219 …paperAbility::GetMinHeightInner(std::shared_ptr<GetMinContextInfo> context, const ApiInfo &apiInfo) in GetMinHeightInner()
250 ApiInfo apiInfo{ false, false }; in NAPI_GetMinWidth() local
260 ApiInfo apiInfo{ true, true }; in NAPI_GetMinWidthSync() local
[all …]
/base/theme/wallpaper_mgr/frameworks/native/src/
Dwallpaper_manager.cpp166 ErrorCode WallpaperManager::GetColors(int32_t wallpaperType, const ApiInfo &apiInfo, std::vector<ui… in GetColors()
199 …Code WallpaperManager::SetWallpaper(std::string uri, int32_t wallpaperType, const ApiInfo &apiInfo) in SetWallpaper()
240 std::shared_ptr<OHOS::Media::PixelMap> pixelMap, int32_t wallpaperType, const ApiInfo &apiInfo) in SetWallpaper()
327 int32_t wallpaperType, const ApiInfo &apiInfo, std::shared_ptr<OHOS::Media::PixelMap> &pixelMap) in GetPixelMap()
407 ErrorCode WallpaperManager::GetWallpaperMinHeight(const ApiInfo &apiInfo, int32_t &minHeight) in GetWallpaperMinHeight()
418 ErrorCode WallpaperManager::GetWallpaperMinWidth(const ApiInfo &apiInfo, int32_t &minWidth) in GetWallpaperMinWidth()
448 ErrorCode WallpaperManager::ResetWallpaper(std::int32_t wallpaperType, const ApiInfo &apiInfo) in ResetWallpaper()