Lines Matching refs:toggle
14 | <!--DelRow-->toggle | Sets or obtains the toggle state of a permission.|
53 ## toggle section
56 atm toggle [-h] [-s -u <user-id> -p <permission-name> -k <status>] [-o -u <user-id> -p <permission-…
58 **Parameters of the toggle command**
63 | -s -u \<user-id\> -p \<permission-name\> -k \<status\> | Sets the toggle state (sp…
64 | -o -u \<user-id\> -p \<permission-name\> | Obtains the toggle state of a specified perm…
69 # Display the help information about the atm toggle command.
70 atm toggle -h
73 atm toggle -s -u 0 -p ohos.permission.CAMERA -k 1
75 # Obtain the toggle state of the camera permission for user 0.
76 atm toggle -o -u 0 -p ohos.permission.CAMERA