Home
last modified time | relevance | path

Searched refs:isForeground_ (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_info.cpp155 return isForeground_; in GetIsForeground()
160 isForeground_ = isForeground; in SetIsForeground()
260 {IS_FOREGROUND, isForeground_}, in ToJson()
341 … jsonObject, jsonObjectEnd, IS_FOREGROUND, isForeground_, OHOS::AccountSA::JsonType::BOOLEAN); in FromJson()
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_info.h180 bool isForeground_ = false; variable
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_inner.h164 bool isForeground_ {false};
H A Dwatchdog_inner.cpp146 isForeground_ = isForeground; in SetForeground()
173 "FOREGROUND", isForeground_, in ReportMainThreadEvent()
420 appCaller_.foreground = isForeground_; in CollectTrace()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h1060 isForeground_ = isForeground; in SetForeground()
1075 return isForeground_; in GetIsForeground()
1518 bool isForeground_ = false; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp1080 … sampling_(handle->sampling), constraint_(handle->constraint), isForeground_(handle->isForeground) in DrawImageRectOpItem()
1092 constraint_(constraint), image_(std::make_shared<Image>(image)), isForeground_(isForeground) in DrawImageRectOpItem()
1121 if (isForeground_) { in Playback()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd.h811 bool isForeground_ = false; variable