Home
last modified time | relevance | path

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

12

/foundation/window/window_manager/window_scene/intention_event/service/event_stage/src/
Devent_stage.cpp32 void EventStage::SetAnrStatus(int32_t persistentId, bool status) in SetAnrStatus()
37 bool EventStage::CheckAnrStatus(int32_t persistentId) in CheckAnrStatus()
46 void EventStage::SaveANREvent(int32_t persistentId, int32_t eventId, int32_t timerId) in SaveANREvent()
52 std::vector<int32_t> EventStage::GetTimerIds(int32_t persistentId) in GetTimerIds()
66 std::list<int32_t> EventStage::DelEvents(int32_t persistentId, int32_t eventId) in DelEvents()
86 void EventStage::OnSessionLost(int32_t persistentId) in OnSessionLost()
/foundation/window/window_manager/window_scene/intention_event/service/anr_manager/src/
Danr_manager.cpp43 void ANRManager::AddTimer(int32_t eventId, int32_t persistentId) in AddTimer()
80 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::SetApplicationInfo(int32_t persistentId, int32_t pid, const std::string& bundleNam… in SetApplicationInfo()
130 ANRManager::AppInfo ANRManager::GetAppInfoByPersistentId(int32_t persistentId) in GetAppInfoByPersistentId()
141 void ANRManager::RemoveTimers(int32_t persistentId) in RemoveTimers()
152 void ANRManager::RemovePersistentId(int32_t persistentId) in RemovePersistentId()
/foundation/arkui/ace_engine/test/unittest/core/pattern/window_scene/
Dwindow_scene_test.cpp107 int32_t persistentId = 0; variable
128 auto persistentId = session->GetPersistentId(); variable
156 auto persistentId = session->GetPersistentId(); variable
188 auto persistentId = session->GetPersistentId(); variable
239 auto persistentId = session->GetPersistentId(); variable
257 auto persistentId = session->GetPersistentId(); variable
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
Dsession_listener_proxy.cpp20 void SessionListenerProxy::OnSessionLabelChange(int32_t persistentId, const std::string &label) {} in OnSessionLabelChange()
21 void SessionListenerProxy::OnSessionIconChange(int32_t persistentId, const std::shared_ptr<Media::P… in OnSessionIconChange()
Dscene_session_manager_stub.cpp147 auto persistentId = INVALID_SESSION_ID; in HandleCreateAndConnectSpecificSession() local
163 auto persistentId = data.ReadInt32(); in HandleDestroyAndDisconnectSpcificSession() local
325 int32_t persistentId = data.ReadInt32(); in HandleGetSessionInfo() local
402 auto persistentId = data.ReadInt32(); in HandleSetSessionGravity() local
427 auto persistentId = data.ReadInt32(); in HandleUpdateSessionAvoidAreaListener() local
437 auto persistentId = data.ReadUint64(); in HandleBindDialogTarget() local
448 int32_t persistentId = data.ReadInt32(); in HandleGetSessionSnapshot() local
469 int32_t persistentId = data.ReadInt32(); in HandleClearSession() local
Dscene_session_manager_proxy.cpp34 …sptr<WindowSessionProperty> property, int32_t& persistentId, sptr<ISession>& session, sptr<IRemote… in CreateAndConnectSpecificSession()
88 WSError SceneSessionManagerProxy::DestroyAndDisconnectSpecificSession(const int32_t& persistentId) in DestroyAndDisconnectSpecificSession()
144 WSError SceneSessionManagerProxy::BindDialogTarget(uint64_t persistentId, sptr<IRemoteObject> targe… in BindDialogTarget()
174 WSError SceneSessionManagerProxy::UpdateSessionAvoidAreaListener(int32_t& persistentId, bool haveLi… in UpdateSessionAvoidAreaListener()
285 WSError SceneSessionManagerProxy::SetSessionGravity(int32_t persistentId, SessionGravity gravity, u… in SetSessionGravity()
625 WSError SceneSessionManagerProxy::GetSessionInfo(const std::string& deviceId, int32_t persistentId, in GetSessionInfo()
775 …ror SceneSessionManagerProxy::GetSessionSnapshot(const std::string& deviceId, int32_t persistentId, in GetSessionSnapshot()
855 WSError SceneSessionManagerProxy::ClearSession(int32_t persistentId) in ClearSession()
/foundation/window/window_manager/window_scene/session_manager/src/
Dsession_listener_controller.cpp93 void SessionListenerController::NotifySessionCreated(int32_t persistentId) in NotifySessionCreated()
115 void SessionListenerController::NotifySessionDestroyed(int32_t persistentId) in NotifySessionDestroyed()
160 void SessionListenerController::NotifySessionSnapshotChanged(int32_t persistentId) in NotifySessionSnapshotChanged()
182 void SessionListenerController::NotifySessionMovedToFront(int32_t persistentId) in NotifySessionMovedToFront()
204 void SessionListenerController::NotifySessionFocused(int32_t persistentId) in NotifySessionFocused()
226 void SessionListenerController::NotifySessionUnfocused(int32_t persistentId) in NotifySessionUnfocused()
248 void SessionListenerController::NotifySessionIconChanged(int32_t persistentId, in NotifySessionIconChanged()
271 void SessionListenerController::NotifySessionClosed(int32_t persistentId) in NotifySessionClosed()
293 void SessionListenerController::NotifySessionLabelUpdated(int32_t persistentId) in NotifySessionLabelUpdated()
Dsession_manager.cpp142 …sptr<WindowSessionProperty> property, int32_t& persistentId, sptr<ISession>& session, sptr<IRemote… in CreateAndConnectSpecificSession()
154 void SessionManager::DestroyAndDisconnectSpecificSession(const int32_t& persistentId) in DestroyAndDisconnectSpecificSession()
176 WMError SessionManager::SetSessionGravity(int32_t persistentId, SessionGravity gravity, uint32_t pe… in SetSessionGravity()
187 WMError SessionManager::BindDialogTarget(uint64_t persistentId, sptr<IRemoteObject> targetToken) in BindDialogTarget()
Dextension_session_manager.cpp72 auto persistentId = extensionSession->GetPersistentId(); in RequestExtensionSession() local
93 auto persistentId = extSession->GetPersistentId(); in RequestExtensionSessionActivation() local
123 auto persistentId = extSession->GetPersistentId(); in RequestExtensionSessionBackground() local
153 auto persistentId = extSession->GetPersistentId(); in RequestExtensionSessionDestruction() local
Dscene_session_manager.cpp639 sptr<SceneSession> SceneSessionManager::GetSceneSession(int32_t persistentId) in GetSceneSession()
770 auto persistentId = sceneSession->GetPersistentId(); in RequestSceneSession() local
796 NotifyCallingSessionForegroundFunc onInputMethodShown = [this](int32_t persistentId) { in RegisterInputMethodShownFunc()
803 void SceneSessionManager::OnInputMethodShown(const int32_t& persistentId) in OnInputMethodShown()
855 WSError SceneSessionManager::PrepareTerminate(int32_t persistentId, bool& isPrepareTerminate) in PrepareTerminate()
900 auto persistentId = scnSession->GetPersistentId(); in RequestSceneSessionActivation() local
952 auto persistentId = scnSession->GetPersistentId(); in RequestSceneSessionBackground() local
1025 auto persistentId = scnSession->GetPersistentId(); in RequestSceneSessionDestruction() local
1099 …sptr<WindowSessionProperty> property, int32_t& persistentId, sptr<ISession>& session, sptr<IRemote… in CreateAndConnectSpecificSession()
1173 auto persistentId = sceneSession->GetPersistentId(); in NotifySessionTouchOutside() local
[all …]
/foundation/window/window_manager/window_scene/intention_event/framework/anr_handler/src/
Danr_handler.cpp84 void ANRHandler::ClearDestroyedPersistentId(int32_t persistentId) in ClearDestroyedPersistentId()
100 int32_t persistentId = GetPersistentIdOfEvent(eventId); in SetAnrHandleState() local
150 int32_t persistentId = GetPersistentIdOfEvent(eventId); in ClearExpiredEvents() local
177 bool ANRHandler::IsOnEventHandler(int32_t persistentId) in IsOnEventHandler()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/window_scene/
Djs_window_scene.cpp47 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.cpp26 …::ApplicationBlockInput(int32_t eventId, int32_t pid, std::string bundleName, int32_t persistentId) in ApplicationBlockInput()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
Dwindow_scene_model.cpp27 void WindowSceneModel::Create(int32_t persistentId) in Create()
/foundation/window/window_manager/window_scene/session/host/src/
Dscene_persistence.cpp30 ScenePersistence::ScenePersistence(const SessionInfo& info, const int32_t& persistentId) in ScenePersistence()
/foundation/ability/ability_base/interfaces/kits/native/session_info/include/
Dsession_info.h46 int32_t persistentId = 0; variable
/foundation/window/window_manager/window_scene/intention_event/src/
Dintention_event_manager.cpp59 [this](int32_t persistentId, bool isFocused) { in RegisterWindowFocusChanged()
/foundation/multimedia/av_session/mediaControlExtension/ModuleLoader/
Djs_media_control_extension.cpp302 auto persistentId = sessionInfo->persistentId; in ForegroundWindow() local
345 auto persistentId = sessionInfo->persistentId; in BackgroundWindow() local
366 auto persistentId = sessionInfo->persistentId; in DestroyWindow() local
/foundation/window/window_manager/window_scene/test/unittest/
Dsession_test.cpp553 int32_t persistentId = 0; variable
564 { in __anon409d9c1d0902()
587 int32_t persistentId = 0; variable
/foundation/window/window_manager/wmserver/include/zidl/
Dwindow_manager_interface.h131 …virtual WSError UpdateSessionAvoidAreaListener(int32_t& persistentId, bool haveListener) { return … in UpdateSessionAvoidAreaListener()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
Djs_scene_session_manager.cpp412 int32_t persistentId; in OnUpdateFocus() local
923 int32_t persistentId; in OnGetSessionSnapshotFilePath() local
951 int32_t persistentId; in OnPrepareTerminate() local
1003 int32_t persistentId; in OnUpdateWindowMode() local
Djs_scene_utils.cpp72 int32_t persistentId; in ConvertSessionInfoFromJs() local
/foundation/window/window_manager/window_scene/common/src/
Dwindow_session_property.cpp211 void WindowSessionProperty::SetPersistentId(int32_t persistentId) in SetPersistentId()
221 void WindowSessionProperty::SetParentPersistentId(int32_t persistentId) in SetParentPersistentId()
/foundation/window/window_manager/window_scene/session/host/src/zidl/
Dsession_stub.cpp294 auto persistentId = INVALID_SESSION_ID; in HandleCreateAndConnectSpecificSession() local
309 auto persistentId = data.ReadUint32(); in HandleDestroyAndDisconnectSpecificSession() local
/foundation/window/window_manager/wm/src/
Dwindow_session_impl.cpp873 void WindowSessionImpl::ClearUselessListeners(std::map<int32_t, T>& listeners, int32_t persistentId) in ClearUselessListeners() argument
878 void WindowSessionImpl::ClearListenersById(int32_t persistentId) in ClearListenersById()
1133 auto persistentId = GetPersistentId(); in RegisterAvoidAreaChangeListener() local
1148 auto persistentId = GetPersistentId(); in UnregisterAvoidAreaChangeListener() local

12