Home
last modified time | relevance | path

Searched refs:foreground (Results 1 - 12 of 12) sorted by relevance

/base/hiviewdfx/hiview/test/unittest/unified_collection/client/
H A Dtrace_collector_client_test.cpp159 appCaller.foreground = 1; in HWTEST_F()
187 appCaller.foreground = 1; in HWTEST_F()
221 appCaller1.foreground = 1; in HWTEST_F()
237 appCaller2.foreground = 1; in HWTEST_F()
271 appCaller1.foreground = 1; in HWTEST_F()
305 appCaller1.foreground = 1; in HWTEST_F()
321 appCaller2.foreground = 1; in HWTEST_F()
355 appCaller1.foreground = 1; in HWTEST_F()
377 appCaller3.foreground = 1; in HWTEST_F()
410 appCaller1.foreground in HWTEST_F()
[all...]
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfreeze_json_generator_unittest.cpp97 bool foreground = false; in HWTEST_F() local
115 .InitForeground(foreground) in HWTEST_F()
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/
H A Dtrace_collector_client.h36 int32_t foreground; // app foreground member
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfreeze_json_generator.cpp163 FreezeJsonParams::Builder& FreezeJsonParams::Builder::InitForeground(bool foreground) in InitForeground() argument
165 foreground_ = foreground; in InitForeground()
H A Dfaultlogger.cpp574 std::string foreground = sysEvent->GetEventValue("FOREGROUND"); in ReportJsErrorToAppEvent() local
575 if (foreground == "Yes") { in ReportJsErrorToAppEvent()
576 params["foreground"] = true; in ReportJsErrorToAppEvent()
578 params["foreground"] = false; in ReportJsErrorToAppEvent()
890 stackInfoObj["foreground"] = (info.sectionMap.at("FOREGROUND") == "Yes") ? true : false; in GetStackInfo()
1072 std::string foreground = info.sectionMap.at("FOREGROUND"); in GetFreezeJsonCollector() local
1073 collector.foreground = (foreground == "Yes"); in GetFreezeJsonCollector()
1100 .InitForeground(collector.foreground) in ReportAppFreezeToAppEvent()
H A Dfreeze_json_generator.h104 Builder& InitForeground(bool foreground);
153 static constexpr const char* const jsonParamsForeground = "foreground";
/base/hiviewdfx/hiview/base/utility/include/
H A Dfreeze_json_util.h62 "foreground",
87 bool foreground = false; member
/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_inner.h149 .foreground = 0,
H A Dwatchdog_inner.cpp382 appCaller_.foreground = isForeground_; in CollectTrace()
/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_service_ability_proxy.cpp230 if (!data.WriteInt32(appCaller.foreground)) { in WriteAppCallerBase()
231 errField = "foreground"; in WriteAppCallerBase()
/base/hiviewdfx/hiview/adapter/service/server/src/
H A Dhiview_service_ability_stub.cpp444 if (!data.ReadInt32(appCaller.foreground)) { in ReadAppCallerBase()
445 errField = "foreground"; in ReadAppCallerBase()
/base/hiviewdfx/hiview/service/
H A Dhiview_service.cpp405 appCallerEvent->foreground_ = appCaller.foreground; in InnerCreateAppCallerEvent()

Completed in 11 milliseconds