Home
last modified time | relevance | path

Searched defs:persistentId (Results 1 – 25 of 94) sorted by relevance

1234

/foundation/window/window_manager/window_scene/test/unittest/
Devent_stage_test.cpp61 int32_t persistentId = 0; variable
76 int32_t persistentId = 0; variable
88 int32_t persistentId = 0; variable
102 int32_t persistentId = 0; variable
114 int32_t persistentId = 0; variable
127 int32_t persistentId = 0; variable
Dsession_listener_controller_test.cpp181 int32_t persistentId = 1; variable
198 int32_t persistentId = -1; variable
217 int32_t persistentId = -1; variable
254 int32_t persistentId = 1; variable
266 int32_t persistentId = -1; variable
285 int32_t persistentId = -1; variable
304 int32_t persistentId = -1; variable
323 int32_t persistentId = -1; variable
342 int32_t persistentId = -1; variable
361 int32_t persistentId = -1; variable
[all …]
Dscene_persistence_test.cpp102 int32_t persistentId = 1423; variable
127 int32_t persistentId = 1424; variable
147 int32_t persistentId = 1423; variable
167 auto persistentId = abilityInfo.persistentId_; variable
213 int32_t persistentId = 1423; variable
228 int32_t persistentId = 1423; variable
244 int32_t persistentId = 1423; variable
Dscene_session_manager_test7.cpp56 void WindowChangedFuncTest(int32_t persistentId, WindowUpdateType type) in WindowChangedFuncTest()
97 int32_t persistentId = 1; variable
351 int32_t persistentId = 1; variable
585 int32_t persistentId = 1; variable
609 int32_t persistentId = 1; variable
846 int32_t persistentId = 1; variable
1068 int32_t persistentId = 0; variable
1081 int32_t persistentId = 0; variable
1103 int32_t persistentId = 0; variable
1125 int32_t persistentId = 1; variable
[all …]
Ddfx_hisysevent_test.cpp65 int32_t persistentId = 4; in TEST_F() local
88 int32_t persistentId = 2; in TEST_F() local
111 int32_t persistentId = -2; in TEST_F() local
134 int32_t persistentId = -2; in TEST_F() local
Dscene_session_manager_test3.cpp84 void WindowChangedFuncTest(int32_t persistentId, WindowUpdateType type) in WindowChangedFuncTest()
465 int32_t persistentId = 65535; variable
484 int32_t persistentId = 65535; variable
824 int32_t persistentId = 0; variable
948 int32_t persistentId = 0; variable
960 int32_t persistentId = 0; variable
1102 int32_t persistentId = 10086; variable
1238 int32_t persistentId = 10086; variable
1287 int32_t persistentId = INVALID_SESSION_ID; variable
1306 int32_t persistentId = INVALID_SESSION_ID; variable
[all …]
Dscene_session_manager_test.cpp65 void WindowChangedFuncTest(int32_t persistentId, WindowUpdateType type) in WindowChangedFuncTest()
213 int32_t persistentId = 10086; variable
265 int32_t persistentId = 24; variable
423 uint64_t persistentId = 1423; variable
442 int32_t persistentId = 1005; variable
574 int32_t persistentId = 10086; variable
593 int32_t persistentId = 65535; variable
610 int32_t persistentId = -1; variable
656 int32_t persistentId = 12345; variable
787 int32_t persistentId = 12345; variable
[all …]
/foundation/window/window_manager/window_scene/intention_event/service/anr_manager/src/
Danr_manager.cpp44 void ANRManager::AddTimer(int32_t eventId, int32_t persistentId) in AddTimer()
82 void ANRManager::MarkProcessed(int32_t eventId, int32_t persistentId) in MarkProcessed()
94 bool ANRManager::IsANRTriggered(int32_t persistentId) in IsANRTriggered()
105 void ANRManager::OnSessionLost(int32_t persistentId) in OnSessionLost()
115 void ANRManager::OnBackground(int32_t persistentId) in OnBackground()
125 void ANRManager::SetApplicationInfo(int32_t persistentId, int32_t pid, const std::string& bundleNam… in SetApplicationInfo()
141 ANRManager::AppInfo ANRManager::GetAppInfoByPersistentId(int32_t persistentId) in GetAppInfoByPersistentId()
152 void ANRManager::RemoveTimers(int32_t persistentId) in RemoveTimers()
162 void ANRManager::RemovePersistentId(int32_t persistentId) in RemovePersistentId()
/foundation/window/window_manager/window_scene/intention_event/service/event_stage/src/
Devent_stage.cpp35 void EventStage::SetAnrStatus(int32_t persistentId, bool status) in SetAnrStatus()
41 bool EventStage::CheckAnrStatus(int32_t persistentId) in CheckAnrStatus()
51 void EventStage::SaveANREvent(int32_t persistentId, int32_t eventId, int32_t timerId) in SaveANREvent()
58 std::vector<int32_t> EventStage::GetTimerIds(int32_t persistentId) in GetTimerIds()
72 std::vector<int32_t> EventStage::DelEvents(int32_t persistentId, int32_t eventId) in DelEvents()
93 void EventStage::OnSessionLost(int32_t persistentId) in OnSessionLost()
/foundation/window/window_manager/wmserver/include/zidl/
Dwindow_manager_interface.h140 …virtual WSError DumpSessionWithId(int32_t persistentId, std::vector<std::string> &infos) { return … in DumpSessionWithId()
141 …virtual WSError GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRemoteOb… in GetUIContentRemoteObj()
151 …virtual WSError UpdateSessionAvoidAreaListener(int32_t& persistentId, bool haveListener) { return … in UpdateSessionAvoidAreaListener()
152 virtual WSError UpdateSessionTouchOutsideListener(int32_t& persistentId, bool haveListener) in UpdateSessionTouchOutsideListener()
160 virtual WSError RaiseWindowToTop(int32_t persistentId) { return WSError::WS_OK; } in RaiseWindowToTop()
161 virtual WSError UpdateSessionWindowVisibilityListener(int32_t persistentId, bool haveListener) in UpdateSessionWindowVisibilityListener()
179 …virtual WSError DestroyAndDisconnectSpecificSession(const int32_t persistentId) { return WSError::… in DestroyAndDisconnectSpecificSession()
180 … virtual WSError DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persistentId, in DestroyAndDisconnectSpecificSessionWithDetachCallback()
188 virtual WSError BindDialogSessionTarget(uint64_t persistentId, sptr<IRemoteObject> targetToken) in BindDialogSessionTarget()
192 … virtual WSError SetSessionGravity(int32_t persistentId, SessionGravity gravity, uint32_t percent) in SetSessionGravity()
[all …]
Dwindow_manager_lite_interface.h44 virtual WSError RaiseWindowToTop(int32_t persistentId) { return WSError::WS_OK; } in RaiseWindowToTop()
/foundation/window/window_manager/window_scene/session_manager/src/
Dsession_listener_controller.cpp94 void SessionListenerController::NotifySessionCreated(int32_t persistentId) in NotifySessionCreated()
116 void SessionListenerController::NotifySessionDestroyed(int32_t persistentId) in NotifySessionDestroyed()
161 void SessionListenerController::NotifySessionSnapshotChanged(int32_t persistentId) in NotifySessionSnapshotChanged()
183 void SessionListenerController::NotifySessionMovedToFront(int32_t persistentId) in NotifySessionMovedToFront()
205 void SessionListenerController::NotifySessionFocused(int32_t persistentId) in NotifySessionFocused()
227 void SessionListenerController::NotifySessionUnfocused(int32_t persistentId) in NotifySessionUnfocused()
249 void SessionListenerController::NotifySessionIconChanged(int32_t persistentId, in NotifySessionIconChanged()
272 void SessionListenerController::NotifySessionClosed(int32_t persistentId) in NotifySessionClosed()
294 void SessionListenerController::NotifySessionLabelUpdated(int32_t persistentId) in NotifySessionLabelUpdated()
Dextension_session_manager.cpp65 auto persistentId = extensionSession->GetPersistentId(); in RequestExtensionSession() local
86 auto persistentId = extSession->GetPersistentId(); in RequestExtensionSessionActivation() local
121 auto persistentId = extSession->GetPersistentId(); in RequestExtensionSessionBackground() local
156 auto persistentId = extSession->GetPersistentId(); in RequestExtensionSessionDestruction() local
Dscene_session_manager_lite.cpp66 int32_t persistentId, SessionInfoBean& sessionInfo) in GetSessionInfo()
98 …rror SceneSessionManagerLite::GetSessionSnapshot(const std::string& deviceId, int32_t persistentId, in GetSessionSnapshot()
130 WSError SceneSessionManagerLite::ClearSession(int32_t persistentId) in ClearSession()
194 WSError SceneSessionManagerLite::UpdateWindowMode(int32_t persistentId, int32_t windowMode) in UpdateWindowMode()
204 WSError SceneSessionManagerLite::RaiseWindowToTop(int32_t persistentId) in RaiseWindowToTop()
241 WMError SceneSessionManagerLite::TerminateSessionByPersistentId(int32_t persistentId) in TerminateSessionByPersistentId()
Dscene_session_manager.cpp244 RegisterWindowStateErrorCallback([this](int32_t pid, int32_t persistentId) { in Init()
723 for (const auto& persistentId : alivePersistentIds_) { in ClearUnrecoveredSessions() local
749 for (const auto& persistentId : recoveredPersistentIds) { in UpdateRecoveredSessionInfo() local
1187 sptr<SceneSession> SceneSessionManager::GetSceneSession(int32_t persistentId) in GetSceneSession()
1293 specificCb->onDestroy_ = [this](const int32_t persistentId) { in CreateSpecificSessionCallback()
1305 specificCb->onUpdateAvoidArea_ = [this](int32_t persistentId) { in CreateSpecificSessionCallback()
1308 specificCb->onUpdateAvoidAreaByType_ = [this](int32_t persistentId, AvoidAreaType type) { in CreateSpecificSessionCallback()
1311 specificCb->onUpdateOccupiedAreaIfNeed_ = [this](const int32_t& persistentId) { in CreateSpecificSessionCallback()
1314 specificCb->onWindowInfoUpdate_ = [this](int32_t persistentId, WindowUpdateType type) { in CreateSpecificSessionCallback()
1320 specificCb->onSessionTouchOutside_ = [this](int32_t persistentId) { in CreateSpecificSessionCallback()
[all …]
/foundation/window/window_manager/window_scene/intention_event/framework/anr_handler/src/
Danr_handler.cpp61 int32_t persistentId = session->GetPersistentId(); in SetSessionStage() local
92 void ANRHandler::OnWindowDestroyed(int32_t persistentId) in OnWindowDestroyed()
130 int32_t persistentId = GetPersistentIdOfEvent(eventId); in SetAnrHandleState() local
187 int32_t persistentId = GetPersistentIdOfEvent(eventId); in ClearExpiredEvents() local
208 bool ANRHandler::IsOnEventHandler(int32_t persistentId) in IsOnEventHandler()
/foundation/window/window_manager/wm/test/unittest/
Dwindow_adapter_test.cpp225 int32_t persistentId = -1; variable
266 uint32_t persistentId = 0; variable
280 uint32_t persistentId = 0; variable
353 int32_t persistentId = 0; variable
520 int32_t persistentId = 0; variable
536 int32_t persistentId = 0; variable
550 int32_t persistentId = 0; variable
567 uint64_t persistentId = 0; variable
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
Dui_extension_session_info.h32 int32_t persistentId = 0; variable
/foundation/window/window_manager/wm/src/
Dwindow_adapter.cpp318 int32_t persistentId, const SessionRecoverCallbackFunc& callbackFunc) in RegisterSessionRecoverCallbackFunc()
334 void WindowAdapter::UnregisterSessionRecoverCallbackFunc(int32_t persistentId) in UnregisterSessionRecoverCallbackFunc()
635 WMError WindowAdapter::DumpSessionWithId(int32_t persistentId, std::vector<std::string>& infos) in DumpSessionWithId()
644 WMError WindowAdapter::GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRe… in GetUIContentRemoteObj()
690 WMError WindowAdapter::UpdateSessionAvoidAreaListener(int32_t& persistentId, bool haveListener) in UpdateSessionAvoidAreaListener()
699 WMError WindowAdapter::UpdateSessionTouchOutsideListener(int32_t& persistentId, bool haveListener) in UpdateSessionTouchOutsideListener()
718 WMError WindowAdapter::RaiseWindowToTop(int32_t persistentId) in RaiseWindowToTop()
727 WMError WindowAdapter::UpdateSessionWindowVisibilityListener(int32_t persistentId, bool haveListene… in UpdateSessionWindowVisibilityListener()
749 sptr<WindowSessionProperty> property, int32_t& persistentId, sptr<ISession>& session, in CreateAndConnectSpecificSession()
773 WMError WindowAdapter::DestroyAndDisconnectSpecificSession(const int32_t persistentId) in DestroyAndDisconnectSpecificSession()
[all …]
Dfuture_callback.cpp23 int32_t persistentId) in OnUpdateSessionRect()
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
Dscene_session_manager_stub.cpp210 auto persistentId = INVALID_SESSION_ID; in HandleCreateAndConnectSpecificSession() local
301 auto persistentId = data.ReadInt32(); in HandleDestroyAndDisconnectSpcificSession() local
311 auto persistentId = data.ReadInt32(); in HandleDestroyAndDisconnectSpcificSessionWithDetachCallback() local
322 int32_t persistentId = data.ReadInt32(); in HandleRequestFocusStatus() local
480 int32_t persistentId = data.ReadInt32(); in HandleGetSessionInfo() local
533 int32_t persistentId = data.ReadInt32(); in HandleDumpSessionWithId() local
678 auto persistentId = data.ReadInt32(); in HandleUpdateSessionAvoidAreaListener() local
689 int32_t persistentId = data.ReadInt32(); in HandleGetSessionSnapshot() local
701 int32_t persistentId = data.ReadInt32(); in HandleGetSessionSnapshotById() local
712 int32_t persistentId = data.ReadInt32(); in HandleGetUIContentRemoteObj() local
[all …]
Dscene_session_manager_proxy.cpp35 sptr<WindowSessionProperty> property, int32_t& persistentId, sptr<ISession>& session, in CreateAndConnectSpecificSession()
213 WMError SceneSessionManagerProxy::GetSessionSnapshotById(int32_t persistentId, SessionSnapshot& sna… in GetSessionSnapshotById()
246 WMError SceneSessionManagerProxy::GetSnapshotByWindowId(int32_t persistentId, in GetSnapshotByWindowId()
257 WSError SceneSessionManagerProxy::DestroyAndDisconnectSpecificSession(const int32_t persistentId) in DestroyAndDisconnectSpecificSession()
285 …sionManagerProxy::DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persistentId, in DestroyAndDisconnectSpecificSessionWithDetachCallback()
318 WMError SceneSessionManagerProxy::RequestFocusStatus(int32_t persistentId, bool isFocused, bool byF… in RequestFocusStatus()
354 WSError SceneSessionManagerProxy::RaiseWindowToTop(int32_t persistentId) in RaiseWindowToTop()
383 WSError SceneSessionManagerProxy::BindDialogSessionTarget(uint64_t persistentId, sptr<IRemoteObject… in BindDialogSessionTarget()
418 WSError SceneSessionManagerProxy::UpdateSessionAvoidAreaListener(int32_t& persistentId, bool haveLi… in UpdateSessionAvoidAreaListener()
449 WSError SceneSessionManagerProxy::UpdateSessionTouchOutsideListener(int32_t& persistentId, bool hav… in UpdateSessionTouchOutsideListener()
[all …]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/window_scene/
Djs_window_scene.cpp44 auto persistentId = static_cast<int32_t>(info[0]->ToNumber<double>()); in Create() local
/foundation/window/window_manager/window_scene/intention_event/dfx/src/
Ddfx_hisysevent.cpp27 const std::string& bundleName, int32_t persistentId) in ApplicationBlockInput()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
Dcontinue_scene_session_handler_test.cpp87 int32_t persistentId; variable

1234