Home
last modified time | relevance | path

Searched refs:permissions (Results 1 – 25 of 133) sorted by relevance

123456

/interface/sdk-js/build-tools/permissions_converter/
Dconvert.js73 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/
DComment.ts48 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/
DApiStatistics.ts32 permissions: string = ''; property in ApiStatisticsInfo
91 setPermission(permissions: string): ApiStatisticsInfo {
92 this.permissions = permissions;
97 return this.permissions;
/interface/sdk-js/api/security/
DPermissionRequestResult.d.ts65 permissions: Array<string>; property in PermissionRequestResult
/interface/sdk-js/api/app/
Dcontext.d.ts123 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/
Dut_extend_syscap.d.ts30 …requestPermissionsFromUser(context: Context, permissions: Array<Permissions>): Promise<PermissionR…
Dut_struct_decorator_argument_change.d.ets12 * See the License for the specific language governing permissions and
Dut_struct_new_decorator.d.ets12 * See the License for the specific language governing permissions and
Dut_struct_api.d.ets12 * See the License for the specific language governing permissions and
Dut_struct_api_mutilple_decorator_change.d.ets12 * See the License for the specific language governing permissions and
Dut_struct_child_name_change.d.ets12 * See the License for the specific language governing permissions and
/interface/sdk-js/api/bundleManager/
DExtensionAbilityInfo.d.ts198 readonly permissions: Array<string>; property
DApplicationInfo.d.ts276 readonly permissions: Array<string>; property
DAbilityInfo.d.ts381 readonly permissions: Array<string>; property
/interface/sdk-js/api/bundle/
DapplicationInfo.d.ts133 readonly permissions: Array<string>; property
DabilityInfo.d.ts185 readonly permissions: Array<string>; property
/interface/sdk-js/build-tools/dts_parser/test/ut/apiStatistics/
Dut_method_in_struct.d.ets12 * See the License for the specific language governing permissions and
Dut_constant_in_struct.d.ets12 * See the License for the specific language governing permissions and
/interface/sdk-js/build-tools/dts_parser/test/ut/parser/
Dut_ArkTS_struct_005.d.ets12 * See the License for the specific language governing permissions and
Dut_ArkTS_struct_002.d.ets12 * See the License for the specific language governing permissions and
Dut_ArkTS_struct_003.d.ets12 * See the License for the specific language governing permissions and
/interface/sdk-js/build-tools/dts_parser/test/ut/apiDiff/old/
Dut_struct_api_mutilple_decorator_change.d.ets12 * See the License for the specific language governing permissions and
Dut_struct_new_decorator.d.ets12 * See the License for the specific language governing permissions and
Dut_struct_api.d.ets12 * See the License for the specific language governing permissions and
Dut_struct_decorator_argument_change.d.ets12 * See the License for the specific language governing permissions and

123456