Searched refs:NotifyPrivateStateWindowListChanged (Results 1 - 8 of 8) sorted by relevance
/foundation/window/window_manager/dm/include/ |
H A D | display_manager_agent_default.h | 42 void NotifyPrivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWindowList) override {};
|
/foundation/window/window_manager/dm/include/zidl/ |
H A D | display_manager_agent_interface.h | 82 virtual void NotifyPrivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWindowList) = 0;
|
H A D | display_manager_agent_proxy.h | 42 virtual void NotifyPrivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWindowList) override;
|
/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_manager_agent_proxy_test.cpp | 616 * @tc.name: NotifyPrivateStateWindowListChanged 617 * @tc.desc: NotifyPrivateStateWindowListChanged 620 HWTEST_F(DisplayManagerAgentProxyTest, NotifyPrivateStateWindowListChanged, Function | SmallTest | Level1) in HWTEST_F() 632 displayManagerAgentProxy->NotifyPrivateStateWindowListChanged(id, privacyWindowList); in HWTEST_F()
|
/foundation/window/window_manager/dm/src/zidl/ |
H A D | display_manager_agent_stub.cpp | 236 NotifyPrivateStateWindowListChanged(displayId, privacyWindowList);
in ProcPrivateWindowList()
|
H A D | display_manager_agent_proxy.cpp | 343 void DisplayManagerAgentProxy::NotifyPrivateStateWindowListChanged(DisplayId id,
in NotifyPrivateStateWindowListChanged() function in OHOS::Rosen::DisplayManagerAgentProxy 348 WLOGFW("NotifyPrivateStateWindowListChanged: remote is nullptr");
in NotifyPrivateStateWindowListChanged()
|
/foundation/window/window_manager/dm/src/ |
H A D | display_manager.cpp | 101 void NotifyPrivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWindowList);
289 virtual void NotifyPrivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWindowList) override
291 pImpl_->NotifyPrivateStateWindowListChanged(id, privacyWindowList);
1029 void DisplayManager::Impl::NotifyPrivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWindowList)
in NotifyPrivateStateWindowListChanged() function in OHOS::Rosen::DisplayManager::Impl
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager.cpp | 4407 agent->NotifyPrivateStateWindowListChanged(id, privacyWindowList); in NotifyPrivateWindowListChanged()
|
Completed in 16 milliseconds