Home
last modified time | relevance | path

Searched refs:componentCallback (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/extension/extension_connection/include/
H A Dwindow_extension_client_stub_impl.h26 explicit WindowExtensionClientStubImpl(const sptr<IWindowExtensionCallback>& componentCallback) in WindowExtensionClientStubImpl() argument
27 : componentCallback_(componentCallback) {} in WindowExtensionClientStubImpl()
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/windowextensionclstub_fuzzer/
H A Dwindowextensionclstub_fuzzer.cpp49 sptr<IWindowExtensionCallback> componentCallback; in DoSomethingInterestingWithMyAPI() local
51 new (std::nothrow) WindowExtensionClientStubImpl(componentCallback); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/window/window_manager/extension/window_extension/test/unittest/
H A Dwindow_extension_stub_impl_test.cpp177 sptr<IWindowExtensionCallback> componentCallback; variable
178 WindowExtensionClientStubImpl windowExtensionClientStubImpl(componentCallback);