Searched refs:IsOperationAllowed (Results 1 – 12 of 12) sorted by relevance
81 virtual bool IsOperationAllowed() = 0;
112 virtual bool IsOperationAllowed() = 0;
42 bool IsOperationAllowed() override;
109 bool IsOperationAllowed() final;
182 WallpaperMgrService::WallpaperManagerkits::GetInstance().IsOperationAllowed(); in WallpaperManagerFuzzTest()
427 bool WallpaperManager::IsOperationAllowed() in IsOperationAllowed() function in OHOS::WallpaperMgrService::WallpaperManager434 return wallpaperServerProxy->IsOperationAllowed(); in IsOperationAllowed()
289 bool WallpaperServiceProxy::IsOperationAllowed() in IsOperationAllowed() function in OHOS::WallpaperMgrService::WallpaperServiceProxy
73 bool IsOperationAllowed() override;
286 auto bResult = IsOperationAllowed(); in OnIsOperationAllowed()
915 bool WallpaperService::IsOperationAllowed() in IsOperationAllowed() function in OHOS::WallpaperMgrService::WallpaperService
418 EXPECT_EQ(WallpaperManagerkits::GetInstance().IsOperationAllowed(), true);
332 …isOperationAllowed = WallpaperMgrService::WallpaperManagerkits::GetInstance().IsOperationAllowed(); in IsUserChangeAllowedInner()