Searched refs:isForeground_ (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/ |
H A D | os_account_info.cpp | 155 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 D | os_account_info.h | 180 bool isForeground_ = false; variable
|
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | watchdog_inner.h | 164 bool isForeground_ {false};
|
H A D | watchdog_inner.cpp | 146 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 D | rs_surface_render_node.h | 1060 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 D | draw_cmd.cpp | 1080 … 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 D | draw_cmd.h | 811 bool isForeground_ = false; variable
|