Home
last modified time | relevance | path

Searched refs:wid (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_window_manager.h43 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 Dgpu_context.h49 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 Daccessible_ability_client_impl.cpp961 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 Dwindow_node_container.cpp1560 uint32_t wid = (*iter)->GetWindowId(); in RaiseOrderedWindowToTop() local
1562 [wid] (sptr<WindowNode> orderedNode) { return orderedNode->GetWindowId() == wid; }); in RaiseOrderedWindowToTop()

Completed in 10 milliseconds