/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/ |
H A D | container_modal_pattern.h | 79 virtual void SetWindowContainerColor(const Color& activeColor, const Color& inactiveColor);
|
H A D | container_modal_pattern.cpp | 519 void ContainerModalPattern::SetWindowContainerColor(const Color& activeColor, const Color& inactiveColor)
in SetWindowContainerColor() function in OHOS::Ace::NG::ContainerModalPattern
|
/foundation/window/window_manager/test/common/mock/ |
H A D | mock_uicontent.h | 60 MOCK_METHOD2(SetWindowContainerColor, void(uint32_t activeColor, uint32_t inactiveColor));
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_ui_content.h | 63 MOCK_METHOD2(SetWindowContainerColor, void(uint32_t activeColor, uint32_t inactiveColor));
|
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ui_content_impl.h | 93 void SetWindowContainerColor(uint32_t activeColor, uint32_t inactiveColor) override;
|
H A D | ui_content_impl.cpp | 481 void UIContentImpl::SetWindowContainerColor(uint32_t activeColor, uint32_t inactiveColor) in SetWindowContainerColor() function in OHOS::Ace::UIContentImpl 483 TAG_LOGI(AceLogTag::ACE_APPBAR, "[%{public}s][%{public}s][%{public}d]: SetWindowContainerColor:" in SetWindowContainerColor() 495 pipelineContext->SetWindowContainerColor(Color(activeColor), Color(inactiveColor)); in SetWindowContainerColor()
|
/foundation/arkui/ace_engine/test/mock/interfaces/ |
H A D | mock_uicontent.h | 68 MOCK_METHOD2(SetWindowContainerColor, void(uint32_t activeColor, uint32_t inactiveColor));
|
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | ui_content.h | 159 virtual void SetWindowContainerColor(uint32_t activeColor, uint32_t inactiveColor) = 0;
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_session_impl_test4.cpp | 1365 * @tc.desc: SetWindowContainerColor 1373 option->SetWindowName("SetWindowContainerColor"); in HWTEST_F() 1379 WMError res = window->SetWindowContainerColor(activeColor, inactiveColor); in HWTEST_F() 1386 * @tc.desc: SetWindowContainerColor 1394 option->SetWindowName("SetWindowContainerColor"); in HWTEST_F() 1400 WMError res = window->SetWindowContainerColor(activeColor, inactiveColor); in HWTEST_F() 1407 * @tc.desc: SetWindowContainerColor 1415 option->SetWindowName("SetWindowContainerColor"); in HWTEST_F() 1425 WMError res = window->SetWindowContainerColor(activeColor, inactiveColor); in HWTEST_F() 1432 * @tc.desc: SetWindowContainerColor [all...] |
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ui_content_impl.h | 115 void SetWindowContainerColor(uint32_t activeColor, uint32_t inactiveColor) override;
|
H A D | ui_content_impl.cpp | 2227 void UIContentImpl::SetWindowContainerColor(uint32_t activeColor, uint32_t inactiveColor) in SetWindowContainerColor() function in OHOS::Ace::UIContentImpl 2229 TAG_LOGI(AceLogTag::ACE_APPBAR, "[%{public}s][%{public}s][%{public}d]: SetWindowContainerColor:" in SetWindowContainerColor() 2241 pipelineContext->SetWindowContainerColor(Color(activeColor), Color(inactiveColor)); in SetWindowContainerColor()
|
/foundation/window/window_manager/previewer/include/ |
H A D | window.h | 340 virtual WMError SetWindowContainerColor(const std::string& activeColor, const std::string& inactiveColor) in SetWindowContainerColor() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window.h | 89 static napi_value SetWindowContainerColor(napi_env env, napi_callback_info info);
|
H A D | js_window.cpp | 866 napi_value JsWindow::SetWindowContainerColor(napi_env env, napi_callback_info info)
in SetWindowContainerColor() function in OHOS::Rosen::JsWindow 6329 WMError errCode = windowToken_->SetWindowContainerColor(activeColor, inactiveColor);
in OnSetWindowContainerColor() 7034 BindNativeFunction(env, object, "setWindowContainerColor", moduleName, JsWindow::SetWindowContainerColor);
in BindFunctions()
|
/foundation/window/window_manager/wm/include/ |
H A D | window_session_impl.h | 200 WMError SetWindowContainerColor(const std::string& activeColor, const std::string& inactiveColor) override;
|
/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.cpp | 382 void PipelineContext::SetWindowContainerColor(const Color& activeColor, const Color& inactiveColor) {}; in SetWindowContainerColor() function in OHOS::OHOS::Ace::NG::PipelineContext
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.h | 358 virtual void SetWindowContainerColor(const Color& activeColor, const Color& inactiveColor) {} in SetWindowContainerColor() function in OHOS::OHOS::Ace::PipelineBase
|
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.h | 272 void SetWindowContainerColor(const Color& activeColor, const Color& inactiveColor) override;
|
H A D | pipeline_context.cpp | 4732 void PipelineContext::SetWindowContainerColor(const Color& activeColor, const Color& inactiveColor) in SetWindowContainerColor() function in OHOS::Ace::NG::PipelineContext 4743 containerPattern->SetWindowContainerColor(activeColor, inactiveColor); in SetWindowContainerColor()
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window.h | 1957 virtual WMError SetWindowContainerColor(const std::string& activeColor, const std::string& inactiveColor) in SetWindowContainerColor() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
|
/foundation/window/window_manager/wm/src/ |
H A D | window_session_impl.cpp | 2562 WMError WindowSessionImpl::SetWindowContainerColor(const std::string& activeColor, const std::string& inactiveColor) in SetWindowContainerColor() function in OHOS::OHOS::Rosen::WindowSessionImpl 2586 uiContent->SetWindowContainerColor(activeColorValue, inactiveColorValue); in SetWindowContainerColor()
|