Home
last modified time | relevance | path

Searched refs:IsObjectDead (Results 1 – 7 of 7) sorted by relevance

/foundation/communication/ipc/ipc/native/src/core/source/
Dipc_object_proxy.cpp82 if (IsObjectDead()) { in SendRequestInner()
201 if (IsObjectDead()) { in WaitForInit()
258 bool IPCObjectProxy::IsObjectDead() const in IsObjectDead() function in OHOS::IPCObjectProxy
266 if (IsObjectDead()) { in AddDeathRecipient()
324 if (!IsObjectDead()) { in RemoveDeathRecipient()
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
Dipc_object_proxy.h38 bool IsObjectDead() const;
/foundation/distributedschedule/dmsfwk/services/dtbschedmgr/src/
Ddtbschedmgr_device_info_storage.cpp128 if (proxy != nullptr && !proxy->IsObjectDead()) { in WaitForDnetworkReady()
/foundation/distributedschedule/dmsfwk/services/dtbschedmgr/src/mission/
Ddistributed_data_storage.cpp97 if (proxy != nullptr && !proxy->IsObjectDead()) { in WaitKvDataService()
/foundation/deviceprofile/device_profile_core/services/core/src/dbstorage/
Ddevice_profile_storage_manager.cpp108 if (proxy != nullptr && !proxy->IsObjectDead()) { in WaitKvDataService()
/foundation/communication/ipc/ipc/native/src/jni/source/
Dohos_rpc_remote_object.cpp793 return (target->IsObjectDead() == true) ? JNI_TRUE : JNI_FALSE; in Java_ohos_rpc_RemoteProxy_nativeIsObjectDead()
/foundation/communication/ipc/ipc/native/src/napi/src/
Dnapi_remote_object.cpp1735 if (target->IsObjectDead()) { in NAPI_RemoteProxy_isObjectDead()