Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/extension/window_extension/include/zidl/
H A Dwindow_extension_interface.h37 TRANS_ID_CONNECT_TO_EXTENSION, enumerator
/ohos5.0/foundation/window/window_manager/extension/window_extension/src/zidl/
H A Dwindow_extension_stub.cpp52 case TRANS_ID_CONNECT_TO_EXTENSION: { in OnRemoteRequest()
H A Dwindow_extension_proxy.cpp119 if (remote->SendRequest(TRANS_ID_CONNECT_TO_EXTENSION, data, replay, option) != ERR_NONE) { in GetExtensionWindow()
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/windowextensionstub_fuzzer/
H A Dwindowextensionstub_fuzzer.cpp72 static_cast<uint32_t>(IWindowExtension::TRANS_ID_CONNECT_TO_EXTENSION), in DoSomethingInterestingWithMyAPI()