• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/**
2 * the ut for method in sourcefile, method has permission
3 *
4 * @permission ohos.permission.GRANT_SENSITIVE_PERMISSIONS
5 */
6export declare function test(param1: string): Promise<Want>;
7
8/**
9 * the ut for method in sourcefile, method has permissions
10 *
11 * @permission ohos.permission.GET_SENSITIVE_PERMISSIONS or ohos.permission.GRANT_SENSITIVE_PERMISSIONS or ohos.permission.REVOKE_SENSITIVE_PERMISSIONS
12 */
13export declare function test(param1: string): Promise<Want>;
14
15/**
16 * the ut for method in sourcefile, method has permissions
17 *
18 * @permission
19 */
20export declare function test(param1: string): Promise<Want>;