Home
last modified time | relevance | path

Searched refs:GetWindowIdByObject (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_root.h96 uint32_t GetWindowIdByObject(const sptr<IRemoteObject>& remoteObject);
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_service_test.cpp269 ASSERT_EQ(INVALID_WINDOW_ID, wms->windowRoot_->GetWindowIdByObject(remoteObject));
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp1150 uint32_t windowId = windowRoot_->GetWindowIdByObject(remoteObject); in OnWindowEvent()
H A Dwindow_root.cpp1446 uint32_t WindowRoot::GetWindowIdByObject(const sptr<IRemoteObject>& remoteObject) in GetWindowIdByObject() function in OHOS::Rosen::WindowRoot