Searched refs:wid (Results 1 - 4 of 4) sorted by relevance
/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_window_manager.h | 43 MOCK_METHOD1(ShotWindow, sptr<PromiseWMSImageInfo>(int32_t wid)); 44 MOCK_METHOD1(DestroyWindow, sptr<PromiseWMError>(int32_t wid)); 45 MOCK_METHOD1(SwitchTop, sptr<PromiseWMError>(int32_t wid)); 46 MOCK_METHOD1(Show, sptr<PromiseWMError>(int32_t wid)); 47 MOCK_METHOD1(Hide, sptr<PromiseWMError>(int32_t wid)); 48 MOCK_METHOD3(Move, sptr<PromiseWMError>(int32_t wid, int32_t x, int32_t y)); 49 MOCK_METHOD3(Resize, sptr<PromiseWMError>(int32_t wid, uint32_t width, uint32_t height)); 50 MOCK_METHOD3(ScaleTo, sptr<PromiseWMError>(int32_t wid, uint32_t width, uint32_t height)); 51 MOCK_METHOD2(SetWindowType, sptr<PromiseWMError>(int32_t wid, WindowType type)); 52 MOCK_METHOD2(SetWindowMode, sptr<PromiseWMError>(int32_t wid, WindowMod [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/ |
H A D | gpu_context.h | 49 GPUResourceTag(uint32_t pid, uint32_t tid, uint32_t wid, uint32_t fid, const std::string& name) in GPUResourceTag() 50 : fPid(pid), fTid(tid), fWid(wid), fFid(fid), fName(name) {} in GPUResourceTag()
|
/foundation/barrierfree/accessibility/frameworks/aafwk/src/ |
H A D | accessible_ability_client_impl.cpp | 961 int32_t wid = windowId > 0 ? windowId : serviceProxy_->GetActiveWindow(); in GetByElementId() local 963 wid, treeId, elementId); in GetByElementId() 964 if (GetCacheElementInfo(wid, elementId, targetElementInfo)) { in GetByElementId() 969 return SearchElementInfoByElementId(wid, elementId, cacheMode_, targetElementInfo, treeId); in GetByElementId()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_node_container.cpp | 1560 uint32_t wid = (*iter)->GetWindowId(); in RaiseOrderedWindowToTop() local 1562 [wid] (sptr<WindowNode> orderedNode) { return orderedNode->GetWindowId() == wid; }); in RaiseOrderedWindowToTop()
|
Completed in 7 milliseconds