Searched refs:IsChangePermitted (Results 1 – 11 of 11) sorted by relevance
81 virtual bool IsChangePermitted() = 0;
104 bool IsChangePermitted();
42 bool IsChangePermitted() override;
180 WallpaperMgrService::WallpaperManager::GetInstance().IsChangePermitted(); in WallpaperManagerFuzzTest()
428 bool WallpaperManager::IsChangePermitted() in IsChangePermitted() function in OHOS::WallpaperMgrService::WallpaperManager435 return wallpaperServerProxy->IsChangePermitted(); in IsChangePermitted()
319 bool WallpaperServiceProxy::IsChangePermitted() in IsChangePermitted() function in OHOS::WallpaperMgrService::WallpaperServiceProxy
72 bool IsChangePermitted() override;
345 auto bResult = IsChangePermitted(); in OnIsChangePermitted()
1022 bool WallpaperService::IsChangePermitted() in IsChangePermitted() function in OHOS::WallpaperMgrService::WallpaperService
433 EXPECT_EQ(WallpaperManager::GetInstance().IsChangePermitted(), true);
298 …text->isChangePermitted = WallpaperMgrService::WallpaperManager::GetInstance().IsChangePermitted(); in IsChangeAllowedInner()