Home
last modified time | relevance | path

Searched refs:isBusinessJank (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/
H A Dtrace_collector.h42 bool isBusinessJank = false; // is business jank or not, control output file name member
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_inner.h176 .isBusinessJank = false,
H A Dwatchdog_inner.cpp397 appCaller_.isBusinessJank = !buissnessThreadInfo_.empty(); in StartTraceProfile()
/ohos5.0/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_service_ability_proxy.cpp264 if (!data.WriteBool(appCaller.isBusinessJank)) { in WriteAppCallerExternal()
/ohos5.0/base/hiviewdfx/hiview/adapter/service/server/src/
H A Dhiview_service_ability_stub.cpp478 if (!data.ReadBool(appCaller.isBusinessJank)) { in ReadAppCallerExternal()
/ohos5.0/base/hiviewdfx/hiview/service/
H A Dhiview_service.cpp394 appCallerEvent->isBusinessJank_ = appCaller.isBusinessJank; in InnerCreateAppCallerEvent()