Home
last modified time | relevance | path

Searched refs:gt (Results 1 – 17 of 17) sorted by relevance

/base/theme/screenlock_mgr/
DREADME_ZH.md40 | isScreenLocked(callback: AsyncCallback<boolean>): void; | 判断屏幕是否锁屏。callback方式 |
41 | isScreenLocked(): Promise<boolean>; | 判断屏幕是否锁屏。Promise方式 |
43 | isSecureMode(callback: AsyncCallback<boolean>): void; | 判断当前设备的屏幕锁定是否安全(安全屏幕锁定意味着解锁屏幕需要密码、图…
44 | isSecureMode(): Promise<boolean>; | 判断当前设备的屏幕锁定是否安全(安全屏幕锁定意味着解锁屏幕需要密码、图案或其他用户身份识别)。Promise方…
46 | unlockScreen(callback: AsyncCallback<void>): void; | 三方应用解锁屏幕。callback方式 |
47 | unlockScreen(): Promise<void>; | 三方应用解锁屏幕。Promise方式 |
48 | unlock(callback: AsyncCallback<boolean>): void; | 三方应用解锁屏幕。如果屏幕解锁成功,则返回true,否则返回false。callb…
49 | unlock():Promise<boolean>; | 三方应用解锁屏幕。如果屏幕解锁成功,则返回true,否则返回false。Promise方式 |
50 | lock(callback: AsyncCallback<boolean>): void; | 系统API,锁定屏幕。如果屏幕锁定成功,则返回true,否则返回false。callb…
51 | lock():Promise<boolean>; | 系统API,锁定屏幕。如果屏幕锁定成功,则返回true,否则返回false。Promise方式 |
[all …]
/base/account/os_account/
DREADME_zh.md154 …ck: AsyncCallback&lt;DistributedInfo&gt;): void;<br/>queryOsAccountDistributedInfo(): Promise&lt;D…
159 …ack: AsyncCallback&lt;DistributedInfo&gt;): void;<br/>getOsAccountDistributedInfo(): Promise&lt;Di…
164 …lbackk&lt;DistributedInfo&gt;): void;<br/> getOsAccountDistributedInfoByLocalId(localId: number): …
169 …back: AsyncCallback&lt;void&gt;): void;<br/>updateOsAccountDistributedInfo(accountInfo: Distribute…
172 …llback: AsyncCallback&lt;void&gt;): void;<br/>setOsAccountDistributedInfo(accountInfo: Distributed…
175 …llback&lt;void&gt;): void;<br/>setOsAccountDistributedInfoByLocalId(localId: number, distributedIn…
303gt;): void;<br/>addAccount(name: string, extraInfo: string, callback: AsyncCallback&lt;void&gt;): …
313gt;): void;<br/>disableAppAccess(name: string, bundleName: string, callback: AsyncCallback&lt;void…
318 …, callback: AsyncCallback&lt;void&gt;): void;<br/>enableAppAccess(name: string, bundleName: string…
323 … callback: AsyncCallback&lt;void&gt;): void;<br/>disableAppAccess(name: string, bundleName: string…
[all …]
DREADME.md132 …233812"></a>queryOsAccountDistributedInfo(callback: AsyncCallback&lt;DistributedInfo&gt;): void</p>
137 …></a><a name="p73429332466"></a>queryOsAccountDistributedInfo(): Promise&lt;DistributedInfo&gt;</p>
142 …ountDistributedInfo(accountInfo: DistributedInfo, callback: AsyncCallback&lt;boolean&gt;): void</p>
147 …33810"></a>updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise&lt;boolean&gt;</p>
260 … name="p1671817233812"></a>addAccount(name: string, callback: AsyncCallback&lt;void&gt;): void;</p>
270 …name="p73429332466"></a>deleteAccount(name: string, callback: AsyncCallback&lt;void&gt;): void;</p>
275 …a>enableAppAccess(name: string, bundleName: string, callback: AsyncCallback&lt;void&gt;): void;</p>
280 …>disableAppAccess(name: string, bundleName: string, callback: AsyncCallback&lt;void&gt;): void;</p>
285 …810"></a>checkAppAccountSyncEnable(name: string, callback: AsyncCallback&lt;boolean&gt;): void;</p>
290 … string, credentialType: string, credential: string,callback: AsyncCallback&lt;void&gt;): void;</p>
[all …]
/base/theme/wallpaper_mgr/
DREADME.md37 …44"></a>function getColors(wallpaperType: WallpaperType): Promise&lt;Array&lt;RgbaColor&gt;&gt;</p>
42 … name="p12832214151418"></a>function getId(wallpaperType: WallpaperType): Promise&lt;number&gt;</p>
47 …13268144"></a>function getPixelMap(wallpaperType: WallpaperType): Promise&lt;image.PixelMap&gt;</p>
52 …etWallpaper(source: string | image.PixelMap, wallpaperType: WallpaperType): Promise&lt;void&gt;</p>
57 …</a>function on(type: 'colorChange', callback: (colors: Array&lt;RgbaColor&gt;, wallpaperType: Wal…
63 …a>function off(type: 'colorChange', callback?: (colors: Array&lt;RgbaColor&gt;, wallpaperType: Wal…
/base/sensors/miscdevice/
DREADME_zh.md84 …ation(effect: VibrateEffect, attribute: VibrateAttribute, callback?: AsyncCallback&lt;void&gt;)</p>
89 …16"></a>startVibration(effect: VibrateEffect, attribute: VibrateAttribute): Promise&lt;void&gt;</p>
94 …4313511343"></a>stopVibration(stopMode: VibratorStopMode, callback?: AsyncCallback&lt;void&gt;)</p>
99 …/a><a name="p13875201620231"></a>stopVibration(stopMode: VibratorStopMode): Promise&lt;void&gt;</p>
104 …64313511343"></a><a name="p764313511343"></a>stopVibration(callback: AsyncCallback&lt;void&gt;)</p>
109 …a name="p13875201620231"></a><a name="p13875201620231"></a>stopVibration(): Promise&lt;void&gt;</p>
114 …e="p764313511343"></a>isSupportEffect(effectId: string, callback: AsyncCallback&lt;boolean&gt;)</p>
119 …31"></a><a name="p13875201620231"></a>isSupportEffect(effectId: string): Promise&lt;boolean&gt;</p>
DREADME.md85 …ation(effect: VibrateEffect, attribute: VibrateAttribute, callback?: AsyncCallback&lt;void&gt;)</p>
90 …16"></a>startVibration(effect: VibrateEffect, attribute: VibrateAttribute): Promise&lt;void&gt;</p>
95 …4313511343"></a>stopVibration(stopMode: VibratorStopMode, callback?: AsyncCallback&lt;void&gt;)</p>
100 …/a><a name="p13875201620231"></a>stopVibration(stopMode: VibratorStopMode): Promise&lt;void&gt;</p>
105 …64313511343"></a><a name="p764313511343"></a>stopVibration(callback: AsyncCallback&lt;void&gt;)</p>
110 …a name="p13875201620231"></a><a name="p13875201620231"></a>stopVibration(): Promise&lt;void&gt;</p>
115 …e="p764313511343"></a>isSupportEffect(effectId: string, callback: AsyncCallback&lt;boolean&gt;)</p>
120 …31"></a><a name="p13875201620231"></a>isSupportEffect(effectId: string): Promise&lt;boolean&gt;</p>
/base/hiviewdfx/hisysevent/
DREADME_zh.md48 …112583213"></a><a name="p15726112583213"></a>template&lt;typename... Types&gt; static int Write(co…
52 … id="b2019634917677">基本类型、std::string,以及std::vector&lt;基本类型&gt;、std:vector&lt;std::string&gt;</str…
DREADME.md48 …112583213"></a><a name="p15726112583213"></a>template&lt;typename... Types&gt; static int Write(co…
52 …a type&gt;</em></strong>, or <strong id="b16986143164314"><a name="b16986143164314"></a><a name="b…
/base/security/security_component_manager/
DREADME_zh.md52 …& componentInfo, const SecCompClickEvent& touchInfo, sptr&lt;IRemoteObject&gt; callerToken); | 上报点…
/base/sensors/sensor/
DREADME_zh.md123 …="p18666622171316"></a>on(type: SensorType, callback: Callback&lt;Response&gt;, options?: Options)…
128 …64"></a><a name="p1490010315564"></a>once(type: SensorType, callback: Callback&lt;Response&gt;)</p>
133 …64"></a><a name="p16909135319564"></a>off(type: SensorType, callback: Callback&lt;Response&gt;)</p>
DREADME.md123 …="p18666622171316"></a>on(type: SensorType, callback: Callback&lt;Response&gt;, options?: Options)…
128 …64"></a><a name="p1490010315564"></a>once(type: SensorType, callback: Callback&lt;Response&gt;)</p>
133 …64"></a><a name="p16909135319564"></a>off(type: SensorType, callback: Callback&lt;Response&gt;)</p>
/base/telephony/sms_mms/
DREADME.md71 …ction createMessage(pdu: Array&lt;number&gt;, specification: string, callback: AsyncCallback&lt;Sh…
123 …152118"><a name="p6282648152118"></a><a name="p6282648152118"></a>content | Array&lt;number&gt;</p>
141 …p3283448172111"></a><a name="p3283448172111"></a>AsyncCallback&lt;ISendShortMessageCallback&gt;</p>
150 …72835481214"></a><a name="p172835481214"></a>AsyncCallback&lt;IDeliveryShortMessageCallback&gt;</p>
250 … id="p333114542810"><a name="p333114542810"></a><a name="p333114542810"></a>Array&lt;number&gt;</p>
271 … id="p429315201307"><a name="p429315201307"></a><a name="p429315201307"></a>Array&lt;number&gt;</p>
/base/telephony/call_manager/
DREADME_zh.md77 … dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback&lt;boolean&gt;): void;</p>
106 …a name="p5490152211715"></a><a name="p5490152211715"></a>callback: AsyncCallback&lt;boolean&gt;</p>
DREADME.md69 … dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback&lt;boolean&gt;): void;</p>
98 …a name="p5490152211715"></a><a name="p5490152211715"></a>callback: AsyncCallback&lt;boolean&gt;</p>
/base/hiviewdfx/hiappevent/
DREADME_zh.md55 …e(string eventName, EventType type, object keyValues, AsyncCallback&lt;void&gt; callback): void</p>
64 …80161665518"></a>write(string eventName, EventType type, object keyValues): Promise&lt;void&gt;</p>
DREADME.md55 …e(string eventName, EventType type, object keyValues, AsyncCallback&lt;void&gt; callback): void</p>
64 …80161665518"></a>write(string eventName, EventType type, object keyValues): Promise&lt;void&gt;</p>
/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
Dhvigor-wrapper.js16gt(e,t,n,r){const u=(r.dereference?mt.statSync:mt.lstatSync)(t);if(u.isDirectory())return function… function