Home
last modified time | relevance | path

Searched refs:WindowStub (Results 1 - 7 of 7) sorted by relevance

/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_stub_test.cpp30 sptr<WindowStub> windowStub_;
92 data.WriteInterfaceToken(WindowStub::GetDescriptor()); in HWTEST_F()
120 data.WriteInterfaceToken(WindowStub::GetDescriptor()); in HWTEST_F()
144 data.WriteInterfaceToken(WindowStub::GetDescriptor()); in HWTEST_F()
166 data.WriteInterfaceToken(WindowStub::GetDescriptor()); in HWTEST_F()
189 data.WriteInterfaceToken(WindowStub::GetDescriptor()); in HWTEST_F()
210 data.WriteInterfaceToken(WindowStub::GetDescriptor()); in HWTEST_F()
232 data.WriteInterfaceToken(WindowStub::GetDescriptor()); in HWTEST_F()
251 data.WriteInterfaceToken(WindowStub::GetDescriptor()); in HWTEST_F()
289 data.WriteInterfaceToken(WindowStub in HWTEST_F()
[all...]
/foundation/window/window_manager/wm/include/zidl/
H A Dwindow_stub.h24 class WindowStub : public IRemoteStub<IWindow> { class
26 WindowStub() = default;
27 ~WindowStub() = default;
/foundation/window/window_manager/test/fuzztest/wms/windowstubnotify_fuzzer/
H A Dwindowstubnotify_fuzzer.cpp48 parcel.WriteInterfaceToken(WindowStub::GetDescriptor()); in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/test/fuzztest/wms/windowstubget_fuzzer/
H A Dwindowstubget_fuzzer.cpp48 parcel.WriteInterfaceToken(WindowStub::GetDescriptor()); in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/wm/include/
H A Dwindow_agent.h26 class WindowAgent : public WindowStub {
/foundation/window/window_manager/test/fuzztest/wms/windowstubupdate_fuzzer/
H A Dwindowstubupdate_fuzzer.cpp90 parcel.WriteInterfaceToken(WindowStub::GetDescriptor()); in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_stub.cpp27 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_WINDOW, "WindowStub"};
30 int WindowStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest()

Completed in 3 milliseconds