Home
last modified time | relevance | path

Searched refs:Background (Results 1 - 25 of 57) sorted by relevance

123

/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Denvironment_component_manager.cpp26 DECLARE_PROPERTY_TYPE(CORE3D_NS::EnvironmentComponent::Background); variable
29 BEGIN_ENUM(EnvironmentComponentBackgroundTypeMetaData, CORE3D_NS::EnvironmentComponent::Background)
30 DECL_ENUM(CORE3D_NS::EnvironmentComponent::Background, NONE, "None")
31 DECL_ENUM(CORE3D_NS::EnvironmentComponent::Background, IMAGE, "Image")
32 DECL_ENUM(CORE3D_NS::EnvironmentComponent::Background, CUBEMAP, "Cubemap")
33 DECL_ENUM(CORE3D_NS::EnvironmentComponent::Background, EQUIRECTANGULAR, "Equirectangular")
34 END_ENUM(EnvironmentComponentBackgroundTypeMetaData, CORE3D_NS::EnvironmentComponent::Background)
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Denvironment_component.h36 enum class Background : uint8_t { class
37 /** Background none */
39 /** Background image */
41 /** Background cubemap */
43 /** Background equirectangular */
49 DEFINE_PROPERTY(Background, background, "Background", 0, VALUE(Background::NONE))
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dregister_engine_access.cpp44 DECLARE_PROPERTY_TYPE(CORE3D_NS::EnvironmentComponent::Background); variable
61 META_TYPE(CORE3D_NS::EnvironmentComponent::Background); variable
133 static_assert(CORE_NS::PropertySystem::is_defined<EnvironmentComponent::Background>().value); in RegisterEngineAccess()
139 RegisterMapEngineAccessImpl<EnvironmentComponent::Background, uint8_t>(); in RegisterEngineAccess()
166 r.GetEngineData().UnregisterInternalValueAccess(META_NS::MetaType<EnvironmentComponent::Background>::coreType); in UnregisterEngineAccess()
H A Denv_impl.cpp36 IEnvironment, IEnvironment::BackgroundType, Background, IEnvironment::BackgroundType::NONE)
91 propHandler_, META_ACCESS_PROPERTY(Background), meta, ENV_BG);
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dnew_ability_impl.cpp95 Background(); in AbilityTransaction()
116 Background(); in AbilityTransaction()
H A Dservice_ability_impl.cpp42 Background(); in HandleAbilityTransaction()
H A Dpage_ability_impl.cpp99 Background(); in AbilityTransaction()
127 Background(); in AbilityTransaction()
H A Dui_ability_impl.cpp184 Background(); in HandleAbilityTransaction()
573 void UIAbilityImpl::Background() in Background() function in OHOS::AbilityRuntime::UIAbilityImpl
616 Background(); in AbilityTransaction()
639 Background(); in HandleInitialState()
792 Background(); in HandleExecuteInsightIntentBackground()
806 Background(); in HandleExecuteInsightIntentBackground()
833 abilityImpl->Background(); in ExecuteInsightIntentBackgroundByColdBoot()
H A Dextension_impl.cpp129 Background(want, sessionInfo); in HandleExtensionTransaction()
493 void ExtensionImpl::Background(const Want &want, sptr<AAFwk::SessionInfo> sessionInfo) in Background() function in OHOS::AbilityRuntime::ExtensionImpl
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ui_ability_impl.h75 this->Background(); in ImplBackground()
H A Dmock_ability_impl.h91 this->Background(); in ImplBackground()
H A Dmock_replace_ability_impl.cpp193 void AbilityImpl::Background() in Background() function in OHOS::AppExecFwk::AbilityImpl
195 GTEST_LOG_(INFO) << "Mock AbilityImpl::Background called"; in Background()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_proxy_lifecycle_test.cpp67 * @tc.name: Background
71 HWTEST_F(SessionProxyLifecycleTest, Background, Function | SmallTest | Level2) in HWTEST_F()
73 GTEST_LOG_(INFO) << "SessionProxyLifecycleTest: Background start"; in HWTEST_F()
76 WSError res = sProxy->Background(); in HWTEST_F()
78 GTEST_LOG_(INFO) << "SessionProxyLifecycleTest: Background end"; in HWTEST_F()
H A Dsession_lifecycle_test.cpp273 * @tc.desc: check func Background
279 auto result = session_->Background(); in HWTEST_F()
283 result = session_->Background(); in HWTEST_F()
297 auto result = session_->Background(); in HWTEST_F()
313 auto result = session_->Background(); in HWTEST_F()
H A Dextension_session_test.cpp829 * @tc.name: Background
830 * @tc.desc: test function : Background
833 HWTEST_F(ExtensionSessionTest, Background, Function | SmallTest | Level1) in HWTEST_F()
838 auto res = extensionSession_->Background(); in HWTEST_F()
842 res = extensionSession_->Background(); in HWTEST_F()
846 res = extensionSession_->Background(); in HWTEST_F()
852 res = extensionSession_->Background(); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_environment.h34 /** Background none */
36 /** Background image */
38 /** Background cubemap */
40 /** Background equirectangular */
48 META_PROPERTY(BackgroundType, Background)
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Denvironment.h42 API_INTERFACE_PROPERTY_CACHED(Environment, Background, IEnvironment::BackgroundType)
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h533 // Background
534 ACE_DEFINE_PROPERTY_GROUP(Background, BackgroundProperty);
535 ACE_DEFINE_PROPERTY_FUNC_WITH_GROUP(Background, BackgroundImage, ImageSourceInfo);
536 ACE_DEFINE_PROPERTY_FUNC_WITH_GROUP(Background, BackgroundImageRepeat, ImageRepeat);
537 ACE_DEFINE_PROPERTY_FUNC_WITH_GROUP(Background, BackgroundImageSize, BackgroundImageSize);
538 ACE_DEFINE_PROPERTY_FUNC_WITH_GROUP(Background, BackgroundImagePosition, BackgroundImagePosition);
539 ACE_DEFINE_PROPERTY_FUNC_WITH_GROUP(Background, BackgroundImageResizableSlice, ImageResizableSlice);
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dextension_impl.h203 void Background(const Want &want, sptr<AAFwk::SessionInfo> sessionInfo);
H A Dui_ability_impl.h205 void Background();
H A Dability_impl.h394 void Background();
/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stub.h39 MOCK_METHOD2(Background, WSError(bool isFromClient, const std::string& identityToken));
H A Dmock_session.h38 MOCK_METHOD2(Background, WSError(bool isFromClient, const std::string& identityToken));
/foundation/graphic/graphic_3d/kits/js/src/
H A DEnvironmentJS.cpp218 typeI = env->Background()->GetValue(); in GetBackgroundType()
249 env->Background()->SetValue(type); in SetBackgroundType()
/foundation/window/window_manager/test/common/mock/
H A Dmock_uicontent.h37 MOCK_METHOD0(Background, void());

Completed in 19 milliseconds

123