/interface/sdk-js/build-tools/permissions_converter/ |
D | convert.js | 73 const convertJsonToDTS = (permissions, outputFilePath) => { argument 80 permissions.forEach((permission, index) => { 94 index === permissions.length - 1 ? '' : '\n' 111 const permissions = getPermissions(options.filePath); constant 112 if (permissions) { 113 convertJsonToDTS(permissions, options.outputFilePath);
|
/interface/sdk-js/build-tools/dts_parser/src/typedef/parser/ |
D | Comment.ts | 48 permissions: string = ''; // @permission标签--api的权限 property in Comment.JsDocInfo 149 setPermission(permissions: string): JsDocInfo { 150 this.permissions = permissions; 155 return this.permissions;
|
/interface/sdk-js/build-tools/dts_parser/src/typedef/statistics/ |
D | ApiStatistics.ts | 32 permissions: string = ''; property in ApiStatisticsInfo 91 setPermission(permissions: string): ApiStatisticsInfo { 92 this.permissions = permissions; 97 return this.permissions;
|
/interface/sdk-js/api/security/ |
D | PermissionRequestResult.d.ts | 65 permissions: Array<string>; property in PermissionRequestResult
|
/interface/sdk-js/api/app/ |
D | context.d.ts | 123 permissions: Array<string>, 138 …requestPermissionsFromUser(permissions: Array<string>, requestCode: number): Promise<PermissionReq… 597 permissions: Array<string>; property
|
/interface/sdk-js/build-tools/dts_parser/test/ut/apiDiff/new/ |
D | ut_extend_syscap.d.ts | 30 …requestPermissionsFromUser(context: Context, permissions: Array<Permissions>): Promise<PermissionR…
|
D | ut_struct_decorator_argument_change.d.ets | 12 * See the License for the specific language governing permissions and
|
D | ut_struct_new_decorator.d.ets | 12 * See the License for the specific language governing permissions and
|
D | ut_struct_api.d.ets | 12 * See the License for the specific language governing permissions and
|
D | ut_struct_api_mutilple_decorator_change.d.ets | 12 * See the License for the specific language governing permissions and
|
D | ut_struct_child_name_change.d.ets | 12 * See the License for the specific language governing permissions and
|
/interface/sdk-js/api/bundleManager/ |
D | ExtensionAbilityInfo.d.ts | 198 readonly permissions: Array<string>; property
|
D | ApplicationInfo.d.ts | 276 readonly permissions: Array<string>; property
|
D | AbilityInfo.d.ts | 381 readonly permissions: Array<string>; property
|
/interface/sdk-js/api/bundle/ |
D | applicationInfo.d.ts | 133 readonly permissions: Array<string>; property
|
D | abilityInfo.d.ts | 185 readonly permissions: Array<string>; property
|
/interface/sdk-js/build-tools/dts_parser/test/ut/apiStatistics/ |
D | ut_method_in_struct.d.ets | 12 * See the License for the specific language governing permissions and
|
D | ut_constant_in_struct.d.ets | 12 * See the License for the specific language governing permissions and
|
/interface/sdk-js/build-tools/dts_parser/test/ut/parser/ |
D | ut_ArkTS_struct_005.d.ets | 12 * See the License for the specific language governing permissions and
|
D | ut_ArkTS_struct_002.d.ets | 12 * See the License for the specific language governing permissions and
|
D | ut_ArkTS_struct_003.d.ets | 12 * See the License for the specific language governing permissions and
|
/interface/sdk-js/build-tools/dts_parser/test/ut/apiDiff/old/ |
D | ut_struct_api_mutilple_decorator_change.d.ets | 12 * See the License for the specific language governing permissions and
|
D | ut_struct_new_decorator.d.ets | 12 * See the License for the specific language governing permissions and
|
D | ut_struct_api.d.ets | 12 * See the License for the specific language governing permissions and
|
D | ut_struct_decorator_argument_change.d.ets | 12 * See the License for the specific language governing permissions and
|