Home
last modified time | relevance | path

Searched refs:EVENT_APP_FREEZE (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dhiappevent-watcher-freeze-events-ndk.md79 strcmp(appEventGroups[i].appEventInfos[j].name, EVENT_APP_FREEZE) == 0) {
129 // 设置订阅的事件为EVENT_APP_FREEZE
130 const char *names[] = {EVENT_APP_FREEZE};
162 if (domain == DOMAIN_OS && name == EVENT_APP_FREEZE) {
213 // 设置订阅的事件为EVENT_APP_FREEZE
214 const char *names[] = {EVENT_APP_FREEZE};
/ohos5.0/base/hiviewdfx/hiappevent/interfaces/native/kits/include/hiappevent/
H A Dhiappevent_event.h96 #define EVENT_APP_FREEZE "APP_FREEZE" macro
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_common.h25 const std::string EVENT_APP_FREEZE = "APP_FREEZE"; variable
/ohos5.0/docs/en/application-dev/dfx/
H A Dhiappevent-watcher-freeze-events-ndk.md79 strcmp(appEventGroups[i].appEventInfos[j].name, EVENT_APP_FREEZE) == 0) {
129 // Set the event to watch to EVENT_APP_FREEZE.
130 const char *names[] = {EVENT_APP_FREEZE};
162 if (domain == DOMAIN_OS && name == EVENT_APP_FREEZE) {
213 // Set the event to watch to EVENT_APP_FREEZE.
214 const char *names[] = {EVENT_APP_FREEZE};
/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/
H A Dhiappevent__event_8h.md37 | [EVENT_APP_FREEZE](_hi_app_event.md#event_app_freeze) "APP_FREEZE" | 应用卡顿事件。 |
H A D_hi_app_event.md46 | [EVENT_APP_FREEZE](#event_app_freeze)   "APP_FREEZE" | 应用卡顿事件。 |
150 ### EVENT_APP_FREEZE subsection
153 #define EVENT_APP_FREEZE "APP_FREEZE"
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/include/
H A Devent_publish.h32 const std::string EVENT_APP_FREEZE = "APP_FREEZE"; variable
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A Dhiappevent__event_8h.md37 | [EVENT_APP_FREEZE](_hi_app_event.md#event_app_freeze) "APP_FREEZE" | Application freeze event. …
H A D_hi_app_event.md46 | [EVENT_APP_FREEZE](#event_app_freeze)   "APP_FREEZE" | Application freeze event. |
150 ### EVENT_APP_FREEZE subsection
153 #define EVENT_APP_FREEZE "APP_FREEZE"
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_observer.cpp44 { EVENT_APP_FREEZE, FAULT, 1 },
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/
H A Devent_publish.cpp52 { EVENT_APP_FREEZE, 1 },