Home
last modified time | relevance | path

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

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