| /foundation/window/window_manager/window_scene/intention_event/service/event_stage/src/ |
| D | event_stage.cpp | 32 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/ |
| D | anr_manager.cpp | 43 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/ |
| D | window_scene_test.cpp | 107 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/ |
| D | session_listener_proxy.cpp | 20 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()
|
| D | scene_session_manager_stub.cpp | 147 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
|
| D | scene_session_manager_proxy.cpp | 34 …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/ |
| D | session_listener_controller.cpp | 93 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()
|
| D | session_manager.cpp | 142 …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()
|
| D | extension_session_manager.cpp | 72 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
|
| D | scene_session_manager.cpp | 639 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/ |
| D | anr_handler.cpp | 84 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/ |
| D | js_window_scene.cpp | 47 auto persistentId = static_cast<int32_t>(info[0]->ToNumber<double>()); in Create() local
|
| /foundation/window/window_manager/window_scene/intention_event/dfx/src/ |
| D | dfx_hisysevent.cpp | 26 …::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/ |
| D | window_scene_model.cpp | 27 void WindowSceneModel::Create(int32_t persistentId) in Create()
|
| /foundation/window/window_manager/window_scene/session/host/src/ |
| D | scene_persistence.cpp | 30 ScenePersistence::ScenePersistence(const SessionInfo& info, const int32_t& persistentId) in ScenePersistence()
|
| /foundation/ability/ability_base/interfaces/kits/native/session_info/include/ |
| D | session_info.h | 46 int32_t persistentId = 0; variable
|
| /foundation/window/window_manager/window_scene/intention_event/src/ |
| D | intention_event_manager.cpp | 59 [this](int32_t persistentId, bool isFocused) { in RegisterWindowFocusChanged()
|
| /foundation/multimedia/av_session/mediaControlExtension/ModuleLoader/ |
| D | js_media_control_extension.cpp | 302 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/ |
| D | session_test.cpp | 553 int32_t persistentId = 0; variable 564 { in __anon409d9c1d0902() 587 int32_t persistentId = 0; variable
|
| /foundation/window/window_manager/wmserver/include/zidl/ |
| D | window_manager_interface.h | 131 …virtual WSError UpdateSessionAvoidAreaListener(int32_t& persistentId, bool haveListener) { return … in UpdateSessionAvoidAreaListener()
|
| /foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
| D | js_scene_session_manager.cpp | 412 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
|
| D | js_scene_utils.cpp | 72 int32_t persistentId; in ConvertSessionInfoFromJs() local
|
| /foundation/window/window_manager/window_scene/common/src/ |
| D | window_session_property.cpp | 211 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/ |
| D | session_stub.cpp | 294 auto persistentId = INVALID_SESSION_ID; in HandleCreateAndConnectSpecificSession() local 309 auto persistentId = data.ReadUint32(); in HandleDestroyAndDisconnectSpecificSession() local
|
| /foundation/window/window_manager/wm/src/ |
| D | window_session_impl.cpp | 873 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
|