Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/
H A Dlibipc_core_map68 "virtual thunk to OHOS::IRemoteObject::IsObjectDead() const";
69 "OHOS::IRemoteObject::IsObjectDead() const";
70 "OHOS::IPCObjectProxy::IsObjectDead()";
71 "OHOS::IPCObjectStub::IsObjectDead()";
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_single/
H A Dlibipc_single_map92 "virtual thunk to OHOS::IRemoteObject::IsObjectDead() const";
93 "OHOS::IRemoteObject::IsObjectDead() const";
94 "OHOS::IPCObjectProxy::IsObjectDead()";
95 "OHOS::IPCObjectStub::IsObjectDead()";
/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
83 return GetInner()->IsObjectDead(); in IsObjectDead()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Diremote_object_unitest.cpp72 auto ret = object->IsObjectDead();
/ohos5.0/base/useriam/user_auth_framework/services/base/src/
H A Dhdi_wrapper.cpp34 if (remoteObject != nullptr && !remoteObject->IsObjectDead()) { in GetHdi()
/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.cpp189 if (IsObjectDead()) { in SendRequestInner()
365 if (IsObjectDead()) { in WaitForInit()
439 bool IPCObjectProxy::IsObjectDead() const in IsObjectDead() function in OHOS::IPCObjectProxy
456 if (IsObjectDead()) { in AddDeathRecipient()
494 if (IsObjectDead()) { in RemoveDeathRecipient()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Diremote_object.h101 virtual bool IsObjectDead() const;
H A Dipc_object_proxy.h75 bool IsObjectDead() const override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_object_proxy.h38 bool IsObjectDead() const;
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/include/
H A Dremote_object_wrapper.h50 bool IsObjectDead() const;
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/dynamic_cache/include/
H A Ddynamic_cache.h75 lastQuerySaProxy_ != nullptr && !lastQuerySaProxy_->IsObjectDead(); in CanUseCache()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/
H A Dwrapper.rs84 fn IsObjectDead(self: &IRemoteObjectWrapper) -> bool; in IsObjectDead() function
H A Dobj.rs159 self.inner.IsObjectDead() in is_dead()
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgr_fuzzer/src/
H A Dfuzztest_utils.cpp48 if (proxy != nullptr && !proxy->IsObjectDead()) { in IsDmReady()
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/systemabilitymanager_fuzzer/
H A Dsystemabilitymanager_fuzzer.cpp69 if (proxy != nullptr && !proxy->IsObjectDead()) { in IsDmReady()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/devicemanager/
H A Ddp_device_manager.cpp214 …if (dmProxy != nullptr && !dmProxy->IsObjectDead() && sbProxy != nullptr && !sbProxy->IsObjectDead in WaitForDnetworkReady()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_networking_collect.cpp83 if (proxy != nullptr && !proxy->IsObjectDead()) { in IsDmReady()
/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_cremote_object.cpp240 return proxy->remote->IsObjectDead() ? 1 : 0; in OH_IPCRemoteProxy_IsRemoteDead()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_data_storage.cpp100 if (proxy != nullptr && !proxy->IsObjectDead()) { in WaitKvDataService()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddtbschedmgr_device_info_storage.cpp136 if (proxy != nullptr && !proxy->IsObjectDead()) { in WaitForDnetworkReady()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp116 if (proxy != nullptr && !proxy->IsObjectDead()) { in WaitKvDataService()
/ohos5.0/foundation/communication/ipc/ipc/native/src/jni/source/
H A Dohos_rpc_remote_object.cpp855 return (target->IsObjectDead() == true) ? JNI_TRUE : JNI_FALSE; in Java_ohos_rpc_RemoteProxy_nativeIsObjectDead()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_policy_manager.cpp93 if (object != nullptr && !object->IsObjectDead()) { in RecoverAndGetAudioPolicyManagerProxy()
197 if (object == nullptr || object->IsObjectDead()) { in AudioPolicyServerDied()
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi/src/
H A Dnapi_remote_proxy.cpp669 if (target->IsObjectDead()) { in NAPI_RemoteProxy_isObjectDead()

12