Home
last modified time | relevance | path

Searched refs:enable (Results 1 – 25 of 36) sorted by relevance

12

/interface/sdk-js/api/
D@ohos.multimodalInput.inputDeviceCooperate.d.ts86 function enable(enable: boolean, callback: AsyncCallback<void>): void; function
97 function enable(enable: boolean): Promise<void>;
D@ohos.notificationManager.d.ts661 …function setNotificationEnable(bundle: BundleOption, enable: boolean, callback: AsyncCallback<void…
681 function setNotificationEnable(bundle: BundleOption, enable: boolean): Promise<void>;
837 function displayBadge(bundle: BundleOption, enable: boolean, callback: AsyncCallback<void>): void;
857 function displayBadge(bundle: BundleOption, enable: boolean): Promise<void>;
1549 function setDistributedEnable(enable: boolean, callback: AsyncCallback<void>): void;
1568 function setDistributedEnable(enable: boolean): Promise<void>;
1618 …function setDistributedEnableByBundle(bundle: BundleOption, enable: boolean, callback: AsyncCallba…
1639 function setDistributedEnableByBundle(bundle: BundleOption, enable: boolean): Promise<void>;
1758 enable: boolean,
1787 enable: boolean,
[all …]
D@ohos.notification.d.ts625 …function enableNotification(bundle: BundleOption, enable: boolean, callback: AsyncCallback<void>):…
640 function enableNotification(bundle: BundleOption, enable: boolean): Promise<void>;
737 function displayBadge(bundle: BundleOption, enable: boolean, callback: AsyncCallback<void>): void;
752 function displayBadge(bundle: BundleOption, enable: boolean): Promise<void>;
1333 function enableDistributed(enable: boolean, callback: AsyncCallback<void>): void;
1347 function enableDistributed(enable: boolean): Promise<void>;
1386 …function enableDistributedByBundle(bundle: BundleOption, enable: boolean, callback: AsyncCallback<…
1401 function enableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise<void>;
D@ohos.bluetooth.pan.d.ts94 setTethering(enable: boolean): void;
D@ohos.window.d.ts1835 function setGestureNavigationEnabled(enable: boolean, callback: AsyncCallback<void>): void;
1849 function setGestureNavigationEnabled(enable: boolean): Promise<void>;
1864 function setWaterMarkImage(pixelMap: image.PixelMap, enable: boolean): Promise<void>;
1879 …function setWaterMarkImage(pixelMap: image.PixelMap, enable: boolean, callback: AsyncCallback<void…
3069 setSpecificSystemBarEnabled(name: SpecificSystemBar, enable: boolean): Promise<void>;
4767 setWaterMarkFlag(enable: boolean, callback: AsyncCallback<void>): void;
4781 setWaterMarkFlag(enable: boolean): Promise<void>;
4835 setRaiseByClickEnabled(enable: boolean, callback: AsyncCallback<void>): void;
4853 setRaiseByClickEnabled(enable: boolean): Promise<void>;
4908 setResizeByDragEnabled(enable: boolean, callback: AsyncCallback<void>): void;
[all …]
D@ohos.arkui.advanced.ProgressButton.d.ets95 * Sets the ProgressButton enable state.
101 * Sets the ProgressButton enable state.
107 @Prop enable: boolean;
D@ohos.bluetooth.ble.d.ts946 enable: boolean,
966 …setCharacteristicChangeNotification(characteristic: BLECharacteristic, enable: boolean): Promise<v…
986 enable: boolean,
1006 …setCharacteristicChangeIndication(characteristic: BLECharacteristic, enable: boolean): Promise<voi…
D@ohos.net.vpnExtension.d.ts107 function setAlwaysOnVpnEnabled(enable: boolean, bundleName: string): Promise<void>;
D@ohos.PiPWindow.d.ts287 setAutoStartEnabled(enable: boolean): void;
D@ohos.settings.d.ts1169 function enableAirplaneMode(enable: boolean, callback: AsyncCallback<void>): void;
1180 function enableAirplaneMode(enable: boolean): Promise<void>;
D@ohos.inputMethod.d.ts495 getInputMethods(enable: boolean, callback: AsyncCallback<Array<InputMethodProperty>>): void;
510 getInputMethods(enable: boolean): Promise<Array<InputMethodProperty>>;
525 getInputMethodsSync(enable: boolean): Array<InputMethodProperty>;
D@ohos.commonEventManager.d.ts324 function setStaticSubscriberState(enable: boolean, callback: AsyncCallback<void>): void;
340 function setStaticSubscriberState(enable: boolean): Promise<void>;
D@ohos.arkui.advanced.ComposeTitleBar.d.ets53 * Whether to enable this menu item.
59 * Whether to enable this menu item.
D@ohos.arkui.advanced.TabTitleBar.d.ets53 * Whether to enable this menu item.
59 * Whether to enable this menu item.
D@ohos.web.webview.d.ts2312 enableSafeBrowsing(enable: boolean): void;
3386 setNetworkAvailable(enable: boolean): void;
D@ohos.arkui.advanced.EditableTitleBar.d.ets53 * Whether to enable this menu item.
59 * Whether to enable this menu item.
D@ohos.arkui.advanced.SelectTitleBar.d.ets53 * Whether to enable this menu item.
59 * Whether to enable this menu item.
D@ohos.bluetoothManager.d.ts1775 setTethering(enable: boolean): void;
3177 setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;
D@ohos.multimedia.audio.d.ts3020 setSpatializationEnabled(enable: boolean, callback: AsyncCallback<void>): void;
3033 setSpatializationEnabled(enable: boolean): Promise<void>;
3085 setHeadTrackingEnabled(enable: boolean, callback: AsyncCallback<void>): void;
3098 setHeadTrackingEnabled(enable: boolean): Promise<void>;
D@ohos.account.osAccount.d.ts608 enable: boolean,
640 …setOsAccountConstraints(localId: number, constraints: Array<string>, enable: boolean): Promise<voi…
/interface/sdk-js/build-tools/collect_application_api/src/
Dapi_writer.js49 this.enable = true;
54 this.enable = false;
58 this.enable = true;
68 if (!this.enable) {
/interface/sdk-js/api/notification/
DnotificationSubscriber.d.ts241 readonly enable: boolean; property
/interface/sdk-js/api/@internal/component/ets/
Dimage.d.ts1328 enableAnalyzer(enable: boolean): ImageAttribute;
Dtext.d.ts912 enableDataDetector(enable: boolean): TextAttribute;
Drich_editor.d.ts2444 enableDataDetector(enable: boolean): RichEditorAttribute;

12