Searched refs:EVENT_KEY_BUNDLE_NAME (Results 1 - 6 of 6) sorted by relevance
/foundation/ability/ability_runtime/services/common/src/ |
H A D | event_report.cpp | 27 constexpr const char *EVENT_KEY_BUNDLE_NAME = "BUNDLE_NAME"; member 80 EVENT_KEY_BUNDLE_NAME, eventInfo.bundleName, in SendAppEvent() 94 EVENT_KEY_BUNDLE_NAME, eventInfo.bundleName, in SendAppEvent() 104 EVENT_KEY_BUNDLE_NAME, eventInfo.bundleName, in SendAppEvent() 119 EVENT_KEY_BUNDLE_NAME, eventInfo.bundleName, in LogErrorEvent() 132 EVENT_KEY_BUNDLE_NAME, eventInfo.bundleName, in LogStartAbilityEvent() 143 EVENT_KEY_BUNDLE_NAME, eventInfo.bundleName, in LogTerminateAbilityEvent() 153 EVENT_KEY_BUNDLE_NAME, eventInfo.bundleName, in LogAbilityOnForegroundEvent() 166 EVENT_KEY_BUNDLE_NAME, eventInfo.bundleName, in LogAbilityOnBackgroundEvent() 178 EVENT_KEY_BUNDLE_NAME, eventInf in LogAbilityOnActiveEvent() [all...] |
/foundation/ability/form_fwk/services/src/ |
H A D | form_event_report.cpp | 28 constexpr const char *EVENT_KEY_BUNDLE_NAME = "BUNDLE_NAME"; member 103 EVENT_KEY_BUNDLE_NAME, eventInfo.bundleName, in SendFormEvent() 112 EVENT_KEY_BUNDLE_NAME, eventInfo.bundleName, in SendFormEvent() 122 EVENT_KEY_BUNDLE_NAME, eventInfo.bundleName, in SendFormEvent() 149 EVENT_KEY_BUNDLE_NAME, eventInfo.bundleName, in SendSecondFormEvent() 168 EVENT_KEY_BUNDLE_NAME, eventInfo.bundleName); in SendSecondFormEvent() 192 EVENT_KEY_BUNDLE_NAME, eventInfo.bundleName, in SendThirdFormEvent() 229 EVENT_KEY_BUNDLE_NAME, eventInfo.bundleName, in SendFormRefreshCountEvent() 255 EVENT_KEY_BUNDLE_NAME, eventInfo.bundleName, in SendFourthFormEvent() 292 EVENT_KEY_BUNDLE_NAME, eventInf in SendFirstAddFormEvent() [all...] |
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | cache_process_manager.cpp | 39 constexpr const char *EVENT_KEY_BUNDLE_NAME = "BUNDLE_NAME"; member 136 EVENT_KEY_BUNDLE_NAME, appInfo->bundleName, EVENT_KEY_CACHE_STATE, "processEnterCache"); in CheckAndCacheProcess() 223 EVENT_KEY_BUNDLE_NAME, appInfo->bundleName, EVENT_KEY_CACHE_STATE, "destroyedByExternal"); in OnProcessKilled() 245 EVENT_KEY_BUNDLE_NAME, appInfo->bundleName, EVENT_KEY_CACHE_STATE, "exitCacheNormal"); in ReuseCachedProcess() 248 EVENT_KEY_BUNDLE_NAME, appInfo->bundleName, EVENT_KEY_CACHE_STATE, "processCacheLaunch"); in ReuseCachedProcess() 456 EVENT_KEY_BUNDLE_NAME, appInfo->bundleName, EVENT_KEY_CACHE_STATE, "killForOverload"); in ShrinkAndKillCache()
|
H A D | app_running_record.cpp | 43 constexpr const char *EVENT_KEY_BUNDLE_NAME = "BUNDLE_NAME"; member 1223 EVENT_KEY_BUNDLE_NAME, appInfo->bundleName, EVENT_KEY_SUPPORT_STATE, state); in AbilityTerminated()
|
/foundation/window/window_manager/utils/src/ |
H A D | perform_reporter.cpp | 29 constexpr char EVENT_KEY_BUNDLE_NAME[] = "BUNDLE_NAME"; member 244 EVENT_KEY_BUNDLE_NAME, bundleName, in ReportStartWindow() 270 EVENT_KEY_BUNDLE_NAME, bundleName, in ReportContainerStartBegin()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | event_report.cpp | 46 constexpr char EVENT_KEY_BUNDLE_NAME[] = "BUNDLE_NAME"; member 345 EVENT_KEY_BUNDLE_NAME, packageName, in JankFrameReport() 384 EVENT_KEY_BUNDLE_NAME, bundleName, in ReportEventComplete() 558 EVENT_KEY_PAGE_URL, pageUrl, EVENT_KEY_BUNDLE_NAME, bundleName, in ReportPageShowMsg() 626 EVENT_KEY_BUNDLE_NAME, packageName, in ReportHoverStatusChange() 641 EVENT_KEY_BUNDLE_NAME, bundleName, in ReportNonManualPostCardActionInfo() 657 EVENT_KEY_BUNDLE_NAME, bundleName, in ReportUiExtensionTransparentEvent()
|
Completed in 9 milliseconds