Home
last modified time | relevance | path

Searched defs:isBackground (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_test_runner_test/
H A Dcj_mock_runtime.h73 void NotifyApplicationState(bool isBackground) override in NotifyApplicationState()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_image_test.cpp365 bool isBackground = false; variable
386 bool isBackground = false; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/
H A Dcj_mock_runtime.h75 void NotifyApplicationState(bool isBackground) override in NotifyApplicationState()
/ohos5.0/base/print/print_fwk/test/unittest/extension_test/mock/
H A Dmock_runtime.h82 void NotifyApplicationState(bool isBackground) override in NotifyApplicationState()
201 void NotifyApplicationState(bool isBackground) override in NotifyApplicationState()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.h107 virtual void SetColor(const Color& color, bool isBackground) // add for animation in SetColor()
H A Drosen_render_box.cpp1354 void RosenRenderBox::SetColor(const Color& color, bool isBackground)
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_runtime_test/
H A Dmock_runtime.h80 void NotifyApplicationState(bool isBackground) override in NotifyApplicationState()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Dcj_runtime.h50 void NotifyApplicationState(bool isBackground) override {} in NotifyApplicationState()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtween_option.h163 void SetIsBackground(bool isBackground) in SetIsBackground()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_draw_cmd_test.cpp123 bool isBackground = true; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_test.cpp207 bool isBackground = false; variable
226 bool isBackground = true; variable
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Ddrawable_descriptor.cpp144 const std::shared_ptr<Global::Resource::ResourceManager>& resourceMgr, bool isBackground) in PreGetPixelMapFromJsonBuf()
252 bool LayeredDrawableDescriptor::GetPixelMapFromJsonBuf(bool isBackground) in GetPixelMapFromJsonBuf()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderimage_fuzzer/
H A Drsrenderimage_fuzzer.cpp202 bool isBackground = GetData<bool>(); in RSImageFuzzTest() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp227 const SamplingOptions& sampling, bool isBackground = false) override {}; in Playback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsecurity_ui_extension_pattern.cpp188 bool isBackground = state_ == AbilityState::BACKGROUND; in UpdateWant() local
H A Dui_extension_pattern.cpp334 bool isBackground = state_ == AbilityState::BACKGROUND; in UpdateWant() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image.cpp125 const Drawing::SamplingOptions& samplingOptions, bool isBackground) in CanvasDrawImage()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c114 bool isBackground = g_hbConditionState.backgroundState == SOFTBUS_USER_BACKGROUND; in IsHeartbeatEnable() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_draw_cmd.cpp135 const Drawing::SamplingOptions& sampling, bool isBackground) in Playback()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp1225 bool isBackground = Constant::IsBackground(IPCSkeleton::GetCallingPid()); in GetSyncDelayTime() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp1271 void JsRuntime::NotifyApplicationState(bool isBackground) in NotifyApplicationState()