delete permission NA

Signed-off-by: mayunteng_1 <mayunteng@huawei.com>
Change-Id: I7f638c986c87d45ee959d0a289bff2135732128f
This commit is contained in:
mayunteng_1 2022-03-26 08:34:32 +00:00
parent 2b0faaceb8
commit 6a04d4705e
3 changed files with 0 additions and 8 deletions

View File

@ -22,7 +22,6 @@ import { Callback } from './basic';
* @syscap SystemCapability.MultimodalInput.Input.InputConsumer
* @import import inputConsumer from '@ohos.multimodalInput.inputConsumer';
* @systemapi hide for inner use
* @permission N/A
*/
declare namespace inputConsumer {
@ -49,7 +48,6 @@ declare namespace inputConsumer {
* @since 8
* @syscap SystemCapability.MultimodalInput.Input.InputConsumer
* @systemapi hide for inner use
* @permission N/A
* @param type type of the inputevent about input which is to be subscribed.
* @param keyOption the key events about input which is to be subscribed.
* @param callback callback function, receive reported data.
@ -62,7 +60,6 @@ declare namespace inputConsumer {
* @since 8
* @syscap SystemCapability.MultimodalInput.Input.InputConsumer
* @systemapi hide for inner use
* @permission N/A
* @param type type of the inputevent about input which is to be subscribed.
* @param keyOption the key events about input which is to be subscribed.
* @param callback callback function, receive reported data.

View File

@ -21,7 +21,6 @@ import { AsyncCallback } from './basic';
* @since 8
* @syscap SystemCapability.MultimodalInput.Input.InputDevice
* @import import inputDevice from '@ohos.multimodalInput.inputDevice';
* @permission N/A
*/
declare namespace inputDevice {
@ -66,7 +65,6 @@ declare namespace inputDevice {
*
* @since 8
* @syscap SystemCapability.MultimodalInput.Input.InputDevice
* @permission N/A
* @param callback callback function, receive reported data
*/
function getDeviceIds(callback: AsyncCallback<Array<number>>): void;
@ -77,7 +75,6 @@ declare namespace inputDevice {
*
* @since 8
* @syscap SystemCapability.MultimodalInput.Input.InputDevice
* @permission N/A
* @param deviceId ID of the input device whose information is to be obtained.
* @param callback callback function, receive reported data
*/

View File

@ -20,7 +20,6 @@
* @syscap SystemCapability.MultimodalInput.Input.InputSimulator
* @import import inputEventClient from '@ohos.multimodalInput.inputEventClient';
* @systemapi hide for inner use
* @permission N/A
*/
declare namespace inputEventClient {
@ -47,7 +46,6 @@ declare namespace inputEventClient {
* @since 8
* @syscap SystemCapability.MultimodalInput.Input.InputSimulator
* @systemapi hide for inner use
* @permission N/A
* @param KeyEvent the key event to be injected.
*/
function injectEvent({KeyEvent: KeyEvent}): void;