Home
last modified time | relevance | path

Searched refs:TRANS_ID_BACKGROUND (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.h25 TRANS_ID_BACKGROUND, enumerator
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/sessionstubbase_fuzzer/
H A Dsessionstubbase_fuzzer.cpp51 …ssionStub->OnRemoteRequest(static_cast<uint32_t>(Rosen::SessionInterfaceCode::TRANS_ID_BACKGROUND), in SessionStubBaseTest()
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/sessioninterface_fuzzer/
H A Dsessioninterface_fuzzer.cpp109 proxy->SendRequest(static_cast<uint32_t>(SessionInterfaceCode::TRANS_ID_BACKGROUND), in IPCSpecificInterfaceFuzzTest1()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stub_test.cpp116 static_cast<uint32_t>(SessionInterfaceCode::TRANS_ID_BACKGROUND), data, reply, option);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp59 case static_cast<uint32_t>(SessionInterfaceCode::TRANS_ID_BACKGROUND): in ProcessRemoteRequest()
H A Dsession_proxy.cpp103 if (remote->SendRequest(static_cast<uint32_t>(SessionInterfaceCode::TRANS_ID_BACKGROUND), in Background()