/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | environment_component_manager.cpp | 26 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 D | environment_component.h | 36 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 D | register_engine_access.cpp | 44 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 D | env_impl.cpp | 36 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 D | new_ability_impl.cpp | 95 Background(); in AbilityTransaction() 116 Background(); in AbilityTransaction()
|
H A D | service_ability_impl.cpp | 42 Background(); in HandleAbilityTransaction()
|
H A D | page_ability_impl.cpp | 99 Background(); in AbilityTransaction() 127 Background(); in AbilityTransaction()
|
H A D | ui_ability_impl.cpp | 184 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 D | extension_impl.cpp | 129 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 D | mock_ui_ability_impl.h | 75 this->Background(); in ImplBackground()
|
H A D | mock_ability_impl.h | 91 this->Background(); in ImplBackground()
|
H A D | mock_replace_ability_impl.cpp | 193 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 D | session_proxy_lifecycle_test.cpp | 67 * @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 D | session_lifecycle_test.cpp | 273 * @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 D | extension_session_test.cpp | 829 * @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 D | intf_environment.h | 34 /** 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 D | environment.h | 42 API_INTERFACE_PROPERTY_CACHED(Environment, Background, IEnvironment::BackgroundType)
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_context.h | 533 // 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 D | extension_impl.h | 203 void Background(const Want &want, sptr<AAFwk::SessionInfo> sessionInfo);
|
H A D | ui_ability_impl.h | 205 void Background();
|
H A D | ability_impl.h | 394 void Background();
|
/foundation/window/window_manager/window_scene/test/mock/ |
H A D | mock_session_stub.h | 39 MOCK_METHOD2(Background, WSError(bool isFromClient, const std::string& identityToken));
|
H A D | mock_session.h | 38 MOCK_METHOD2(Background, WSError(bool isFromClient, const std::string& identityToken));
|
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | EnvironmentJS.cpp | 218 typeI = env->Background()->GetValue(); in GetBackgroundType() 249 env->Background()->SetValue(type); in SetBackgroundType()
|
/foundation/window/window_manager/test/common/mock/ |
H A D | mock_uicontent.h | 37 MOCK_METHOD0(Background, void());
|