Home
last modified time | relevance | path

Searched defs:IsObjectDead (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/ipc/ipc/native/src/core/source/
Diremote_object.cpp85 bool IRemoteObject::IsObjectDead() const in IsObjectDead() function in OHOS::IRemoteObject
Dipc_object_proxy.cpp439 bool IPCObjectProxy::IsObjectDead() const in IsObjectDead() function in OHOS::IPCObjectProxy
/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
Dremote_object_wrapper.cpp81 bool IRemoteObjectWrapper::IsObjectDead() const in IsObjectDead() function in OHOS::IpcRust::IRemoteObjectWrapper
/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/
Dwrapper.rs84 fn IsObjectDead(self: &IRemoteObjectWrapper) -> bool; in IsObjectDead() function