Home
last modified time | relevance | path

Searched refs:DOMAIN_OS (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dhiappevent-watcher-address-sanitizer-events-ndk.md78 if (strcmp(appEventGroups[i].appEventInfos[j].domain, DOMAIN_OS) == 0 &&
113 OH_HiAppEvent_SetAppEventFilter(systemEventWatcher, DOMAIN_OS, 0, names, 1);
143 if (domain == DOMAIN_OS && name == EVENT_ADDRESS_SANITIZER) {
177 OH_HiAppEvent_SetAppEventFilter(systemEventWatcher, DOMAIN_OS, 0, names, 1);
H A Dhiappevent-watcher-crash-events-ndk.md82 if (strcmp(appEventGroups[i].appEventInfos[j].domain, DOMAIN_OS) == 0 &&
124 OH_HiAppEvent_SetAppEventFilter(systemEventWatcher, DOMAIN_OS, 0, names, 1);
154 if (domain == DOMAIN_OS && name == EVENT_APP_CRASH) {
196 OH_HiAppEvent_SetAppEventFilter(systemEventWatcher, DOMAIN_OS, 0, names, 1);
H A Dhiappevent-watcher-resourceleak-events-ndk.md76 if (strcmp(appEventGroups[i].appEventInfos[j].domain, DOMAIN_OS) == 0 &&
112 OH_HiAppEvent_SetAppEventFilter(systemEventWatcher, DOMAIN_OS, 0, names, 1);
139 if (domain == DOMAIN_OS && name == EVENT_RESOURCE_OVERLIMIT) {
175 OH_HiAppEvent_SetAppEventFilter(systemEventWatcher, DOMAIN_OS, 0, names, 1);
H A Dhiappevent-watcher-freeze-events-ndk.md78 if (strcmp(appEventGroups[i].appEventInfos[j].domain, DOMAIN_OS) == 0 &&
132 OH_HiAppEvent_SetAppEventFilter(systemEventWatcher, DOMAIN_OS, 0, names, 1);
162 if (domain == DOMAIN_OS && name == EVENT_APP_FREEZE) {
216 OH_HiAppEvent_SetAppEventFilter(systemEventWatcher, DOMAIN_OS, 0, names, 1);
H A Dhiappevent-watcher-mainthreadjank-events-ndk.md79 if (strcmp(appEventGroups[i].appEventInfos[j].domain, DOMAIN_OS) == 0 &&
119 OH_HiAppEvent_SetAppEventFilter(systemEventWatcher, DOMAIN_OS, 0, names, 1);
/ohos5.0/base/hiviewdfx/hiappevent/interfaces/native/kits/include/hiappevent/
H A Dhiappevent_event.h160 #define DOMAIN_OS "OS" macro
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_common.h23 const std::string DOMAIN_OS = "OS"; variable
/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/
H A Dhiappevent__event_8h.md43 | [DOMAIN_OS](_hi_app_event.md#domain_os) "OS" | OS作用域。 |
H A D_hi_app_event.md52 | [DOMAIN_OS](#domain_os)   "OS" | OS作用域。 |
128 ### DOMAIN_OS subsection
131 #define DOMAIN_OS "OS"
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/include/
H A Devent_publish.h30 const std::string DOMAIN_OS = "OS"; variable
/ohos5.0/docs/en/application-dev/dfx/
H A Dhiappevent-watcher-address-sanitizer-events-ndk.md78 if (strcmp(appEventGroups[i].appEventInfos[j].domain, DOMAIN_OS) == 0 &&
113 OH_HiAppEvent_SetAppEventFilter(systemEventWatcher, DOMAIN_OS, 0, names, 1);
143 if (domain == DOMAIN_OS && name == EVENT_ADDRESS_SANITIZER) {
177 OH_HiAppEvent_SetAppEventFilter(systemEventWatcher, DOMAIN_OS, 0, names, 1);
H A Dhiappevent-watcher-resourceleak-events-ndk.md76 if (strcmp(appEventGroups[i].appEventInfos[j].domain, DOMAIN_OS) == 0 &&
112 OH_HiAppEvent_SetAppEventFilter(systemEventWatcher, DOMAIN_OS, 0, names, 1);
139 if (domain == DOMAIN_OS && name == EVENT_RESOURCE_OVERLIMIT) {
175 OH_HiAppEvent_SetAppEventFilter(systemEventWatcher, DOMAIN_OS, 0, names, 1);
H A Dhiappevent-watcher-crash-events-ndk.md82 if (strcmp(appEventGroups[i].appEventInfos[j].domain, DOMAIN_OS) == 0 &&
124 OH_HiAppEvent_SetAppEventFilter(systemEventWatcher, DOMAIN_OS, 0, names, 1);
154 if (domain == DOMAIN_OS && name == EVENT_APP_CRASH) {
196 OH_HiAppEvent_SetAppEventFilter(systemEventWatcher, DOMAIN_OS, 0, names, 1);
H A Dhiappevent-watcher-freeze-events-ndk.md78 if (strcmp(appEventGroups[i].appEventInfos[j].domain, DOMAIN_OS) == 0 &&
132 OH_HiAppEvent_SetAppEventFilter(systemEventWatcher, DOMAIN_OS, 0, names, 1);
162 if (domain == DOMAIN_OS && name == EVENT_APP_FREEZE) {
216 OH_HiAppEvent_SetAppEventFilter(systemEventWatcher, DOMAIN_OS, 0, names, 1);
H A Dhiappevent-watcher-mainthreadjank-events-ndk.md79 if (strcmp(appEventGroups[i].appEventInfos[j].domain, DOMAIN_OS) == 0 &&
119 OH_HiAppEvent_SetAppEventFilter(systemEventWatcher, DOMAIN_OS, 0, names, 1);
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A Dhiappevent__event_8h.md43 | [DOMAIN_OS](_hi_app_event.md#domain_os) "OS" | OS scope. |
H A D_hi_app_event.md52 | [DOMAIN_OS](#domain_os)   "OS" | OS scope. |
128 ### DOMAIN_OS subsection
131 #define DOMAIN_OS "OS"
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp572 DOMAIN_OS, std::to_string(reservedNum), DOMAIN_OS, std::to_string(reservedNumOs) in DeleteHistoryEvent()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_observer.cpp122 if (IsValidEvent(DOMAIN_OS, event.name, event.type)) { in GetOsEventsMask()
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/
H A Devent_publish.cpp393 eventJson[DOMAIN_PROPERTY] = DOMAIN_OS; in PushEvent()