Home
last modified time | relevance | path

Searched refs:isForeground (Results 1 - 25 of 51) sorted by relevance

123

/foundation/window/window_manager/wm/src/
H A Dwindow_manager_agent_lite.cpp55 void WindowManagerAgentLite::UpdatePiPWindowStateChanged(const std::string& bundleName, bool isForeground) in UpdatePiPWindowStateChanged() argument
57 SingletonContainer::Get<WindowManagerLite>().UpdatePiPWindowStateChanged(bundleName, isForeground); in UpdatePiPWindowStateChanged()
H A Dwindow_manager_lite.cpp52 void UpdatePiPWindowStateChanged(const std::string& bundleName, bool isForeground);
261 void WindowManagerLite::Impl::UpdatePiPWindowStateChanged(const std::string& bundleName, bool isForeground) in UpdatePiPWindowStateChanged() argument
272 listener->OnPiPStateChanged(bundleName, isForeground); in UpdatePiPWindowStateChanged()
891 void WindowManagerLite::UpdatePiPWindowStateChanged(const std::string& bundleName, bool isForeground) const in UpdatePiPWindowStateChanged()
893 pImpl_->UpdatePiPWindowStateChanged(bundleName, isForeground); in UpdatePiPWindowStateChanged()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_agent_controller.cpp112 void WindowManagerAgentController::UpdatePiPWindowStateChanged(const std::string& bundleName, bool isForeground) in UpdatePiPWindowStateChanged() argument
114 TLOGD(WmsLogTag::WMS_PIP, "bundleName:%{public}s, state:%{public}d", bundleName.c_str(), isForeground); in UpdatePiPWindowStateChanged()
117 agent->UpdatePiPWindowStateChanged(bundleName, isForeground); in UpdatePiPWindowStateChanged()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test2.cpp960 bool isForeground = true; in HWTEST_F() local
962 node.MarkFilterStatusChanged(isForeground, isFilterRegionChanged); in HWTEST_F()
964 node.MarkFilterStatusChanged(isForeground, isFilterRegionChanged); in HWTEST_F()
965 isForeground = false; in HWTEST_F()
966 node.MarkFilterStatusChanged(isForeground, isFilterRegionChanged); in HWTEST_F()
967 isForeground = true; in HWTEST_F()
968 node.MarkFilterStatusChanged(isForeground, isFilterRegionChanged); in HWTEST_F()
981 bool isForeground = true; in HWTEST_F() local
982 node.GetFilterDrawable(isForeground); in HWTEST_F()
983 isForeground in HWTEST_F()
998 bool isForeground = true; HWTEST_F() local
[all...]
H A Drs_effect_render_node_test.cpp267 bool isForeground = true; in HWTEST_F() local
268 rsEffectRenderNode.UpdateFilterCacheWithBelowDirty(dirtyManager, isForeground); in HWTEST_F()
272 rsEffectRenderNode.UpdateFilterCacheWithBelowDirty(dirtyManager, isForeground); in HWTEST_F()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_manager_agent_controller.h42 void UpdatePiPWindowStateChanged(const std::string& bundleName, bool isForeground);
/foundation/communication/netmanager_base/test/fuzztest/netbasebranch_fuzzer/
H A Dnet_base_branch_fuzzer.cpp125 bool isForeground = GetNetBranchFuzzData<bool>(); in NetPolicyRuleBranchFuzzTest() local
126 netPolicyRule->UpdateForegroundUidList(testId, isForeground); in NetPolicyRuleBranchFuzzTest()
/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_manager_agent_stub.cpp170 bool isForeground = data.ReadBool(); in OnRemoteRequest() local
171 UpdatePiPWindowStateChanged(bundleName, isForeground); in OnRemoteRequest()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsystem_session.h50 void UpdatePiPWindowStateChanged(bool isForeground);
/foundation/window/window_manager/wm/include/zidl/
H A Dwindow_manager_agent_proxy.h45 void UpdatePiPWindowStateChanged(const std::string& bundleName, bool isForeground) override;
H A Dwindow_manager_agent_interface.h79 virtual void UpdatePiPWindowStateChanged(const std::string& bundleName, bool isForeground) = 0;
/foundation/window/window_manager/wm/include/
H A Dwindow_manager_agent.h44 void UpdatePiPWindowStateChanged(const std::string& bundleName, bool isForeground) override {}
H A Dwindow_manager_agent_lite.h44 void UpdatePiPWindowStateChanged(const std::string& bundleName, bool isForeground) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_manager.cpp92 bool isForeground = uiExtension->IsForeground(); in HandleUnfocusedModalUecBackPressed() local
95 " sessionId: %{public}d, isForeground: %{public}d, isLastModal: %{public}d", in HandleUnfocusedModalUecBackPressed()
96 uiExtension->GetSessionId(), isForeground, isLastModal); in HandleUnfocusedModalUecBackPressed()
97 if (!isForeground || !isLastModal) { in HandleUnfocusedModalUecBackPressed()
/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server_state.cpp403 bool isForeground = true; in StateEnter() local
404 AccountSA::OsAccountManager::IsOsAccountForeground(userId, isForeground); in StateEnter()
405 MEDIA_LOGI("PlayingState userId %{public}d isForeground %{public}d isBootCompleted %{public}d", in StateEnter()
406 userId, isForeground, isBootCompleted); in StateEnter()
407 if (!isForeground) { in StateEnter()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dsession_manager_agent_controller.h51 void UpdatePiPWindowStateChanged(const std::string& bundleName, bool isForeground);
/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.cpp185 bool isForeground = appAidInfo.element.GetBundleName() == foregroundElement_.GetBundleName() && in BuildAidEntries() local
192 bool shouldAdd = KITS::KEY_OHTER_AID == aidInfo.name || isForeground || isDefaultPayment; in BuildAidEntries()
422 bool isForeground = elementName.GetBundleName() == foregroundElement_.GetBundleName() && in SearchElementByAid() local
426 if (isForeground) { in SearchElementByAid()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsystem_session.cpp379 void SystemSession::UpdatePiPWindowStateChanged(bool isForeground) in UpdatePiPWindowStateChanged() argument
386 GetSessionInfo().bundleName_.c_str(), isForeground); in UpdatePiPWindowStateChanged()
387 specificCallback_->onPiPStateChange_(GetSessionInfo().bundleName_, isForeground); in UpdatePiPWindowStateChanged()
/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnet_policy_rule.h203 void UpdateForegroundUidList(uint32_t uid, bool isForeground);
/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stage.h58 MOCK_METHOD1(NotifyDialogStateChange, WSError(bool isForeground));
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_manager_agent_controller.cpp233 void SessionManagerAgentController::UpdatePiPWindowStateChanged(const std::string& bundleName, bool isForeground) in UpdatePiPWindowStateChanged() argument
238 agent->UpdatePiPWindowStateChanged(bundleName, isForeground); in UpdatePiPWindowStateChanged()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager_lite.h312 void UpdatePiPWindowStateChanged(const std::string& bundleName, bool isForeground) const;
/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_proxy.h62 WSError NotifyDialogStateChange(bool isForeground) override;
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_surface_node.cpp867 void RSSurfaceNode::SetForeground(bool isForeground) in SetForeground() argument
869 ROSEN_LOGD("RSSurfaceNode::SetForeground, surfaceNodeId:[%" PRIu64 "] isForeground:%s", in SetForeground()
870 GetId(), isForeground ? "true" : "false"); in SetForeground()
872 std::make_unique<RSSurfaceNodeSetForeground>(GetId(), isForeground); in SetForeground()
874 std::make_unique<RSSurfaceNodeSetForeground>(GetId(), isForeground); in SetForeground()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_surface_node_command.cpp275 void SurfaceNodeCommandHelper::SetForeground(RSContext& context, NodeId nodeId, bool isForeground) in SetForeground() argument
278 node->SetForeground(isForeground); in SetForeground()

Completed in 15 milliseconds

123