Searched refs:IsObjectDead (Results 1 – 7 of 7) sorted by relevance
82 if (IsObjectDead()) { in SendRequestInner()201 if (IsObjectDead()) { in WaitForInit()258 bool IPCObjectProxy::IsObjectDead() const in IsObjectDead() function in OHOS::IPCObjectProxy266 if (IsObjectDead()) { in AddDeathRecipient()324 if (!IsObjectDead()) { in RemoveDeathRecipient()
38 bool IsObjectDead() const;
128 if (proxy != nullptr && !proxy->IsObjectDead()) { in WaitForDnetworkReady()
97 if (proxy != nullptr && !proxy->IsObjectDead()) { in WaitKvDataService()
108 if (proxy != nullptr && !proxy->IsObjectDead()) { in WaitKvDataService()
793 return (target->IsObjectDead() == true) ? JNI_TRUE : JNI_FALSE; in Java_ohos_rpc_RemoteProxy_nativeIsObjectDead()
1735 if (target->IsObjectDead()) { in NAPI_RemoteProxy_isObjectDead()