Home
last modified time | relevance | path

Searched refs:IsChangePermitted (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/include/
H A Di_wallpaper_service.h81 virtual bool IsChangePermitted() = 0;
H A Dwallpaper_manager.h104 bool IsChangePermitted();
H A Dwallpaper_service_proxy.h42 bool IsChangePermitted() override;
/ohos5.0/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/
H A Dwallpaper_manager_fuzzer.cpp180 WallpaperMgrService::WallpaperManager::GetInstance().IsChangePermitted(); in WallpaperManagerFuzzTest()
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp428 bool WallpaperManager::IsChangePermitted() in IsChangePermitted() function in OHOS::WallpaperMgrService::WallpaperManager
435 return wallpaperServerProxy->IsChangePermitted(); in IsChangePermitted()
H A Dwallpaper_service_proxy.cpp319 bool WallpaperServiceProxy::IsChangePermitted() in IsChangePermitted() function in OHOS::WallpaperMgrService::WallpaperServiceProxy
/ohos5.0/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_service.h72 bool IsChangePermitted() override;
/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service_stub.cpp345 auto bResult = IsChangePermitted(); in OnIsChangePermitted()
H A Dwallpaper_service.cpp1022 bool WallpaperService::IsChangePermitted() in IsChangePermitted() function in OHOS::WallpaperMgrService::WallpaperService
/ohos5.0/base/theme/wallpaper_mgr/test/unittest/
H A Dwallpaper_test.cpp433 EXPECT_EQ(WallpaperManager::GetInstance().IsChangePermitted(), true);
/ohos5.0/base/theme/wallpaper_mgr/frameworks/js/napi/
H A Dnapi_wallpaper_ability.cpp298 …text->isChangePermitted = WallpaperMgrService::WallpaperManager::GetInstance().IsChangePermitted(); in IsChangeAllowedInner()