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.cpp83 bool IRemoteObject::IsObjectDead() const in IsObjectDead() function in OHOS::IRemoteObject
Dipc_object_proxy.cpp296 bool IPCObjectProxy::IsObjectDead() const in IsObjectDead() function in OHOS::IPCObjectProxy
/foundation/communication/ipc/ipc/native/src/c_wrapper/source/
Dc_remote_object.cpp254 bool IsObjectDead(CRemoteObject *object) in IsObjectDead() function
/foundation/communication/ipc/interfaces/innerkits/rust/src/
Dipc_binding.rs161 pub fn IsObjectDead(object: *mut CRemoteObject) -> bool; in IsObjectDead() function