Home
last modified time | relevance | path

Searched refs:TRANS_ID_NOTIFY_EXTENSION_DIED (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.h82 TRANS_ID_NOTIFY_EXTENSION_DIED, enumerator
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/sessionstubextension_fuzzer/
H A Dsessionstubextension_fuzzer.cpp50 static_cast<uint32_t>(Rosen::SessionInterfaceCode::TRANS_ID_NOTIFY_EXTENSION_DIED), in SessionStubTestExtensionCode()
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/sessioninterface_fuzzer/
H A Dsessioninterface_fuzzer.cpp156 proxy->SendRequest(static_cast<uint32_t>(SessionInterfaceCode::TRANS_ID_NOTIFY_EXTENSION_DIED), in IPCSpecificInterfaceFuzzTest2()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stub_test.cpp196 … static_cast<uint32_t>(SessionInterfaceCode::TRANS_ID_NOTIFY_EXTENSION_DIED), data, reply, option);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp145 case static_cast<uint32_t>(SessionInterfaceCode::TRANS_ID_NOTIFY_EXTENSION_DIED): in ProcessRemoteRequest()
H A Dsession_proxy.cpp1393 …f (remote->SendRequest(static_cast<uint32_t>(SessionInterfaceCode::TRANS_ID_NOTIFY_EXTENSION_DIED), in NotifyExtensionDied()