Home
last modified time | relevance | path

Searched refs:TRANS_ID_FOREGROUND (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.h24 TRANS_ID_FOREGROUND, enumerator
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/sessionstubbase_fuzzer/
H A Dsessionstubbase_fuzzer.cpp48 …ssionStub->OnRemoteRequest(static_cast<uint32_t>(Rosen::SessionInterfaceCode::TRANS_ID_FOREGROUND), in SessionStubBaseTest()
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/sessioninterface_fuzzer/
H A Dsessioninterface_fuzzer.cpp107 proxy->SendRequest(static_cast<uint32_t>(SessionInterfaceCode::TRANS_ID_FOREGROUND), in IPCSpecificInterfaceFuzzTest1()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stub_test.cpp110 static_cast<uint32_t>(SessionInterfaceCode::TRANS_ID_FOREGROUND), data, reply, option);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp57 case static_cast<uint32_t>(SessionInterfaceCode::TRANS_ID_FOREGROUND): in ProcessRemoteRequest()
H A Dsession_proxy.cpp72 if (remote->SendRequest(static_cast<uint32_t>(SessionInterfaceCode::TRANS_ID_FOREGROUND), in Foreground()