Home
last modified time | relevance | path

Searched refs:TRANS_ID_DISCONNECT (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_ipc_interface_code.h26 TRANS_ID_DISCONNECT, enumerator
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/sessionstubbase_fuzzer/
H A Dsessionstubbase_fuzzer.cpp45 …ssionStub->OnRemoteRequest(static_cast<uint32_t>(Rosen::SessionInterfaceCode::TRANS_ID_DISCONNECT), in SessionStubBaseTest()
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/sessioninterface_fuzzer/
H A Dsessioninterface_fuzzer.cpp111 proxy->SendRequest(static_cast<uint32_t>(SessionInterfaceCode::TRANS_ID_DISCONNECT), in IPCSpecificInterfaceFuzzTest1()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stub_test.cpp122 static_cast<uint32_t>(SessionInterfaceCode::TRANS_ID_DISCONNECT), data, reply, option);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp61 case static_cast<uint32_t>(SessionInterfaceCode::TRANS_ID_DISCONNECT): in ProcessRemoteRequest()
H A Dsession_proxy.cpp195 if (remote->SendRequest(static_cast<uint32_t>(SessionInterfaceCode::TRANS_ID_DISCONNECT), in Disconnect()