Home
last modified time | relevance | path

Searched refs:WALLPAPER_PERMISSION_NAME_SET_WALLPAPER (Results 1 - 2 of 2) sorted by relevance

/base/theme/wallpaper_mgr/utils/include/
H A Dwallpaper_common.h27 static const std::string WALLPAPER_PERMISSION_NAME_SET_WALLPAPER = "ohos.permission.SET_WALLPAPER"; member
/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp789 if (!CheckCallingPermission(WALLPAPER_PERMISSION_NAME_SET_WALLPAPER)) { in SendEvent()
858 if (!CheckCallingPermission(WALLPAPER_PERMISSION_NAME_SET_WALLPAPER)) { in SetCustomWallpaper()
965 bool bFlag = CheckCallingPermission(WALLPAPER_PERMISSION_NAME_SET_WALLPAPER); in IsChangePermitted()
972 bool bFlag = CheckCallingPermission(WALLPAPER_PERMISSION_NAME_SET_WALLPAPER); in IsOperationAllowed()
979 bool permissionSet = CheckCallingPermission(WALLPAPER_PERMISSION_NAME_SET_WALLPAPER); in ResetWallpaper()
1444 if (!CheckCallingPermission(WALLPAPER_PERMISSION_NAME_SET_WALLPAPER)) { in CheckValid()

Completed in 4 milliseconds