Home
last modified time | relevance | path

Searched refs:GetWallpaperId (Results 1 - 11 of 11) sorted by relevance

/base/theme/wallpaper_mgr/frameworks/native/include/
H A Di_wallpaper_service.h71 virtual int32_t GetWallpaperId(int32_t wallpaperType) = 0;
H A Dwallpaper_service_proxy.h41 int32_t GetWallpaperId(int32_t wallpaperType) override;
H A Dwallpaper_manager.h88 int32_t GetWallpaperId(int32_t wallpaperType);
/base/theme/wallpaper_mgr/test/unittest/
H A Dwallpaper_test.cpp378 int32_t firstId = WallpaperManager::GetInstance().GetWallpaperId(LOCKSCREEN); in HWTEST_F()
383 int32_t secondId = WallpaperManager::GetInstance().GetWallpaperId(LOCKSCREEN); in HWTEST_F()
542 int32_t id = WallpaperManager::GetInstance().GetWallpaperId(SYSTYEM); in HWTEST_F()
559 int32_t id = WallpaperManager::GetInstance().GetWallpaperId(LOCKSCREEN); in HWTEST_F()
576 int32_t id = WallpaperManager::GetInstance().GetWallpaperId(SYSTYEM); in HWTEST_F()
593 int32_t id = WallpaperManager::GetInstance().GetWallpaperId(LOCKSCREEN); in HWTEST_F()
/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp402 int32_t WallpaperManager::GetWallpaperId(int32_t wallpaperType) in GetWallpaperId() function in OHOS::WallpaperMgrService::WallpaperManager
409 return wallpaperServerProxy->GetWallpaperId(wallpaperType); in GetWallpaperId()
H A Dwallpaper_service_proxy.cpp294 int32_t WallpaperServiceProxy::GetWallpaperId(int32_t wallpaperType) in GetWallpaperId() function in OHOS::WallpaperMgrService::WallpaperServiceProxy
310 HILOG_ERROR("WallpaperServiceProxy::GetWallpaperId fail, result = %{public}d!", result); in GetWallpaperId()
/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_service.h71 int32_t GetWallpaperId(int32_t wallpaperType) override;
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/
H A Dwallpaper_manager_fuzzer.cpp112 WallpaperMgrService::WallpaperManager::GetInstance().GetWallpaperId(wallpaperType); in GetWallpaperIdFuzzTest()
/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service_stub.cpp329 int32_t wallpaperId = GetWallpaperId(wallpaperType); in OnGetWallpaperId()
H A Dwallpaper_service.cpp941 int32_t WallpaperService::GetWallpaperId(int32_t wallpaperType) in GetWallpaperId() function in OHOS::WallpaperMgrService::WallpaperService
943 HILOG_INFO("WallpaperService::GetWallpaperId --> start."); in GetWallpaperId()
958 HILOG_INFO("WallpaperService::GetWallpaperId --> end ID[%{public}d]", iWallpaperId); in GetWallpaperId()
/base/theme/wallpaper_mgr/frameworks/js/napi/
H A Dnapi_wallpaper_ability.cpp125 HILOG_DEBUG("exec GetWallpaperId."); in GetIdInner()
127 WallpaperMgrService::WallpaperManager::GetInstance().GetWallpaperId(context->wallpaperType); in GetIdInner()
128 HILOG_DEBUG("exec GetWallpaperId wallpaperId : %{public}d", context->wallpaperId); in GetIdInner()

Completed in 14 milliseconds