Home
last modified time | relevance | path

Searched refs:USER_LOGOUT (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/
H A Djs-apidiff-dfx.md7 |新增|NA|模块名: ohos.hiviewdfx.hiAppEvent<br>类名: event<br>方法 or 属性:const USER_LOGOUT: string;|@ohos.hiv…
8 |新增|NA|类名:event<br>方法or属性:const USER_LOGOUT: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
21 |删除|模块名: ohos.hiviewdfx.hiAppEvent<br>类名: Event<br>方法 or 属性:const USER_LOGOUT: string;|NA|@ohos.hiv…
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/
H A Djs-apidiff-dfx.md7 …dfx.hiAppEvent<br>Class name: event<br>Method or attribute name: const USER_LOGOUT: string;|@ohos.…
8 |Added|NA|Class name: event<br>Method or attribute name: const USER_LOGOUT: string;|@ohos.hiviewdfx…
21 …dfx.hiAppEvent<br>Class name: Event<br>Method or attribute name: const USER_LOGOUT: string;|NA|@oh…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/
H A Djs-apis-hiappevent.md197 | USER_LOGOUT | string | 是 | 否 | 用户登出事件。 |
H A Djs-apis-hiviewdfx-hiappevent.md934 | USER_LOGOUT | string | 是 | 用户登出事件。<br>**原子化服务API:** 从API version 11开始,该接口支持在原子化服务中使…
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dbase_key.h27 const uint8_t USER_LOGOUT = 0x0; variable
/ohos5.0/base/hiviewdfx/hiappevent/
H A DREADME_zh.md109 | USER_LOGOUT | string | 用户登出事件。 |
H A DREADME.md109 | USER_LOGOUT | string | User logout event.|
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A Djs-apis-hiappevent.md197 | USER_LOGOUT | string | Yes | No | User logout event. |
H A Djs-apis-hiviewdfx-hiappevent.md934 | USER_LOGOUT | string | Yes| User logout event.<br>**Atomic service API**: This API …
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-dfx.md16 |新增|NA|模块名: ohos.hiviewdfx.hiAppEvent<br>类名: Event<br>方法名 or 属性名: USER_LOGOUT|@ohos.hiviewdfx.hiApp…
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-dfx.md17 |新增|NA|模块名: ohos.hiviewdfx.hiAppEvent<br>类名: Event<br>方法名 or 属性名: USER_LOGOUT|@ohos.hiviewdfx.hiApp…
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-dfx.md17 …hiviewdfx.hiAppEvent<br>Class name: Event<br>Method or attribute name: USER_LOGOUT|@ohos.hiviewdfx…
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/napi/
H A Dnapi_hiappevent.test.js890 writeTest(hiAppEvent.Event.USER_LOGOUT, hiAppEvent.EventType.STATISTIC, {
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-dfx.md16 …hiviewdfx.hiAppEvent<br>Class name: Event<br>Method or attribute name: USER_LOGOUT|@ohos.hiviewdfx…
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp1502 if (elKey->InactiveKey(USER_LOGOUT) == false) { in UpdateCeEceSeceUserAuth()