Home
last modified time | relevance | path

Searched refs:permissionSet (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp954 std::set<std::string> permissionSet; in GetMountPermissionNames() local
961 permissionSet.insert(it.key()); in GetMountPermissionNames()
964 …OGI("GetMountPermissionNames size: %{public}lu", static_cast<unsigned long>(permissionSet.size())); in GetMountPermissionNames()
965 return permissionSet; in GetMountPermissionNames()
/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp1039 bool permissionSet = CheckCallingPermission(WALLPAPER_PERMISSION_NAME_SET_WALLPAPER); in ResetWallpaper() local
1040 if (!permissionSet) { in ResetWallpaper()